Class AllocatedCardRequest


  • public class AllocatedCardRequest
    extends Object
    Represents the request data for searching allocated cards. This class contains the necessary fields for querying allocated cards, including card number, member category, schema code, and optional card batch code.
    Author:
    slevantis
    • Constructor Detail

      • AllocatedCardRequest

        public AllocatedCardRequest()
    • Method Detail

      • getCardNumber

        public String getCardNumber()
        Gets the card number of the member.
        Returns:
        the card number
      • setCardNumber

        public void setCardNumber​(String cardNumber)
        Sets the card number for the member.
        Parameters:
        cardNumber - the card number to set
      • getMemberCategory

        public String getMemberCategory()
        Gets the member's category.
        Returns:
        the member's category
      • setMemberCategory

        public void setMemberCategory​(String memberCategory)
        Sets the member's category.
        Parameters:
        memberCategory - the member category to set
      • getSchemaCode

        public String getSchemaCode()
        Gets the schema code associated with the member's card.
        Returns:
        the schema code
      • setSchemaCode

        public void setSchemaCode​(String schemaCode)
        Sets the schema code for the member's card.
        Parameters:
        schemaCode - the schema code to set
      • getCardBatchCode

        public String getCardBatchCode()
        Gets the card batch code, if available.
        Returns:
        the card batch code
      • setCardBatchCode

        public void setCardBatchCode​(String cardBatchCode)
        Sets the card batch code.
        Parameters:
        cardBatchCode - the card batch code to set