Package org.openwms.core.preferences.api
Class ApplicationPreferenceVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<PreferenceVO>
org.ameba.http.AbstractBase<PreferenceVO>
org.openwms.core.preferences.api.PreferenceVO
org.openwms.core.preferences.api.ApplicationPreferenceVO
- All Implemented Interfaces:
Serializable
A ApplicationPreferenceVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
HTTP media type representation.static final String
static final String
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
-
TYPE
- See Also:
-
SUB_TYPE
- See Also:
-
MEDIA_TYPE
HTTP media type representation.- See Also:
-
-
Constructor Details
-
ApplicationPreferenceVO
public ApplicationPreferenceVO()
-
-
Method Details
-
getContentType
Returns the representation type of the Preference.- Overrides:
getContentType
in classPreferenceVO
- Returns:
- Conforms to the HTTP Content-Type convention
-