|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MonopolySetObject
MonopolySet is the root bean populating Containers produced by AggregationContainerFactory. It contains an example of aggregate getters and setters, including one to many (Deck and Token) and one to one (Board).
| Method Summary | |
|---|---|
BoardObject |
getBoard()
Returns the board associated with this bean. |
Map |
getDecks()
Returns the decks associated with this bean. |
String |
getEdition()
Returns the edition attribute of this bean. |
Set |
getTokens()
Returns the tokens associated with this bean. |
void |
relateBoard(BoardObject aBoard)
Associates a board with this bean. |
void |
relateToken(TokenObject aToken)
Associates a token with this bean. |
void |
setBoard(BoardObject aBoard)
Sets the board associated with this bean. |
void |
setDecks(Map decks)
Sets the decks associated with this bean. |
void |
setEdition(String edition)
Sets the edition attribute of this bean. |
void |
setTokens(Set tokens)
Sets the tokens associated with this bean. |
| Methods inherited from interface javax.ejb.EJBLocalObject |
|---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
String getEdition()
void setEdition(String edition)
edition - the edition attribute to be
applied to this bean.Map getDecks()
void setDecks(Map decks)
decks - the decks to be associated with
this bean.Set getTokens()
void setTokens(Set tokens)
tokens - the tokens to be associated with
this bean.void relateToken(TokenObject aToken)
aToken - the token to be associated with
this bean.BoardObject getBoard()
void setBoard(BoardObject aBoard)
aBoard - the board to be associated with
this bean.void relateBoard(BoardObject aBoard)
aBoard - the board to be associated with
this bean.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||