Class LanguageContentData

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

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

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

      • modelObjectId

        protected java.lang.Integer modelObjectId
      • modelObjectVersion

        protected int modelObjectVersion
      • fromLanguage

        protected java.lang.String fromLanguage
      • toLanguage

        protected java.lang.String toLanguage
      • createdDate

        protected java.util.Date createdDate
      • keyGroup

        protected java.lang.String keyGroup
      • locationContext

        protected java.lang.String locationContext
      • lastModifiedDate

        protected java.util.Date lastModifiedDate
      • refKey

        protected java.lang.String refKey
      • languageValue

        protected java.lang.String languageValue
      • hjid

        protected java.lang.Long hjid
    • Constructor Detail

      • LanguageContentData

        public LanguageContentData()
    • 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.
      • getFromLanguage

        public java.lang.String getFromLanguage()
        Gets the value of the fromLanguage property.
        Returns:
        possible object is String
      • setFromLanguage

        public void setFromLanguage​(java.lang.String value)
        Sets the value of the fromLanguage property.
        Parameters:
        value - allowed object is String
      • getToLanguage

        public java.lang.String getToLanguage()
        Gets the value of the toLanguage property.
        Returns:
        possible object is String
      • setToLanguage

        public void setToLanguage​(java.lang.String value)
        Sets the value of the toLanguage property.
        Parameters:
        value - allowed object is String
      • 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
      • getKeyGroup

        public java.lang.String getKeyGroup()
        Gets the value of the keyGroup property.
        Returns:
        possible object is String
      • setKeyGroup

        public void setKeyGroup​(java.lang.String value)
        Sets the value of the keyGroup property.
        Parameters:
        value - allowed object is String
      • getLocationContext

        public java.lang.String getLocationContext()
        Gets the value of the locationContext property.
        Returns:
        possible object is String
      • setLocationContext

        public void setLocationContext​(java.lang.String value)
        Sets the value of the locationContext property.
        Parameters:
        value - allowed object is String
      • 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
      • getRefKey

        public java.lang.String getRefKey()
        Gets the value of the refKey property.
        Returns:
        possible object is String
      • setRefKey

        public void setRefKey​(java.lang.String value)
        Sets the value of the refKey property.
        Parameters:
        value - allowed object is String
      • getLanguageValue

        public java.lang.String getLanguageValue()
        Gets the value of the languageValue property.
        Returns:
        possible object is String
      • setLanguageValue

        public void setLanguageValue​(java.lang.String value)
        Sets the value of the languageValue property.
        Parameters:
        value - allowed object is String
      • setLanguageContentType

        public void setLanguageContentType​(LanguageContentType value)
        Sets the value of the languageContentType property.
        Parameters:
        value - allowed object is LanguageContentType
      • withModelObjectId

        public LanguageContentData withModelObjectId​(java.lang.Integer value)
      • withLocationContext

        public LanguageContentData withLocationContext​(java.lang.String value)
      • withLastModifiedDate

        public LanguageContentData 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