|
||||||||||
| 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.Square
public abstract class Square
Square contains an example of an aggregate one to one relationship to an object which shares its primary key, Deed.
| Field Summary |
|---|
| Fields inherited from class au.gov.tas.dpiwe.mr.bean.NullBean |
|---|
container, context, wrapper |
| Constructor Summary | |
|---|---|
Square()
Constructs a Square. |
|
| Method Summary | |
|---|---|
SquareKey |
ejbCreate(SquareKey primaryKey)
Create life-cycle event. |
void |
ejbPostCreate(SquareKey primaryKey)
Post-create bean life-cycle event. |
abstract DeedObject |
getDeed()
Returns the deed associated with this bean. |
abstract SquareKey |
getSquareID()
Returns the square ID attribute of this bean. |
abstract String |
getText()
Returns the text attribute of this bean. |
abstract void |
relateDeed(DeedObject aDeed)
Associates a deed with this bean. |
abstract void |
setDeed(DeedObject aDeed)
Sets the deed associated with this bean. |
abstract void |
setSquareID(SquareKey aSquareID)
Sets the square 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 Square()
| Method Detail |
|---|
public abstract SquareKey getSquareID()
public abstract void setSquareID(SquareKey aSquareID)
aSquareID - the square 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 abstract DeedObject getDeed()
public abstract void setDeed(DeedObject aDeed)
aDeed - the deed to be associated with
this bean.public abstract void relateDeed(DeedObject aDeed)
aDeed - the deed to be associated with
this bean, or null to disassociate the current
deed.public SquareKey ejbCreate(SquareKey primaryKey)
primaryKey - the primary key input.
public void ejbPostCreate(SquareKey primaryKey)
primaryKey - the primary key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||