Class Domain

  • All Implemented Interfaces:
    java.io.Serializable

    public class Domain
    extends Comet3Entity

    Java Interface for domain complex type. For internal use only

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

     <complexType name="domain">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="domainclassid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Domain

        public Domain()
        Instantiates a new Domain.
      • Domain

        public Domain​(int id)
        Instantiates a new Domain.
        Parameters:
        id - the id
      • Domain

        public Domain​(int id,
                      java.lang.String name)
        Instantiates a new Domain.
        Parameters:
        id - the id
        name - the name
      • Domain

        public Domain​(int id,
                      java.lang.String name,
                      java.lang.String qualifiedName)
        Instantiates a new Domain.
        Parameters:
        id - the id
        name - the name
        qualifiedName - the qualified name
      • Domain

        public Domain​(int id,
                      java.lang.String name,
                      java.lang.String qualifiedName,
                      java.lang.String uiName)
        Instantiates a new Domain.
        Parameters:
        id - the id
        name - the name
        qualifiedName - the qualified name
        uiName - the ui name
    • Method Detail

      • getDomainClassId

        public java.lang.Integer getDomainClassId()
        Gets domain class id.
        Returns:
        the domain class id
      • setDomainClassId

        public void setDomainClassId​(java.lang.Integer domainClassId)
        Sets domain class id.
        Parameters:
        domainClassId - the domain class id
      • getName

        public java.lang.String getName()
        Gets name.
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Sets name.
        Parameters:
        name - the name
      • getQualifiedName

        public java.lang.String getQualifiedName()
        Gets qualified name.
        Returns:
        the qualified name
      • setQualifiedName

        public void setQualifiedName​(java.lang.String qualifiedName)
        Sets qualified name.
        Parameters:
        qualifiedName - the qualified name
      • getUiName

        public java.lang.String getUiName()
        Gets ui name.
        Returns:
        the ui name
      • setUiName

        public void setUiName​(java.lang.String uiName)
        Sets ui name.
        Parameters:
        uiName - the ui name
      • setId

        public void setId​(int id)
        Description copied from class: Comet3Entity
        Sets id.
        Overrides:
        setId in class Comet3Entity
        Parameters:
        id - the id
      • entityEquals

        public boolean entityEquals​(CometEntity item)
        Entity equals boolean.
        Parameters:
        item - the item
        Returns:
        the boolean