Class LoyaltyMemberRelationshipPayload


  • public class LoyaltyMemberRelationshipPayload
    extends Object
    Represents the relationship data of a loyalty member. This class encapsulates the relationship code, type, and remarks associated with a loyalty member's relationship.
    Author:
    gkosmas
    • Constructor Detail

      • LoyaltyMemberRelationshipPayload

        public LoyaltyMemberRelationshipPayload()
    • Method Detail

      • getRelationshipCode

        public String getRelationshipCode()
        Gets the relationship code of the loyalty member.
        Returns:
        the relationship code.
      • setRelationshipCode

        public void setRelationshipCode​(String relationshipCode)
        Sets the relationship code of the loyalty member.
        Parameters:
        relationshipCode - the relationship code to set.
      • getRelationshipType

        public String getRelationshipType()
        Gets the type of the relationship.
        Returns:
        the relationship type.
      • setRelationshipType

        public void setRelationshipType​(String relationshipType)
        Sets the type of the relationship.
        Parameters:
        relationshipType - the relationship type to set.
      • getRelationshipRemarks

        public String getRelationshipRemarks()
        Gets the remarks describing the relationship.
        Returns:
        the relationship remarks.
      • setRelationshipRemarks

        public void setRelationshipRemarks​(String relationshipRemarks)
        Sets the remarks describing the relationship.
        Parameters:
        relationshipRemarks - the relationship remarks to set.
      • toString

        public String toString()
        Provides a string representation of the LoyaltyMemberRelationshipPayload object.
        Overrides:
        toString in class Object
        Returns:
        a string representation of the loyalty member relationship data.