
@Entity(name="ApplicationConfiguration") public class ApplicationConfiguration extends Object implements Serializable, com.hack23.cia.model.common.api.ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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" minOccurs="0"/>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
component |
protected String |
componentDescription |
protected String |
componentTitle |
protected String |
configDescription |
protected String |
configTitle |
protected ConfigurationGroup |
configurationGroup |
protected Date |
createdDate |
protected Long |
hjid |
protected Integer |
modelObjectId |
protected Integer |
modelObjectVersion |
protected String |
propertyId |
protected String |
propertyValue |
protected Date |
updatedDate |
| Constructor and Description |
|---|
ApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getComponent()
Gets the value of the component property.
|
String |
getComponentDescription()
Gets the value of the componentDescription property.
|
String |
getComponentTitle()
Gets the value of the componentTitle property.
|
String |
getConfigDescription()
Gets the value of the configDescription property.
|
String |
getConfigTitle()
Gets the value of the configTitle property.
|
ConfigurationGroup |
getConfigurationGroup()
Gets the value of the configurationGroup property.
|
Date |
getCreatedDate()
Gets the value of the createdDate property.
|
Long |
getHjid()
Gets the value of the hjid property.
|
Integer |
getModelObjectId()
Gets the value of the modelObjectId property.
|
Integer |
getModelObjectVersion()
Gets the value of the modelObjectVersion property.
|
String |
getPropertyId()
Gets the value of the propertyId property.
|
String |
getPropertyValue()
Gets the value of the propertyValue property.
|
Date |
getUpdatedDate()
Gets the value of the updatedDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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 |
setConfigurationGroup(ConfigurationGroup value)
Sets the value of the configurationGroup property.
|
void |
setCreatedDate(Date value)
Sets the value of the createdDate property.
|
void |
setHjid(Long value)
Sets the value of the hjid property.
|
void |
setModelObjectId(Integer value)
Sets the value of the modelObjectId property.
|
void |
setModelObjectVersion(Integer 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.
|
String |
toString() |
ApplicationConfiguration |
withComponent(String value) |
ApplicationConfiguration |
withComponentDescription(String value) |
ApplicationConfiguration |
withComponentTitle(String value) |
ApplicationConfiguration |
withConfigDescription(String value) |
ApplicationConfiguration |
withConfigTitle(String value) |
ApplicationConfiguration |
withConfigurationGroup(ConfigurationGroup value) |
ApplicationConfiguration |
withCreatedDate(Date value) |
ApplicationConfiguration |
withModelObjectId(Integer value) |
ApplicationConfiguration |
withModelObjectVersion(Integer value) |
ApplicationConfiguration |
withPropertyId(String value) |
ApplicationConfiguration |
withPropertyValue(String value) |
ApplicationConfiguration |
withUpdatedDate(Date value) |
protected Integer modelObjectId
protected Integer modelObjectVersion
protected String configTitle
protected String configDescription
protected ConfigurationGroup configurationGroup
protected String component
protected String componentTitle
protected String componentDescription
protected String propertyId
protected String propertyValue
protected Date createdDate
protected Date updatedDate
protected Long hjid
public Integer getModelObjectId()
Integerpublic void setModelObjectId(Integer value)
value - allowed object is
Integerpublic Integer getModelObjectVersion()
Integerpublic void setModelObjectVersion(Integer value)
value - allowed object is
Integerpublic String getConfigTitle()
Stringpublic void setConfigTitle(String value)
value - allowed object is
Stringpublic String getConfigDescription()
Stringpublic void setConfigDescription(String value)
value - allowed object is
Stringpublic ConfigurationGroup getConfigurationGroup()
ConfigurationGrouppublic void setConfigurationGroup(ConfigurationGroup value)
value - allowed object is
ConfigurationGrouppublic String getComponent()
Stringpublic void setComponent(String value)
value - allowed object is
Stringpublic String getComponentTitle()
Stringpublic void setComponentTitle(String value)
value - allowed object is
Stringpublic String getComponentDescription()
Stringpublic void setComponentDescription(String value)
value - allowed object is
Stringpublic String getPropertyId()
Stringpublic void setPropertyId(String value)
value - allowed object is
Stringpublic String getPropertyValue()
Stringpublic void setPropertyValue(String value)
value - allowed object is
Stringpublic Date getCreatedDate()
Stringpublic void setCreatedDate(Date value)
value - allowed object is
Stringpublic Date getUpdatedDate()
Stringpublic void setUpdatedDate(Date value)
value - allowed object is
Stringpublic ApplicationConfiguration withModelObjectId(Integer value)
public ApplicationConfiguration withModelObjectVersion(Integer value)
public ApplicationConfiguration withConfigTitle(String value)
public ApplicationConfiguration withConfigDescription(String value)
public ApplicationConfiguration withConfigurationGroup(ConfigurationGroup value)
public ApplicationConfiguration withComponent(String value)
public ApplicationConfiguration withComponentTitle(String value)
public ApplicationConfiguration withComponentDescription(String value)
public ApplicationConfiguration withPropertyId(String value)
public ApplicationConfiguration withPropertyValue(String value)
public ApplicationConfiguration withCreatedDate(Date value)
public ApplicationConfiguration withUpdatedDate(Date value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic void setHjid(Long value)
value - allowed object is
Longpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2010–2017 www.hack23.com. All rights reserved.