java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.CheckType

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class CheckType extends Object
Details of a check
  • Constructor Details

    • CheckType

      public CheckType()
  • Method Details

    • checkId

      public CheckType checkId(String checkId)
    • getCheckId

      public String getCheckId()
      Unique identifier of the check in the bank that issues them. Typically writen on them and comprises bank, account and serial number.
      Returns:
      checkId
    • setCheckId

      public void setCheckId(String checkId)
    • drawer

      public CheckType drawer(String drawer)
    • getDrawer

      @NotNull public @NotNull String getDrawer()
      Person or entity writing the check
      Returns:
      drawer
    • setDrawer

      public void setDrawer(String drawer)
    • payee

      public CheckType payee(String payee)
    • getPayee

      @NotNull public @NotNull String getPayee()
      Person or entity the check is addressed to
      Returns:
      payee
    • setPayee

      public void setPayee(String payee)
    • bank

      public CheckType bank(String bank)
    • getBank

      @NotNull public @NotNull String getBank()
      Entity, typically a bank, performing the payment of the check
      Returns:
      bank
    • setBank

      public void setBank(String bank)
    • date

      public CheckType date(Date date)
    • getDate

      @Valid public @Valid Date getDate()
      Date when the check was signed
      Returns:
      date
    • setDate

      public void setDate(Date date)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object