Class 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:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      DetailData()  
    • Field Detail

      • 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 Detail

      • DetailData

        public DetailData()
    • Method Detail

      • 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