Class DomainProperties

    • Constructor Detail

      • DomainProperties

        public DomainProperties()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • getName

        @NotNull
        public @NotNull java.lang.String getName()
        Display name of the Domain
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • description

        public DomainProperties description​(java.lang.String description)
      • getDescription

        public java.lang.String getDescription()
        Description of the Domain
        Returns:
        description
      • setDescription

        public void setDescription​(java.lang.String description)
      • getCreated

        @Valid
        public @Valid AuditStamp getCreated()
        Get created
        Returns:
        created
      • setCreated

        public void setCreated​(AuditStamp created)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object