|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.demo.cards.Card
org.jfree.report.demo.cards.FreeCard
A card.
Constructor Summary | |
FreeCard(java.lang.String cardNr,
java.util.Date expires)
Creates a new 'free' card. |
Method Summary | |
java.lang.String |
getCardNr()
Returns the card number. |
java.util.Date |
getExpires()
Returns the expiry date. |
CardType |
getType()
Returns the card type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FreeCard(java.lang.String cardNr, java.util.Date expires)
cardNr
- the card number.expires
- the expiry date.Method Detail |
public java.util.Date getExpires()
public java.lang.String getCardNr()
public CardType getType()
getType
in class Card
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |