java.lang.Object
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentDetailData
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, Serializable

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

    • code

      protected String code
      The code.
    • detailName

      protected String detailName
      The detail name.
    • text

      protected String text
      The text.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • DocumentDetailData

      public DocumentDetailData()
  • Method Details

    • getCode

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

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

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

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

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

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

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

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

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

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

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

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

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object