@Entity(name="LanguageContentData") public class LanguageContentData 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 LanguageContentData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LanguageContentData"> <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="fromLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="toLanguage" 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="keyGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="locationContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="refKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="languageValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="languageContentType" type="{http://system.application.internal.model.cia.hack23.com/impl}LanguageContentType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Date |
createdDate |
protected String |
fromLanguage |
protected Long |
hjid |
protected String |
keyGroup |
protected LanguageContentType |
languageContentType |
protected String |
languageValue |
protected Date |
lastModifiedDate |
protected String |
locationContext |
protected Integer |
modelObjectId |
protected Integer |
modelObjectVersion |
protected String |
refKey |
protected String |
toLanguage |
Constructor and Description |
---|
LanguageContentData() |
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) |
Date |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getFromLanguage()
Gets the value of the fromLanguage property.
|
Long |
getHjid()
Gets the value of the hjid property.
|
String |
getKeyGroup()
Gets the value of the keyGroup property.
|
LanguageContentType |
getLanguageContentType()
Gets the value of the languageContentType property.
|
String |
getLanguageValue()
Gets the value of the languageValue property.
|
Date |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
String |
getLocationContext()
Gets the value of the locationContext property.
|
Integer |
getModelObjectId()
Gets the value of the modelObjectId property.
|
Integer |
getModelObjectVersion()
Gets the value of the modelObjectVersion property.
|
String |
getRefKey()
Gets the value of the refKey property.
|
String |
getToLanguage()
Gets the value of the toLanguage property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCreatedDate(Date value)
Sets the value of the createdDate property.
|
void |
setFromLanguage(String value)
Sets the value of the fromLanguage property.
|
void |
setHjid(Long value)
Sets the value of the hjid property.
|
void |
setKeyGroup(String value)
Sets the value of the keyGroup property.
|
void |
setLanguageContentType(LanguageContentType value)
Sets the value of the languageContentType property.
|
void |
setLanguageValue(String value)
Sets the value of the languageValue property.
|
void |
setLastModifiedDate(Date value)
Sets the value of the lastModifiedDate property.
|
void |
setLocationContext(String value)
Sets the value of the locationContext property.
|
void |
setModelObjectId(Integer value)
Sets the value of the modelObjectId property.
|
void |
setModelObjectVersion(Integer value)
Sets the value of the modelObjectVersion property.
|
void |
setRefKey(String value)
Sets the value of the refKey property.
|
void |
setToLanguage(String value)
Sets the value of the toLanguage property.
|
String |
toString() |
LanguageContentData |
withCreatedDate(Date value) |
LanguageContentData |
withFromLanguage(String value) |
LanguageContentData |
withKeyGroup(String value) |
LanguageContentData |
withLanguageContentType(LanguageContentType value) |
LanguageContentData |
withLanguageValue(String value) |
LanguageContentData |
withLastModifiedDate(Date value) |
LanguageContentData |
withLocationContext(String value) |
LanguageContentData |
withModelObjectId(Integer value) |
LanguageContentData |
withModelObjectVersion(Integer value) |
LanguageContentData |
withRefKey(String value) |
LanguageContentData |
withToLanguage(String value) |
protected Integer modelObjectId
protected Integer modelObjectVersion
protected String fromLanguage
protected String toLanguage
protected Date createdDate
protected String keyGroup
protected String locationContext
protected Date lastModifiedDate
protected String refKey
protected String languageValue
protected LanguageContentType languageContentType
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 getFromLanguage()
String
public void setFromLanguage(String value)
value
- allowed object is
String
public String getToLanguage()
String
public void setToLanguage(String value)
value
- allowed object is
String
public Date getCreatedDate()
String
public void setCreatedDate(Date value)
value
- allowed object is
String
public String getKeyGroup()
String
public void setKeyGroup(String value)
value
- allowed object is
String
public String getLocationContext()
String
public void setLocationContext(String value)
value
- allowed object is
String
public Date getLastModifiedDate()
String
public void setLastModifiedDate(Date value)
value
- allowed object is
String
public String getRefKey()
String
public void setRefKey(String value)
value
- allowed object is
String
public String getLanguageValue()
String
public void setLanguageValue(String value)
value
- allowed object is
String
public LanguageContentType getLanguageContentType()
LanguageContentType
public void setLanguageContentType(LanguageContentType value)
value
- allowed object is
LanguageContentType
public LanguageContentData withModelObjectId(Integer value)
public LanguageContentData withModelObjectVersion(Integer value)
public LanguageContentData withFromLanguage(String value)
public LanguageContentData withToLanguage(String value)
public LanguageContentData withCreatedDate(Date value)
public LanguageContentData withKeyGroup(String value)
public LanguageContentData withLocationContext(String value)
public LanguageContentData withLastModifiedDate(Date value)
public LanguageContentData withRefKey(String value)
public LanguageContentData withLanguageValue(String value)
public LanguageContentData withLanguageContentType(LanguageContentType 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.