Package org.openwms.core.preferences.api
Class ModulePreferenceVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<PreferenceVO>
org.ameba.http.AbstractBase<PreferenceVO>
org.openwms.core.preferences.api.PreferenceVO
org.openwms.core.preferences.api.ModulePreferenceVO
- All Implemented Interfaces:
Serializable
A ModulePreferenceVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringHTTP media type representation.static final StringHTTP media sub type representation.Fields inherited from class org.openwms.core.preferences.api.PreferenceVO
TYPEFields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the representation type of the Preference.Methods inherited from class org.openwms.core.preferences.api.PreferenceVO
equals, getDescription, getGroupName, getKey, getOwner, getpKey, getType, getVal, hashCode, hasPKey, setDescription, setGroupName, setKey, setOwner, setpKey, setType, setValMethods inherited from class org.ameba.http.AbstractBase
getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOlMethods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Field Details
-
SUB_TYPE
HTTP media sub type representation.- See Also:
-
MEDIA_TYPE
HTTP media type representation.- See Also:
-
-
Constructor Details
-
ModulePreferenceVO
public ModulePreferenceVO()
-
-
Method Details
-
getContentType
Returns the representation type of the Preference.- Overrides:
getContentTypein classPreferenceVO- Returns:
- Conforms to the HTTP Content-Type convention
-