Transfer version 1.1

transfer.com.object
Class Condition

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

public class Condition
extends WEB-INF.cftags.component

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

init

public init()
Constructor

Method Detail

getProperty

public string getProperty()


getValue

public string getValue()


getWhere

public string getWhere()


hasProperty

public boolean hasProperty()
Has a property


hasWhere

public boolean hasWhere()
Has a where statement


setMemento

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

Parameters:
memento - the state to be set

setProperty

private void setProperty(string Property)

Parameters:
Property

setValue

private void setValue(string Value)

Parameters:
Value

setWhere

private void setWhere(string Where)

Parameters:
Where

Transfer version 1.1