Transfer version 1.1

transfer.com.object
Class Function

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

public class Function
extends WEB-INF.cftags.component

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

init

public init()
Constructor

Method Detail

addArgument

private void addArgument(Argument argument)
Adds an argument

Parameters:
argument - Argument to add

getAccess

public string getAccess()


getArgument

private array getArgument()


getArgumentIterator

public any getArgumentIterator()
Returns a java.util.Iterator for the argument collection


getBody

public string getBody()


getName

public string getName()


getReturntype

public string getReturntype()


setAccess

private void setAccess(string access)

Parameters:
access

setArgument

private void setArgument(array Argument)

Parameters:
Argument

setBody

private void setBody(string Body)

Parameters:
Body

setMemento

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

Parameters:
memento - the state to be set

setName

private void setName(string Name)

Parameters:
Name

setReturntype

private void setReturntype(string returntype)

Parameters:
returntype

Transfer version 1.1