Class CheckType
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringgetBank()Entity, typically a bank, performing the payment of the checkUnique identifier of the check in the bank that issues them.@Valid DategetDate()Date when the check was signed@NotNull StringPerson or entity writing the check@NotNull StringgetPayee()Person or entity the check is addressed tointhashCode()voidvoidsetCheckId(String checkId) voidvoidvoidtoString()
-
Constructor Details
-
CheckType
public CheckType()
-
-
Method Details
-
checkId
-
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
-
drawer
-
getDrawer
Person or entity writing the check- Returns:
- drawer
-
setDrawer
-
payee
-
getPayee
Person or entity the check is addressed to- Returns:
- payee
-
setPayee
-
bank
-
getBank
Entity, typically a bank, performing the payment of the check- Returns:
- bank
-
setBank
-
date
-
getDate
Date when the check was signed- Returns:
- date
-
setDate
-
equals
-
hashCode
public int hashCode() -
toString
-