|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.books.data.CreditCard
public class CreditCard
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Business-Tier (EJB 3)
Uebung: 1 (Migration auf JBoss)
Beschreibung:
Diese Klasse enthaelt die Daten einer Kreditkarte.
Copyright (c) 2007 bouquet dot ch, 3032 Hinterkappelen. All rights reseved.
Constructor Summary | |
---|---|
CreditCard()
|
Method Summary | |
---|---|
long |
getCreditcardId()
get a cerditcard id |
java.util.Date |
getExpiration()
get a expiration |
java.lang.String |
getNumber()
get a number |
java.lang.String |
getType()
get a type |
void |
setCreditcardId(long creditcardId)
set creditcard id |
void |
setExpiration(java.util.Date expiration)
set expiration |
void |
setNumber(java.lang.String number)
set number |
void |
setType(java.lang.String type)
set type |
java.lang.String |
toString()
Return all attributes as String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreditCard()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public long getCreditcardId()
public java.lang.String getType()
public java.lang.String getNumber()
public java.util.Date getExpiration()
public void setCreditcardId(long creditcardId)
creditcardId
- public 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 |