Class DocumentDetailData

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

    @Entity(name="DocumentDetailData")
    public class DocumentDetailData
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject
    The Class DocumentDetailData.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String code
      The code.
      protected java.lang.String detailName
      The detail name.
      protected java.lang.Long hjid
      The hjid.
      protected java.lang.String text
      The text.
    • Field Detail

      • code

        protected java.lang.String code
        The code.
      • detailName

        protected java.lang.String detailName
        The detail name.
      • text

        protected java.lang.String text
        The text.
      • hjid

        protected java.lang.Long hjid
        The hjid.
    • Constructor Detail

      • DocumentDetailData

        public DocumentDetailData()
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Gets the code.
        Returns:
        the code
      • setCode

        public void setCode​(java.lang.String value)
        Sets the code.
        Parameters:
        value - the new code
      • getDetailName

        public java.lang.String getDetailName()
        Gets the detail name.
        Returns:
        the detail name
      • setDetailName

        public void setDetailName​(java.lang.String value)
        Sets the detail name.
        Parameters:
        value - the new detail name
      • getText

        public java.lang.String getText()
        Gets the text.
        Returns:
        the text
      • setText

        public void setText​(java.lang.String value)
        Sets the text.
        Parameters:
        value - the new text
      • withCode

        public DocumentDetailData withCode​(java.lang.String value)
        With code.
        Parameters:
        value - the value
        Returns:
        the document detail data
      • withDetailName

        public DocumentDetailData withDetailName​(java.lang.String value)
        With detail name.
        Parameters:
        value - the value
        Returns:
        the document detail data
      • withText

        public DocumentDetailData withText​(java.lang.String value)
        With text.
        Parameters:
        value - the value
        Returns:
        the document detail data
      • toString

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

        public java.lang.Long getHjid()
        Gets the hjid.
        Returns:
        the hjid
      • setHjid

        public void setHjid​(java.lang.Long value)
        Sets the hjid.
        Parameters:
        value - the new hjid
      • equals

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

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