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

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

    Fields
    Modifier and Type
    Field
    Description
    protected java.lang.String
    The code.
    protected java.lang.String
    The detail.
    protected java.lang.String
    The detail type.
    protected java.lang.Long
    The hjid.
    protected java.lang.String
    The intressent id.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new detaildata.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(java.lang.Object object)
     
    java.lang.String
    Gets the code.
    java.lang.String
    Gets the detail.
    java.lang.String
    Gets the detail type.
    java.lang.Long
    Gets the hjid.
    java.lang.String
    Gets the intressent id.
    final int
     
    void
    setCode(java.lang.String value)
    Sets the code.
    void
    setDetail(java.lang.String value)
    Sets the detail.
    void
    setDetailType(java.lang.String value)
    Sets the detail type.
    void
    setHjid(java.lang.Long value)
    Sets the hjid.
    void
    setIntressentId(java.lang.String value)
    Sets the intressent id.
    final java.lang.String
     
    withCode(java.lang.String value)
    With code.
    withDetail(java.lang.String value)
    With detail.
    withDetailType(java.lang.String value)
    With detail type.
    withIntressentId(java.lang.String value)
    With intressent id.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • intressentId

      protected java.lang.String intressentId
      The intressent id.
    • detailType

      protected java.lang.String detailType
      The detail type.
    • detail

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

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

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

    • DetailData

      public DetailData()
      Instantiates a new detaildata.
  • Method Details

    • getIntressentId

      public java.lang.String getIntressentId()
      Gets the intressent id.
      Returns:
      the intressent id
    • setIntressentId

      public void setIntressentId(java.lang.String value)
      Sets the intressent id.
      Parameters:
      value - the new intressent id
    • getDetailType

      public java.lang.String getDetailType()
      Gets the detail type.
      Returns:
      the detail type
    • setDetailType

      public void setDetailType(java.lang.String value)
      Sets the detail type.
      Parameters:
      value - the new detail type
    • getDetail

      public java.lang.String getDetail()
      Gets the detail.
      Returns:
      the detail
    • setDetail

      public void setDetail(java.lang.String value)
      Sets the detail.
      Parameters:
      value - the new 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
    • withIntressentId

      public DetailData withIntressentId(java.lang.String value)
      With intressent id.
      Parameters:
      value - the value
      Returns:
      the detail data
    • withDetailType

      public DetailData withDetailType(java.lang.String value)
      With detail type.
      Parameters:
      value - the value
      Returns:
      the detail data
    • withDetail

      public DetailData withDetail(java.lang.String value)
      With detail.
      Parameters:
      value - the value
      Returns:
      the detail data
    • withCode

      public DetailData withCode(java.lang.String value)
      With code.
      Parameters:
      value - the value
      Returns:
      the 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