Package com.soffid.iam.base.api
Class TranslatedLabel
java.lang.Object
com.soffid.iam.base.api.TranslatedLabel
- All Implemented Interfaces:
Serializable
ValueObject TranslatedLabel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTranslatedLabel(TranslatedLabel otherBean) TranslatedLabel(Long id, String language, String label, Long customObjectType, Long metadata, Long accountMetadata) TranslatedLabel(String language, String label) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountMetadataGets value for attribute customObjectTypegetId()Gets value for attribute idgetLabel()Gets value for attribute labelGets value for attribute languageGets value for attribute metadatavoidsetAccountMetadata(Long accountMetadata) Sets value for attribute accountMetadatavoidsetCustomObjectType(Long customObjectType) Sets value for attribute customObjectTypevoidSets value for attribute idvoidSets value for attribute labelvoidsetLanguage(String language) Sets value for attribute languagevoidsetMetadata(Long metadata) Sets value for attribute metadatatoString()Returns a string representation of the value object.
-
Constructor Details
-
TranslatedLabel
public TranslatedLabel() -
TranslatedLabel
-
TranslatedLabel
-
TranslatedLabel
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getLanguage
Gets value for attribute language -
setLanguage
Sets value for attribute language -
getLabel
Gets value for attribute label -
setLabel
Sets value for attribute label -
getCustomObjectType
Gets value for attribute customObjectType -
setCustomObjectType
Sets value for attribute customObjectType -
getMetadata
Gets value for attribute metadata -
setMetadata
Sets value for attribute metadata -
getAccountMetadata
Gets value for attribute accountMetadata -
setAccountMetadata
Sets value for attribute accountMetadata -
toString
Returns a string representation of the value object.
-