Package org.openwms.core.preferences.api
Class RolePreferenceVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<PreferenceVO>
org.ameba.http.AbstractBase<PreferenceVO>
org.openwms.core.preferences.api.PreferenceVO
org.openwms.core.preferences.api.RolePreferenceVO
- All Implemented Interfaces:
- Serializable
A RolePreferenceVO.
- Author:
- Heiko Scherrer
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringHTTP media type representation.static final StringHTTP media sub type representation.Fields inherited from class org.openwms.core.preferences.api.PreferenceVOTYPEFields inherited from class org.ameba.http.AbstractBaseDATETIME_FORMAT_ZULU
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the representation type of the Preference.Methods inherited from class org.openwms.core.preferences.api.PreferenceVOequals, getDescription, getGroupName, getKey, getOwner, getpKey, getType, getVal, hashCode, hasPKey, setDescription, setGroupName, setKey, setOwner, setpKey, setType, setValMethods inherited from class org.ameba.http.AbstractBasegetCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOlMethods inherited from class org.springframework.hateoas.RepresentationModeladd, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
- 
Field Details- 
SUB_TYPEHTTP media sub type representation.- See Also:
 
- 
MEDIA_TYPEHTTP media type representation.- See Also:
 
 
- 
- 
Constructor Details- 
RolePreferenceVOpublic RolePreferenceVO()
 
- 
- 
Method Details- 
getContentTypeReturns the representation type of the Preference.- Overrides:
- getContentTypein class- PreferenceVO
- Returns:
- Conforms to the HTTP Content-Type convention
 
 
-