|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.Function
public class Function
A custom function BO
| Constructor Summary | |
|---|---|
init()
Constructor |
|
| Method Summary | |
|---|---|
private void |
addArgument(Argument argument)
Adds an argument |
string |
getAccess()
|
private array |
getArgument()
|
any |
getArgumentIterator()
Returns a java.util.Iterator for the argument collection |
string |
getBody()
|
string |
getName()
|
string |
getReturntype()
|
private void |
setAccess(string access)
|
private void |
setArgument(array Argument)
|
private void |
setBody(string Body)
|
void |
setMemento(struct memento)
Sets the state of the object |
private void |
setName(string Name)
|
private void |
setReturntype(string returntype)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
private void addArgument(Argument argument)
argument - Argument to addpublic string getAccess()
private array getArgument()
public any getArgumentIterator()
public string getBody()
public string getName()
public string getReturntype()
private void setAccess(string access)
accessprivate void setArgument(array Argument)
Argumentprivate void setBody(string Body)
Bodypublic void setMemento(struct memento)
memento - the state to be setprivate void setName(string Name)
Nameprivate void setReturntype(string returntype)
returntype
|
Transfer version 1.1 | ||||
| FRAMES | |||||