| Constructor and Description |
|---|
BasicCardInfo() |
BasicCardInfo(String cardNumber,
Integer expirationMonth,
Integer expirationYear) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(BasicCardInfo orig)
Copy the object
|
String |
getCardNumber() |
Integer |
getExpirationMonth() |
Integer |
getExpirationYear() |
void |
setCardNumber(String cardNumber) |
void |
setExpirationMonth(Integer expirationMonth) |
void |
setExpirationYear(Integer expirationYear) |
public String getCardNumber()
public void setCardNumber(String cardNumber)
cardNumber - the cardNumber to setpublic Integer getExpirationMonth()
public void setExpirationMonth(Integer expirationMonth)
expirationMonth - the expirationMonth to setpublic Integer getExpirationYear()
public void setExpirationYear(Integer expirationYear)
expirationYear - the expirationYear to setpublic void copy(BasicCardInfo orig)
Copyright © 2017 SAP SE. All Rights Reserved.