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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Gets the value of the component property.Gets the value of the componentDescription property.Gets the value of the componentTitle property.Gets the value of the configDescription property.Gets the value of the configTitle property.Gets the value of the configurationGroup property.Gets the value of the createdDate property.getHjid()
Gets the value of the hjid property.Gets the value of the modelObjectId property.int
Gets the value of the modelObjectVersion property.Gets the value of the propertyId property.Gets the value of the propertyValue property.Gets the value of the updatedDate property.final int
hashCode()
void
setComponent
(String value) Sets the value of the component property.void
setComponentDescription
(String value) Sets the value of the componentDescription property.void
setComponentTitle
(String value) Sets the value of the componentTitle property.void
setConfigDescription
(String value) Sets the value of the configDescription property.void
setConfigTitle
(String value) Sets the value of the configTitle property.void
Sets the value of the configurationGroup property.void
setCreatedDate
(Date value) Sets the value of the createdDate property.void
Sets the value of the hjid property.void
setModelObjectId
(Integer value) Sets the value of the modelObjectId property.void
setModelObjectVersion
(int value) Sets the value of the modelObjectVersion property.void
setPropertyId
(String value) Sets the value of the propertyId property.void
setPropertyValue
(String value) Sets the value of the propertyValue property.void
setUpdatedDate
(Date value) Sets the value of the updatedDate property.final String
toString()
withComponent
(String value) withComponentDescription
(String value) withComponentTitle
(String value) withConfigDescription
(String value) withConfigTitle
(String value) withCreatedDate
(Date value) withModelObjectId
(Integer value) withModelObjectVersion
(int value) withPropertyId
(String value) withPropertyValue
(String value) withUpdatedDate
(Date value)
-
Field Details
-
modelObjectId
-
modelObjectVersion
protected int modelObjectVersion -
configTitle
-
configDescription
-
configurationGroup
-
component
-
componentTitle
-
componentDescription
-
propertyId
-
propertyValue
-
createdDate
-
updatedDate
-
hjid
-
-
Constructor Details
-
ApplicationConfiguration
public ApplicationConfiguration()
-
-
Method Details
-
getModelObjectId
Gets the value of the modelObjectId property.- Returns:
- possible object is
Integer
-
setModelObjectId
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
Gets the value of the configTitle property.- Returns:
- possible object is
String
-
setConfigTitle
Sets the value of the configTitle property.- Parameters:
value
- allowed object isString
-
getConfigDescription
Gets the value of the configDescription property.- Returns:
- possible object is
String
-
setConfigDescription
Sets the value of the configDescription property.- Parameters:
value
- allowed object isString
-
getConfigurationGroup
Gets the value of the configurationGroup property.- Returns:
- possible object is
ConfigurationGroup
-
setConfigurationGroup
Sets the value of the configurationGroup property.- Parameters:
value
- allowed object isConfigurationGroup
-
getComponent
Gets the value of the component property.- Returns:
- possible object is
String
-
setComponent
Sets the value of the component property.- Parameters:
value
- allowed object isString
-
getComponentTitle
Gets the value of the componentTitle property.- Returns:
- possible object is
String
-
setComponentTitle
Sets the value of the componentTitle property.- Parameters:
value
- allowed object isString
-
getComponentDescription
Gets the value of the componentDescription property.- Returns:
- possible object is
String
-
setComponentDescription
Sets the value of the componentDescription property.- Parameters:
value
- allowed object isString
-
getPropertyId
Gets the value of the propertyId property.- Returns:
- possible object is
String
-
setPropertyId
Sets the value of the propertyId property.- Parameters:
value
- allowed object isString
-
getPropertyValue
Gets the value of the propertyValue property.- Returns:
- possible object is
String
-
setPropertyValue
Sets the value of the propertyValue property.- Parameters:
value
- allowed object isString
-
getCreatedDate
Gets the value of the createdDate property.- Returns:
- possible object is
String
-
setCreatedDate
Sets the value of the createdDate property.- Parameters:
value
- allowed object isString
-
getUpdatedDate
Gets the value of the updatedDate property.- Returns:
- possible object is
String
-
setUpdatedDate
Sets the value of the updatedDate property.- Parameters:
value
- allowed object isString
-
withModelObjectId
-
withModelObjectVersion
-
withConfigTitle
-
withConfigDescription
-
withConfigurationGroup
-
withComponent
-
withComponentTitle
-
withComponentDescription
-
withPropertyId
-
withPropertyValue
-
withCreatedDate
-
withUpdatedDate
-
toString
-
getHjid
Gets the value of the hjid property.- Returns:
- possible object is
Long
-
setHjid
Sets the value of the hjid property.- Parameters:
value
- allowed object isLong
-
equals
-
hashCode
public final int hashCode()
-