|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Information needed to submit a transaction to a credit card company on behalf of a customer. Attribute: number The account number for the card.
CreditCardHome,
CreditCardImpl| Method Summary | |
String |
findCreditCardTypeFromNumber(String creditCardNumber)
|
Address |
getBillingAddress()
Get the value of billingAddress |
String |
getCompany()
Get the value of company |
String |
getDisplayNumber()
Get the value of displayNumber |
Date |
getExpirationDate()
Get the value of expirationDate |
String |
getName()
Get the value of name |
String |
getNumber()
Get the value of number |
String |
getType()
Get the value of type |
void |
setBillingAddress(Address billingAddress)
Set the value of billingAddress |
void |
setCompany(String company)
Set the value of company |
void |
setDisplayNumber(String displayNumber)
Set the value of displayNumber |
void |
setExpirationDate(Date expirationDate)
Set the value of expirationDate |
void |
setName(String name)
Set the value of name |
void |
setNumber(String number)
Set the value of number |
void |
setType(String type)
Set the value of type |
boolean |
validate()
|
| Method Detail |
public String getNumber()
public void setNumber(String number)
number - number to be addedpublic Address getBillingAddress()
public void setBillingAddress(Address billingAddress)
billingAddress - billingAddress to be addedpublic String getCompany()
public void setCompany(String company)
company - company to be addedpublic String getType()
public void setType(String type)
type - type to be addedpublic Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
expirationDate - expirationDate to be addedpublic String getName()
public void setName(String name)
name - name to be addedpublic String getDisplayNumber()
public void setDisplayNumber(String displayNumber)
displayNumber - displayNumber to be addedpublic boolean validate()
public String findCreditCardTypeFromNumber(String creditCardNumber)
throws com.beasys.commerce.foundation.exception.InvalidArgumentException
com.beasys.commerce.foundation.exception.InvalidArgumentException -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||