Class I18nDescribedObject

  • Direct Known Subclasses:
    AttributeType, CredentialDefinition, Group

    public class I18nDescribedObject
    extends Object
    Defines displayed name and description, both with a possibility to be translated
    Author:
    K. Benedyczak
    • Constructor Detail

      • I18nDescribedObject

        public I18nDescribedObject()
      • I18nDescribedObject

        public I18nDescribedObject​(I18nString displayedName,
                                   I18nString description)
    • Method Detail

      • getDisplayedName

        public I18nString getDisplayedName()
      • setDisplayedName

        public void setDisplayedName​(I18nString displayedName)
      • getDescription

        public I18nString getDescription()
      • setDescription

        public void setDescription​(I18nString description)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object