Class TranslatedLabel

java.lang.Object
com.soffid.iam.base.api.TranslatedLabel
All Implemented Interfaces:
Serializable

public class TranslatedLabel extends Object implements Serializable
ValueObject TranslatedLabel
See Also:
  • Constructor Details

    • TranslatedLabel

      public TranslatedLabel()
    • TranslatedLabel

      public TranslatedLabel(Long id, String language, String label, Long customObjectType, Long metadata, Long accountMetadata)
    • TranslatedLabel

      public TranslatedLabel(String language, String label)
    • TranslatedLabel

      public TranslatedLabel(TranslatedLabel otherBean)
  • Method Details

    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • getLanguage

      public String getLanguage()
      Gets value for attribute language
    • setLanguage

      public void setLanguage(String language)
      Sets value for attribute language
    • getLabel

      public String getLabel()
      Gets value for attribute label
    • setLabel

      public void setLabel(String label)
      Sets value for attribute label
    • getCustomObjectType

      public Long getCustomObjectType()
      Gets value for attribute customObjectType
    • setCustomObjectType

      public void setCustomObjectType(Long customObjectType)
      Sets value for attribute customObjectType
    • getMetadata

      public Long getMetadata()
      Gets value for attribute metadata
    • setMetadata

      public void setMetadata(Long metadata)
      Sets value for attribute metadata
    • getAccountMetadata

      public Long getAccountMetadata()
      Gets value for attribute accountMetadata
    • setAccountMetadata

      public void setAccountMetadata(Long accountMetadata)
      Sets value for attribute accountMetadata
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object