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
FieldsModifier and TypeFieldDescriptionstatic final StringHTTP media type representation.static final Stringstatic final StringFields 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
-
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:
getContentTypein classPreferenceVO- Returns:
- Conforms to the HTTP Content-Type convention
-