Class ApplicationConfiguration

java.lang.Object
com.hack23.cia.model.internal.application.system.impl.ApplicationConfiguration
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, Serializable

@Entity(name="ApplicationConfiguration") public class ApplicationConfiguration extends 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:
  • Field Details

    • modelObjectId

      protected Integer modelObjectId
    • modelObjectVersion

      protected int modelObjectVersion
    • configTitle

      protected String configTitle
    • configDescription

      protected String configDescription
    • configurationGroup

      protected ConfigurationGroup configurationGroup
    • component

      protected String component
    • componentTitle

      protected String componentTitle
    • componentDescription

      protected String componentDescription
    • propertyId

      protected String propertyId
    • propertyValue

      protected String propertyValue
    • createdDate

      protected Date createdDate
    • updatedDate

      protected Date updatedDate
    • hjid

      protected Long hjid
  • Constructor Details

    • ApplicationConfiguration

      public ApplicationConfiguration()
  • Method Details

    • getModelObjectId

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

      public void setModelObjectId(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 String getConfigTitle()
      Gets the value of the configTitle property.
      Returns:
      possible object is String
    • setConfigTitle

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

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

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

      public ConfigurationGroup getConfigurationGroup()
      Gets the value of the configurationGroup property.
      Returns:
      possible object is ConfigurationGroup
    • setConfigurationGroup

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public ApplicationConfiguration withModelObjectId(Integer value)
    • withModelObjectVersion

      public ApplicationConfiguration withModelObjectVersion(int value)
    • withConfigTitle

      public ApplicationConfiguration withConfigTitle(String value)
    • withConfigDescription

      public ApplicationConfiguration withConfigDescription(String value)
    • withConfigurationGroup

      public ApplicationConfiguration withConfigurationGroup(ConfigurationGroup value)
    • withComponent

      public ApplicationConfiguration withComponent(String value)
    • withComponentTitle

      public ApplicationConfiguration withComponentTitle(String value)
    • withComponentDescription

      public ApplicationConfiguration withComponentDescription(String value)
    • withPropertyId

      public ApplicationConfiguration withPropertyId(String value)
    • withPropertyValue

      public ApplicationConfiguration withPropertyValue(String value)
    • withCreatedDate

      public ApplicationConfiguration withCreatedDate(Date value)
    • withUpdatedDate

      public ApplicationConfiguration withUpdatedDate(Date value)
    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • getHjid

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

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

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object