Class DocumentPersonReferenceData

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

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

      • personReferenceId

        protected java.lang.String personReferenceId
        The person reference id.
      • referenceName

        protected java.lang.String referenceName
        The reference name.
      • partyShortCode

        protected java.lang.String partyShortCode
        The party short code.
      • orderNumber

        protected int orderNumber
        The order number.
      • hjid

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

      • DocumentPersonReferenceData

        public DocumentPersonReferenceData()
    • Method Detail

      • getPersonReferenceId

        public java.lang.String getPersonReferenceId()
        Gets the person reference id.
        Returns:
        the person reference id
      • setPersonReferenceId

        public void setPersonReferenceId​(java.lang.String value)
        Sets the person reference id.
        Parameters:
        value - the new person reference id
      • getReferenceName

        public java.lang.String getReferenceName()
        Gets the reference name.
        Returns:
        the reference name
      • setReferenceName

        public void setReferenceName​(java.lang.String value)
        Sets the reference name.
        Parameters:
        value - the new reference name
      • getPartyShortCode

        public java.lang.String getPartyShortCode()
        Gets the party short code.
        Returns:
        the party short code
      • setPartyShortCode

        public void setPartyShortCode​(java.lang.String value)
        Sets the party short code.
        Parameters:
        value - the new party short code
      • getOrderNumber

        public int getOrderNumber()
        Gets the order number.
        Returns:
        the order number
      • setOrderNumber

        public void setOrderNumber​(int value)
        Sets the order number.
        Parameters:
        value - the new order number
      • setRoleDescription

        public void setRoleDescription​(DocumentPersonReferenceRoleType value)
        Sets the role description.
        Parameters:
        value - the new role description
      • withPersonReferenceId

        public DocumentPersonReferenceData withPersonReferenceId​(java.lang.String value)
        With person reference id.
        Parameters:
        value - the value
        Returns:
        the document person reference data
      • withReferenceName

        public DocumentPersonReferenceData withReferenceName​(java.lang.String value)
        With reference name.
        Parameters:
        value - the value
        Returns:
        the document person reference data
      • withPartyShortCode

        public DocumentPersonReferenceData withPartyShortCode​(java.lang.String value)
        With party short code.
        Parameters:
        value - the value
        Returns:
        the document person reference data
      • withOrderNumber

        public DocumentPersonReferenceData withOrderNumber​(int value)
        With order number.
        Parameters:
        value - the value
        Returns:
        the document person reference 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