|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.Order
public class Order
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 |
|---|
public init()
| Method Detail |
|---|
public string getOrder()
public string getProperty()
public void setMemento(struct memento)
memento - the state to be setprivate void setOrder(string Order)
Orderprivate void setProperty(string Property)
Property
|
Transfer version 1.1 | ||||
| FRAMES | |||||