com.infoengine.connector.dao
Class DAOMethod

java.lang.Object
  extended bycom.infoengine.connector.dao.DAOMethod

public class DAOMethod
extends Object


Field Summary
(package private)  String comment
           
private  String methodName
           
private  Vector parms
           
private  boolean retArray
           
private  boolean retCollection
           
(package private)  String retType
           
(package private)  int soapRetType
           
 
Constructor Summary
(package private) DAOMethod()
           
 
Method Summary
(package private)  void addParam(String name, String type)
           
private  String getBeanType(String type)
           
 String getComment()
           
(package private)  String getMethodName()
           
(package private)  DAOParm[] getParams()
           
 String getReturnType()
           
 boolean returnsArray()
           
 boolean returnsCollection()
           
(package private)  void setComment(String str)
           
(package private)  void setMethodName(String str)
           
 void setReturnCollection(boolean b)
           
(package private)  void setReturnType(String str)
           
 String signature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

soapRetType

int soapRetType

retType

String retType

comment

String comment

methodName

private String methodName

parms

private Vector parms

retArray

private boolean retArray

retCollection

private boolean retCollection
Constructor Detail

DAOMethod

DAOMethod()
Method Detail

getMethodName

String getMethodName()

setMethodName

void setMethodName(String str)

getComment

public String getComment()

setComment

void setComment(String str)

getReturnType

public String getReturnType()

setReturnType

void setReturnType(String str)

returnsArray

public boolean returnsArray()

returnsCollection

public boolean returnsCollection()

setReturnCollection

public void setReturnCollection(boolean b)

addParam

void addParam(String name,
              String type)

getParams

DAOParm[] getParams()

signature

public String signature()

getBeanType

private String getBeanType(String type)