|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.books.common.BaseBean
org.books.view.CreditCardBean
public class CreditCardBean
The class CreditCard contains the data of a credit card.
@link{org.books.common.BaseBean}
,
Serialized FormConstructor Summary | |
---|---|
CreditCardBean()
Default constrcutor |
Method Summary | |
---|---|
java.lang.String |
credit()
This method call the credit card view. |
java.util.List<javax.faces.model.SelectItem> |
getCardTypList()
Gets the currentCardTyp. |
CreditCard |
getCreditCard()
return the creditcard data object |
java.util.Date |
getExpiration()
get a expiration |
java.lang.String |
getNumber()
get a number |
java.lang.String |
getType()
get a type |
java.lang.String |
order()
This method call the order view. |
java.lang.String |
reset()
This method reset all values |
void |
setCardTypList(java.util.List<javax.faces.model.SelectItem> cardTypList)
Sets the cardTypList. |
void |
setExpiration(java.util.Date expiration)
set expiration |
void |
setNumber(java.lang.String number)
set number |
void |
setType(java.lang.String type)
set type |
Methods inherited from class org.books.common.BaseBean |
---|
getFacesContext, getManagedBean, getRequest, getResponse, getSession, getText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreditCardBean()
Method Detail |
---|
public java.lang.String credit()
public java.lang.String order()
public java.lang.String reset()
public CreditCard getCreditCard()
public java.util.List<javax.faces.model.SelectItem> getCardTypList()
public java.lang.String getType()
public java.lang.String getNumber()
public java.util.Date getExpiration()
public void setCardTypList(java.util.List<javax.faces.model.SelectItem> cardTypList)
cardTypList
- The cardTypList to setpublic void setType(java.lang.String type)
type
- public void setNumber(java.lang.String number)
number
- public void setExpiration(java.util.Date expiration)
expiration
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |