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
Fields -
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, setVal
Methods inherited from class org.ameba.http.AbstractBase
getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOl
-
Field Details
-
Constructor Details
-
Method Details
-
getContentType
Returns the representation type of the Preference.- Overrides:
getContentType
in classPreferenceVO
- Returns:
- Conforms to the HTTP Content-Type convention
-