Class ApplicationConfiguration

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

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

    Java class for ApplicationConfiguration complex type.

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

     <complexType name="ApplicationConfiguration">
       <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="configTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="configDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="configurationGroup" type="{http://system.application.internal.model.cia.hack23.com/impl}ConfigurationGroup" minOccurs="0"/>
             <element name="component" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="componentTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="componentDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="propertyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="propertyValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="updatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • modelObjectId

        protected java.lang.Integer modelObjectId
      • modelObjectVersion

        protected int modelObjectVersion
      • configTitle

        protected java.lang.String configTitle
      • configDescription

        protected java.lang.String configDescription
      • component

        protected java.lang.String component
      • componentTitle

        protected java.lang.String componentTitle
      • componentDescription

        protected java.lang.String componentDescription
      • propertyId

        protected java.lang.String propertyId
      • propertyValue

        protected java.lang.String propertyValue
      • createdDate

        protected java.util.Date createdDate
      • updatedDate

        protected java.util.Date updatedDate
      • hjid

        protected java.lang.Long hjid
    • Constructor Detail

      • ApplicationConfiguration

        public ApplicationConfiguration()
    • 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.
      • getConfigTitle

        public java.lang.String getConfigTitle()
        Gets the value of the configTitle property.
        Returns:
        possible object is String
      • setConfigTitle

        public void setConfigTitle​(java.lang.String value)
        Sets the value of the configTitle property.
        Parameters:
        value - allowed object is String
      • getConfigDescription

        public java.lang.String getConfigDescription()
        Gets the value of the configDescription property.
        Returns:
        possible object is String
      • setConfigDescription

        public void setConfigDescription​(java.lang.String value)
        Sets the value of the configDescription property.
        Parameters:
        value - allowed object is String
      • setConfigurationGroup

        public void setConfigurationGroup​(ConfigurationGroup value)
        Sets the value of the configurationGroup property.
        Parameters:
        value - allowed object is ConfigurationGroup
      • getComponent

        public java.lang.String getComponent()
        Gets the value of the component property.
        Returns:
        possible object is String
      • setComponent

        public void setComponent​(java.lang.String value)
        Sets the value of the component property.
        Parameters:
        value - allowed object is String
      • getComponentTitle

        public java.lang.String getComponentTitle()
        Gets the value of the componentTitle property.
        Returns:
        possible object is String
      • setComponentTitle

        public void setComponentTitle​(java.lang.String value)
        Sets the value of the componentTitle property.
        Parameters:
        value - allowed object is String
      • getComponentDescription

        public java.lang.String getComponentDescription()
        Gets the value of the componentDescription property.
        Returns:
        possible object is String
      • setComponentDescription

        public void setComponentDescription​(java.lang.String value)
        Sets the value of the componentDescription property.
        Parameters:
        value - allowed object is String
      • getPropertyId

        public java.lang.String getPropertyId()
        Gets the value of the propertyId property.
        Returns:
        possible object is String
      • setPropertyId

        public void setPropertyId​(java.lang.String value)
        Sets the value of the propertyId property.
        Parameters:
        value - allowed object is String
      • getPropertyValue

        public java.lang.String getPropertyValue()
        Gets the value of the propertyValue property.
        Returns:
        possible object is String
      • setPropertyValue

        public void setPropertyValue​(java.lang.String value)
        Sets the value of the propertyValue property.
        Parameters:
        value - allowed object is String
      • getCreatedDate

        public java.util.Date getCreatedDate()
        Gets the value of the createdDate property.
        Returns:
        possible object is String
      • setCreatedDate

        public void setCreatedDate​(java.util.Date value)
        Sets the value of the createdDate property.
        Parameters:
        value - allowed object is String
      • getUpdatedDate

        public java.util.Date getUpdatedDate()
        Gets the value of the updatedDate property.
        Returns:
        possible object is String
      • setUpdatedDate

        public void setUpdatedDate​(java.util.Date value)
        Sets the value of the updatedDate property.
        Parameters:
        value - allowed object is String
      • toString

        public final 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 final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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