Class SAFETReimbursementItem


  • public class SAFETReimbursementItem
    extends java.lang.Object
    An item from a SAFE-T claim reimbursement.
    • Constructor Detail

      • SAFETReimbursementItem

        public SAFETReimbursementItem()
    • Method Detail

      • getItemChargeList

        public ChargeComponentList getItemChargeList()
        Get itemChargeList
        Returns:
        itemChargeList
      • productDescription

        public SAFETReimbursementItem productDescription​(java.lang.String productDescription)
      • getProductDescription

        public java.lang.String getProductDescription()
        The description of the item as shown on the product detail page on the retail website.
        Returns:
        productDescription
      • setProductDescription

        public void setProductDescription​(java.lang.String productDescription)
      • getQuantity

        public java.lang.String getQuantity()
        The number of units of the item being reimbursed.
        Returns:
        quantity
      • setQuantity

        public void setQuantity​(java.lang.String quantity)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object