Package org.openwms.core.preferences.api
Class UserPreferenceVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<PreferenceVO>
org.ameba.http.AbstractBase<PreferenceVO>
org.openwms.core.preferences.api.PreferenceVO
org.openwms.core.preferences.api.UserPreferenceVO
- All Implemented Interfaces:
Serializable
A UserPreferenceVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
HTTP media type representation.static final String
HTTP media sub type representation.Fields inherited from class org.openwms.core.preferences.api.PreferenceVO
TYPE
Fields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU
-
Constructor Summary
-
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, setVal
Methods inherited from class org.ameba.http.AbstractBase
getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOl
Methods 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
-
UserPreferenceVO
public UserPreferenceVO()
-
-
Method Details
-
getContentType
Returns the representation type of the Preference.- Overrides:
getContentType
in classPreferenceVO
- Returns:
- Conforms to the HTTP Content-Type convention
-