@Entity(name="LanguageData") public class LanguageData 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 LanguageData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LanguageData"> <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="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="languageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="languageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="translationStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="languageEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="autoTranslationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
autoTranslationEnabled |
protected Date |
createdDate |
protected Long |
hjid |
protected String |
languageCode |
protected Boolean |
languageEnabled |
protected String |
languageName |
protected Date |
lastModifiedDate |
protected Integer |
modelObjectId |
protected Integer |
modelObjectVersion |
protected String |
translationStatus |
Constructor and Description |
---|
LanguageData() |
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.
|
Long |
getHjid()
Gets the value of the hjid property.
|
String |
getLanguageCode()
Gets the value of the languageCode property.
|
String |
getLanguageName()
Gets the value of the languageName property.
|
Date |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
Integer |
getModelObjectId()
Gets the value of the modelObjectId property.
|
Integer |
getModelObjectVersion()
Gets the value of the modelObjectVersion property.
|
String |
getTranslationStatus()
Gets the value of the translationStatus property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isAutoTranslationEnabled()
Gets the value of the autoTranslationEnabled property.
|
Boolean |
isLanguageEnabled()
Gets the value of the languageEnabled property.
|
void |
setAutoTranslationEnabled(Boolean value)
Sets the value of the autoTranslationEnabled property.
|
void |
setCreatedDate(Date value)
Sets the value of the createdDate property.
|
void |
setHjid(Long value)
Sets the value of the hjid property.
|
void |
setLanguageCode(String value)
Sets the value of the languageCode property.
|
void |
setLanguageEnabled(Boolean value)
Sets the value of the languageEnabled property.
|
void |
setLanguageName(String value)
Sets the value of the languageName property.
|
void |
setLastModifiedDate(Date value)
Sets the value of the lastModifiedDate property.
|
void |
setModelObjectId(Integer value)
Sets the value of the modelObjectId property.
|
void |
setModelObjectVersion(Integer value)
Sets the value of the modelObjectVersion property.
|
void |
setTranslationStatus(String value)
Sets the value of the translationStatus property.
|
String |
toString() |
LanguageData |
withAutoTranslationEnabled(Boolean value) |
LanguageData |
withCreatedDate(Date value) |
LanguageData |
withLanguageCode(String value) |
LanguageData |
withLanguageEnabled(Boolean value) |
LanguageData |
withLanguageName(String value) |
LanguageData |
withLastModifiedDate(Date value) |
LanguageData |
withModelObjectId(Integer value) |
LanguageData |
withModelObjectVersion(Integer value) |
LanguageData |
withTranslationStatus(String value) |
protected Integer modelObjectId
protected Integer modelObjectVersion
protected Date createdDate
protected String languageName
protected String languageCode
protected String translationStatus
protected Boolean languageEnabled
protected Boolean autoTranslationEnabled
protected Date lastModifiedDate
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 Date getCreatedDate()
String
public void setCreatedDate(Date value)
value
- allowed object is
String
public String getLanguageName()
String
public void setLanguageName(String value)
value
- allowed object is
String
public String getLanguageCode()
String
public void setLanguageCode(String value)
value
- allowed object is
String
public String getTranslationStatus()
String
public void setTranslationStatus(String value)
value
- allowed object is
String
public Boolean isLanguageEnabled()
Boolean
public void setLanguageEnabled(Boolean value)
value
- allowed object is
Boolean
public Boolean isAutoTranslationEnabled()
Boolean
public void setAutoTranslationEnabled(Boolean value)
value
- allowed object is
Boolean
public Date getLastModifiedDate()
String
public void setLastModifiedDate(Date value)
value
- allowed object is
String
public LanguageData withModelObjectId(Integer value)
public LanguageData withModelObjectVersion(Integer value)
public LanguageData withCreatedDate(Date value)
public LanguageData withLanguageName(String value)
public LanguageData withLanguageCode(String value)
public LanguageData withTranslationStatus(String value)
public LanguageData withLanguageEnabled(Boolean value)
public LanguageData withAutoTranslationEnabled(Boolean value)
public LanguageData withLastModifiedDate(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.