Class LanguageData

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Entity(name="LanguageData")
    public class LanguageData
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    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"/>
             <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>
     
    See Also:
    Serialized Form
    • Field Detail

      • modelObjectId

        protected java.lang.Integer modelObjectId
      • modelObjectVersion

        protected int modelObjectVersion
      • createdDate

        protected java.util.Date createdDate
      • languageName

        protected java.lang.String languageName
      • languageCode

        protected java.lang.String languageCode
      • translationStatus

        protected java.lang.String translationStatus
      • languageEnabled

        protected java.lang.Boolean languageEnabled
      • autoTranslationEnabled

        protected java.lang.Boolean autoTranslationEnabled
      • lastModifiedDate

        protected java.util.Date lastModifiedDate
      • hjid

        protected java.lang.Long hjid
    • Constructor Detail

      • LanguageData

        public LanguageData()
    • Method Detail

      • getModelObjectId

        public java.lang.Integer getModelObjectId()
        Gets the value of the modelObjectId property.
        Returns:
        possible object is Integer
      • setModelObjectId

        public void setModelObjectId​(java.lang.Integer value)
        Sets the value of the modelObjectId property.
        Parameters:
        value - allowed object is Integer
      • getModelObjectVersion

        public int getModelObjectVersion()
        Gets the value of the modelObjectVersion property.
      • setModelObjectVersion

        public void setModelObjectVersion​(int value)
        Sets the value of the modelObjectVersion property.
      • getCreatedDate

        public java.util.Date getCreatedDate()
        Gets the value of the createdDate property.
        Returns:
        possible object is String
      • setCreatedDate

        public void setCreatedDate​(java.util.Date value)
        Sets the value of the createdDate property.
        Parameters:
        value - allowed object is String
      • getLanguageName

        public java.lang.String getLanguageName()
        Gets the value of the languageName property.
        Returns:
        possible object is String
      • setLanguageName

        public void setLanguageName​(java.lang.String value)
        Sets the value of the languageName property.
        Parameters:
        value - allowed object is String
      • getLanguageCode

        public java.lang.String getLanguageCode()
        Gets the value of the languageCode property.
        Returns:
        possible object is String
      • setLanguageCode

        public void setLanguageCode​(java.lang.String value)
        Sets the value of the languageCode property.
        Parameters:
        value - allowed object is String
      • getTranslationStatus

        public java.lang.String getTranslationStatus()
        Gets the value of the translationStatus property.
        Returns:
        possible object is String
      • setTranslationStatus

        public void setTranslationStatus​(java.lang.String value)
        Sets the value of the translationStatus property.
        Parameters:
        value - allowed object is String
      • isLanguageEnabled

        public java.lang.Boolean isLanguageEnabled()
        Gets the value of the languageEnabled property.
        Returns:
        possible object is Boolean
      • setLanguageEnabled

        public void setLanguageEnabled​(java.lang.Boolean value)
        Sets the value of the languageEnabled property.
        Parameters:
        value - allowed object is Boolean
      • isAutoTranslationEnabled

        public java.lang.Boolean isAutoTranslationEnabled()
        Gets the value of the autoTranslationEnabled property.
        Returns:
        possible object is Boolean
      • setAutoTranslationEnabled

        public void setAutoTranslationEnabled​(java.lang.Boolean value)
        Sets the value of the autoTranslationEnabled property.
        Parameters:
        value - allowed object is Boolean
      • getLastModifiedDate

        public java.util.Date getLastModifiedDate()
        Gets the value of the lastModifiedDate property.
        Returns:
        possible object is String
      • setLastModifiedDate

        public void setLastModifiedDate​(java.util.Date value)
        Sets the value of the lastModifiedDate property.
        Parameters:
        value - allowed object is String
      • withModelObjectId

        public LanguageData withModelObjectId​(java.lang.Integer value)
      • withModelObjectVersion

        public LanguageData withModelObjectVersion​(int value)
      • withCreatedDate

        public LanguageData withCreatedDate​(java.util.Date value)
      • withLanguageName

        public LanguageData withLanguageName​(java.lang.String value)
      • withLanguageCode

        public LanguageData withLanguageCode​(java.lang.String value)
      • withTranslationStatus

        public LanguageData withTranslationStatus​(java.lang.String value)
      • withLanguageEnabled

        public LanguageData withLanguageEnabled​(java.lang.Boolean value)
      • withAutoTranslationEnabled

        public LanguageData withAutoTranslationEnabled​(java.lang.Boolean value)
      • withLastModifiedDate

        public LanguageData withLastModifiedDate​(java.util.Date value)
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getHjid

        public java.lang.Long getHjid()
        Gets the value of the hjid property.
        Returns:
        possible object is Long
      • setHjid

        public void setHjid​(java.lang.Long value)
        Sets the value of the hjid property.
        Parameters:
        value - allowed object is Long
      • equals

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object