Class DomainPortal

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Entity(name="DomainPortal")
    public class DomainPortal
    extends Portal

    Java class for DomainPortal complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DomainPortal">
       <complexContent>
         <extension base="{http://system.application.internal.model.cia.hack23.com/impl}Portal">
           <sequence>
             <element name="domainName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • domainName

        protected java.lang.String domainName
    • Constructor Detail

      • DomainPortal

        public DomainPortal()
    • Method Detail

      • getDomainName

        public java.lang.String getDomainName()
        Gets the value of the domainName property.
        Returns:
        possible object is String
      • setDomainName

        public void setDomainName​(java.lang.String value)
        Sets the value of the domainName property.
        Parameters:
        value - allowed object is String
      • withDomainName

        public DomainPortal withDomainName​(java.lang.String value)
      • equals

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

        public final int hashCode()
        Overrides:
        hashCode in class Portal
      • toString

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