@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()
Integer
public void setModelObjectId(Integer value)
value
- allowed object is
Integer
public Integer getModelObjectVersion()
Integer
public void setModelObjectVersion(Integer value)
value
- allowed object is
Integer
public String getConfigTitle()
String
public void setConfigTitle(String value)
value
- allowed object is
String
public String getConfigDescription()
String
public void setConfigDescription(String value)
value
- allowed object is
String
public ConfigurationGroup getConfigurationGroup()
ConfigurationGroup
public void setConfigurationGroup(ConfigurationGroup value)
value
- allowed object is
ConfigurationGroup
public String getComponent()
String
public void setComponent(String value)
value
- allowed object is
String
public String getComponentTitle()
String
public void setComponentTitle(String value)
value
- allowed object is
String
public String getComponentDescription()
String
public void setComponentDescription(String value)
value
- allowed object is
String
public String getPropertyId()
String
public void setPropertyId(String value)
value
- allowed object is
String
public String getPropertyValue()
String
public void setPropertyValue(String value)
value
- allowed object is
String
public Date getCreatedDate()
String
public void setCreatedDate(Date value)
value
- allowed object is
String
public Date getUpdatedDate()
String
public void setUpdatedDate(Date value)
value
- allowed object is
String
public 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.ToString
public 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.ToString
public void setHjid(Long value)
value
- allowed object is
Long
public 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.Equals
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
Copyright © 2010–2017 www.hack23.com. All rights reserved.