|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.gov.tas.dpiwe.mr.bean.NullBean
au.gov.tas.dpiwe.mr.test.aggregation.Card
public abstract class Card
Card is a leaf bean containing basic field types.
| Field Summary |
|---|
| Fields inherited from class au.gov.tas.dpiwe.mr.bean.NullBean |
|---|
container, context, wrapper |
| Constructor Summary | |
|---|---|
Card()
Constructs a Card. |
|
| Method Summary | |
|---|---|
CardKey |
ejbCreate(CardKey primaryKey)
Create life-cycle event. |
void |
ejbPostCreate(CardKey primaryKey)
Post-create bean life-cycle event. |
abstract CardKey |
getCardID()
Returns the card ID attribute of this bean. |
abstract String |
getText()
Returns the text attribute of this bean. |
abstract void |
setCardID(CardKey aCardID)
Sets the card ID attribute of this bean. |
abstract void |
setText(String text)
Sets the text attribute of this bean. |
| Methods inherited from class au.gov.tas.dpiwe.mr.bean.NullBean |
|---|
clone, containerChanged, ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, getBeanObject, setEntityContext, simpleValidate, throwEJBException, unsetEntityContext |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Card()
| Method Detail |
|---|
public abstract CardKey getCardID()
public abstract void setCardID(CardKey aCardID)
aCardID - the card ID attribute to be
applied to this bean.public abstract String getText()
public abstract void setText(String text)
text - the text attribute to be
applied to this bean.public CardKey ejbCreate(CardKey primaryKey)
primaryKey - the primary key input.
public void ejbPostCreate(CardKey primaryKey)
primaryKey - the primary key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||