Class ApplicationConfiguration
- java.lang.Object
-
- com.hack23.cia.model.internal.application.system.impl.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 Summary
Fields Modifier and Type Field Description protected java.lang.String
component
protected java.lang.String
componentDescription
protected java.lang.String
componentTitle
protected java.lang.String
configDescription
protected java.lang.String
configTitle
protected ConfigurationGroup
configurationGroup
protected java.util.Date
createdDate
protected java.lang.Long
hjid
protected java.lang.Integer
modelObjectId
protected int
modelObjectVersion
protected java.lang.String
propertyId
protected java.lang.String
propertyValue
protected java.util.Date
updatedDate
-
Constructor Summary
Constructors Constructor Description ApplicationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getComponent()
Gets the value of the component property.java.lang.String
getComponentDescription()
Gets the value of the componentDescription property.java.lang.String
getComponentTitle()
Gets the value of the componentTitle property.java.lang.String
getConfigDescription()
Gets the value of the configDescription property.java.lang.String
getConfigTitle()
Gets the value of the configTitle property.ConfigurationGroup
getConfigurationGroup()
Gets the value of the configurationGroup property.java.util.Date
getCreatedDate()
Gets the value of the createdDate property.java.lang.Long
getHjid()
Gets the value of the hjid property.java.lang.Integer
getModelObjectId()
Gets the value of the modelObjectId property.int
getModelObjectVersion()
Gets the value of the modelObjectVersion property.java.lang.String
getPropertyId()
Gets the value of the propertyId property.java.lang.String
getPropertyValue()
Gets the value of the propertyValue property.java.util.Date
getUpdatedDate()
Gets the value of the updatedDate property.int
hashCode()
void
setComponent(java.lang.String value)
Sets the value of the component property.void
setComponentDescription(java.lang.String value)
Sets the value of the componentDescription property.void
setComponentTitle(java.lang.String value)
Sets the value of the componentTitle property.void
setConfigDescription(java.lang.String value)
Sets the value of the configDescription property.void
setConfigTitle(java.lang.String value)
Sets the value of the configTitle property.void
setConfigurationGroup(ConfigurationGroup value)
Sets the value of the configurationGroup property.void
setCreatedDate(java.util.Date value)
Sets the value of the createdDate property.void
setHjid(java.lang.Long value)
Sets the value of the hjid property.void
setModelObjectId(java.lang.Integer value)
Sets the value of the modelObjectId property.void
setModelObjectVersion(int value)
Sets the value of the modelObjectVersion property.void
setPropertyId(java.lang.String value)
Sets the value of the propertyId property.void
setPropertyValue(java.lang.String value)
Sets the value of the propertyValue property.void
setUpdatedDate(java.util.Date value)
Sets the value of the updatedDate property.java.lang.String
toString()
ApplicationConfiguration
withComponent(java.lang.String value)
ApplicationConfiguration
withComponentDescription(java.lang.String value)
ApplicationConfiguration
withComponentTitle(java.lang.String value)
ApplicationConfiguration
withConfigDescription(java.lang.String value)
ApplicationConfiguration
withConfigTitle(java.lang.String value)
ApplicationConfiguration
withConfigurationGroup(ConfigurationGroup value)
ApplicationConfiguration
withCreatedDate(java.util.Date value)
ApplicationConfiguration
withModelObjectId(java.lang.Integer value)
ApplicationConfiguration
withModelObjectVersion(int value)
ApplicationConfiguration
withPropertyId(java.lang.String value)
ApplicationConfiguration
withPropertyValue(java.lang.String value)
ApplicationConfiguration
withUpdatedDate(java.util.Date value)
-
-
-
Field Detail
-
modelObjectId
protected java.lang.Integer modelObjectId
-
modelObjectVersion
protected int modelObjectVersion
-
configTitle
protected java.lang.String configTitle
-
configDescription
protected java.lang.String configDescription
-
configurationGroup
protected ConfigurationGroup configurationGroup
-
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
-
-
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 isInteger
-
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 isString
-
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 isString
-
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 isConfigurationGroup
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
withModelObjectId
public ApplicationConfiguration withModelObjectId(java.lang.Integer value)
-
withModelObjectVersion
public ApplicationConfiguration withModelObjectVersion(int value)
-
withConfigTitle
public ApplicationConfiguration withConfigTitle(java.lang.String value)
-
withConfigDescription
public ApplicationConfiguration withConfigDescription(java.lang.String value)
-
withConfigurationGroup
public ApplicationConfiguration withConfigurationGroup(ConfigurationGroup value)
-
withComponent
public ApplicationConfiguration withComponent(java.lang.String value)
-
withComponentTitle
public ApplicationConfiguration withComponentTitle(java.lang.String value)
-
withComponentDescription
public ApplicationConfiguration withComponentDescription(java.lang.String value)
-
withPropertyId
public ApplicationConfiguration withPropertyId(java.lang.String value)
-
withPropertyValue
public ApplicationConfiguration withPropertyValue(java.lang.String value)
-
withCreatedDate
public ApplicationConfiguration withCreatedDate(java.util.Date value)
-
withUpdatedDate
public ApplicationConfiguration withUpdatedDate(java.util.Date value)
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.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 isLong
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-