|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.Condition
public class Condition
Conditional processing on an collection
| Constructor Summary | |
|---|---|
init()
Constructor |
|
| Method Summary | |
|---|---|
string |
getProperty()
|
string |
getValue()
|
string |
getWhere()
|
boolean |
hasProperty()
Has a property |
boolean |
hasWhere()
Has a where statement |
void |
setMemento(struct memento)
Sets the state of the object |
private void |
setProperty(string Property)
|
private void |
setValue(string Value)
|
private void |
setWhere(string Where)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public string getProperty()
public string getValue()
public string getWhere()
public boolean hasProperty()
public boolean hasWhere()
public void setMemento(struct memento)
memento - the state to be setprivate void setProperty(string Property)
Propertyprivate void setValue(string Value)
Valueprivate void setWhere(string Where)
Where
|
Transfer version 1.1 | ||||
| FRAMES | |||||