atg.rview.definitionfile
Class FunctionReturn

java.lang.Object
  extended by atg.rview.definitionfile.FunctionReturn

public class FunctionReturn
extends java.lang.Object

Bean name: FunctionReturn.

Properties
property nametypedescription default valueflags
returnsRowmapboolean   
returnTypesClass[]   
returnRangeFunctionReturnRange   

EventSets
eventset namelistener typedescription flags

This class was generated mechanically by atg.beanmaker.BeanMaker, and should not be modified.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
FunctionReturn()
           
FunctionReturn(boolean pReturnsRowmap, java.lang.Class[] pReturnTypes, FunctionReturnRange pReturnRange)
           
 
Method Summary
 void copyPropertiesTo(FunctionReturn target)
           
 boolean equals(java.lang.Object pObj)
           
 FunctionReturnRange getReturnRange()
           
 boolean getReturnsRowmap()
           
 java.lang.Class[] getReturnTypes()
           
 int hashCode()
           
 void setReturnRange(FunctionReturnRange pReturnRange)
           
 void setReturnsRowmap(boolean pReturnsRowmap)
           
 void setReturnTypes(java.lang.Class[] pReturnTypes)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

FunctionReturn

public FunctionReturn()

FunctionReturn

public FunctionReturn(boolean pReturnsRowmap,
                      java.lang.Class[] pReturnTypes,
                      FunctionReturnRange pReturnRange)
Method Detail

getReturnsRowmap

public boolean getReturnsRowmap()

setReturnsRowmap

public void setReturnsRowmap(boolean pReturnsRowmap)

getReturnTypes

public java.lang.Class[] getReturnTypes()

setReturnTypes

public void setReturnTypes(java.lang.Class[] pReturnTypes)

getReturnRange

public FunctionReturnRange getReturnRange()

setReturnRange

public void setReturnRange(FunctionReturnRange pReturnRange)

copyPropertiesTo

public void copyPropertiesTo(FunctionReturn target)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object pObj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object