Transfer version 1.1

transfer.com.object
Class Order

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

public class Order
extends WEB-INF.cftags.component

Business object that defines a collections ordering


Constructor Summary
init()
          Constructor
 
Method Summary
 string getOrder()
 string getProperty()
 void setMemento(struct memento)
          Sets the state of the object
private void setOrder(string Order)
private void setProperty(string Property)
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
Constructor

Method Detail

getOrder

public string getOrder()


getProperty

public string getProperty()


setMemento

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

Parameters:
memento - the state to be set

setOrder

private void setOrder(string Order)

Parameters:
Order

setProperty

private void setProperty(string Property)

Parameters:
Property

Transfer version 1.1