Class PersonDetailElement

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

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

      • detailList

        protected DetailElement detailList
        The detail list.
      • hjid

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

      • PersonDetailElement

        public PersonDetailElement()
    • Method Detail

      • getDetailList

        public DetailElement getDetailList()
        Gets the detail list.
        Returns:
        the detail list
      • setDetailList

        public void setDetailList​(DetailElement value)
        Sets the detail list.
        Parameters:
        value - the new detail list
      • withDetailList

        public PersonDetailElement withDetailList​(DetailElement value)
        With detail list.
        Parameters:
        value - the value
        Returns:
        the person detail element
      • 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