|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.Collection
public class Collection
BO for a collection defintion
| Constructor Summary | |
|---|---|
init()
Constructor |
|
| Method Summary | |
|---|---|
Condition |
getCondition()
|
Key |
getKey()
|
Order |
getOrder()
|
string |
getType()
|
boolean |
hasCondition()
If it has a condition |
boolean |
hasKey()
if the collection has a key |
boolean |
hasOrder()
if the collection has a Order |
private void |
removeCondition()
removes a condition |
private void |
removeKey()
removes the key |
private void |
removeOrder()
removes the Order |
private void |
setCondition(Condition Condition)
|
private void |
setKey(Key Key)
|
void |
setMemento(struct memento)
Sets the state of the object |
private void |
setOrder(Order Order)
|
private void |
setType(string Type)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public Condition getCondition()
public Key getKey()
public Order getOrder()
public string getType()
public boolean hasCondition()
public boolean hasKey()
public boolean hasOrder()
private void removeCondition()
private void removeKey()
private void removeOrder()
private void setCondition(Condition Condition)
Conditionprivate void setKey(Key Key)
Keypublic void setMemento(struct memento)
memento - the state to be setprivate void setOrder(Order Order)
Orderprivate void setType(string Type)
Type
|
Transfer version 1.1 | ||||
| FRAMES | |||||