Transfer version 1.1

transfer.com.object
Class Collection

WEB-INF.cftags.component
        extended by transfer.com.object.Collection

public class Collection
extends WEB-INF.cftags.component

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

init

public init()
Constructor

Method Detail

getCondition

public Condition getCondition()


getKey

public Key getKey()


getOrder

public Order getOrder()


getType

public string getType()


hasCondition

public boolean hasCondition()
If it has a condition


hasKey

public boolean hasKey()
if the collection has a key


hasOrder

public boolean hasOrder()
if the collection has a Order


removeCondition

private void removeCondition()
removes a condition


removeKey

private void removeKey()
removes the key


removeOrder

private void removeOrder()
removes the Order


setCondition

private void setCondition(Condition Condition)

Parameters:
Condition

setKey

private void setKey(Key Key)

Parameters:
Key

setMemento

public void setMemento(struct memento)
Sets the state of the object

Parameters:
memento - the state to be set

setOrder

private void setOrder(Order Order)

Parameters:
Order

setType

private void setType(string Type)

Parameters:
Type

Transfer version 1.1