net.sf.hibernate4gwt.rebind.xml
Class Method
java.lang.Object
net.sf.hibernate4gwt.rebind.xml.Method
public class Method
- extends java.lang.Object
Method description
- Author:
- bruno.marchesson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method
public Method()
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getVisibility
public java.lang.String getVisibility()
- Returns:
- the visibility
setVisibility
public void setVisibility(java.lang.String visibility)
- Parameters:
visibility - the visibility to set
getReturnType
public java.lang.String getReturnType()
- Returns:
- the returnType
setReturnType
public void setReturnType(java.lang.String returnType)
- Parameters:
returnType - the returnType to set
getReturnCollectionType
public java.lang.String getReturnCollectionType()
- Returns:
- the returnCollectionType
setReturnCollectionType
public void setReturnCollectionType(java.lang.String returnCollectionType)
- Parameters:
returnCollectionType - the returnCollectionType to set
getJavadoc
public java.lang.String getJavadoc()
- Returns:
- the javadoc
setJavadoc
public void setJavadoc(java.lang.String javadoc)
- Parameters:
javadoc - the javadoc to set
getParameters
public java.util.List<Parameter> getParameters()
- Returns:
- the parameters
setParameters
public void setParameters(java.util.List<Parameter> parameters)
- Parameters:
parameters - the parameters to set
getCode
public java.lang.String getCode()
- Returns:
- the code
setCode
public void setCode(java.lang.String code)
- Parameters:
code - the code to set
computeJava5Signature
public java.lang.String computeJava5Signature()
- Compute Java5 syntax signature
computeJava14Signature
public java.lang.String computeJava14Signature()
- Compute Java14 syntax signature