Class Portal

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

    @Entity(name="Portal")
    public class Portal
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    Java class for Portal complex type.

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

     <complexType name="Portal">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="modelObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="modelObjectVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="portalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="portalType" type="{http://system.application.internal.model.cia.hack23.com/impl}PortalType" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="googleMapApiKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • modelObjectId

        protected java.lang.Integer modelObjectId
      • modelObjectVersion

        protected int modelObjectVersion
      • portalName

        protected java.lang.String portalName
      • description

        protected java.lang.String description
      • googleMapApiKey

        protected java.lang.String googleMapApiKey
      • hjid

        protected java.lang.Long hjid
    • Constructor Detail

      • Portal

        public Portal()
    • Method Detail

      • getModelObjectId

        public java.lang.Integer getModelObjectId()
        Gets the value of the modelObjectId property.
        Returns:
        possible object is Integer
      • setModelObjectId

        public void setModelObjectId​(java.lang.Integer value)
        Sets the value of the modelObjectId property.
        Parameters:
        value - allowed object is Integer
      • getModelObjectVersion

        public int getModelObjectVersion()
        Gets the value of the modelObjectVersion property.
      • setModelObjectVersion

        public void setModelObjectVersion​(int value)
        Sets the value of the modelObjectVersion property.
      • getPortalName

        public java.lang.String getPortalName()
        Gets the value of the portalName property.
        Returns:
        possible object is String
      • setPortalName

        public void setPortalName​(java.lang.String value)
        Sets the value of the portalName property.
        Parameters:
        value - allowed object is String
      • getPortalType

        public PortalType getPortalType()
        Gets the value of the portalType property.
        Returns:
        possible object is PortalType
      • setPortalType

        public void setPortalType​(PortalType value)
        Sets the value of the portalType property.
        Parameters:
        value - allowed object is PortalType
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getGoogleMapApiKey

        public java.lang.String getGoogleMapApiKey()
        Gets the value of the googleMapApiKey property.
        Returns:
        possible object is String
      • setGoogleMapApiKey

        public void setGoogleMapApiKey​(java.lang.String value)
        Sets the value of the googleMapApiKey property.
        Parameters:
        value - allowed object is String
      • withModelObjectId

        public Portal withModelObjectId​(java.lang.Integer value)
      • withModelObjectVersion

        public Portal withModelObjectVersion​(int value)
      • withPortalName

        public Portal withPortalName​(java.lang.String value)
      • withDescription

        public Portal withDescription​(java.lang.String value)
      • withGoogleMapApiKey

        public Portal withGoogleMapApiKey​(java.lang.String value)
      • toString

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

        public java.lang.Long getHjid()
        Gets the value of the hjid property.
        Returns:
        possible object is Long
      • setHjid

        public void setHjid​(java.lang.Long value)
        Sets the value of the hjid property.
        Parameters:
        value - allowed object is Long
      • equals

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

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