net.sf.gilead.proxy.xml
Class AdditionalCode
java.lang.Object
net.sf.gilead.proxy.xml.AdditionalCode
public class AdditionalCode
- extends java.lang.Object
- Author:
- bruno.marchesson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdditionalCode
public AdditionalCode()
getSuffix
public java.lang.String getSuffix()
- Returns:
- the suffix
setSuffix
public void setSuffix(java.lang.String suffix)
- Parameters:
suffix
- the suffix to set
getImplementedInterface
public java.lang.String getImplementedInterface()
- Returns:
- the implementedInterfaces
setImplementedInterface
public void setImplementedInterface(java.lang.String implementedInterface)
- Parameters:
implementedInterfaces
- the implementedInterfaces to set
getAttributes
public java.util.List<Attribute> getAttributes()
- Returns:
- the attributes
setAttributes
public void setAttributes(java.util.List<Attribute> attributes)
- Parameters:
attributes
- the attributes to set
getConstructors
public java.util.List<Constructor> getConstructors()
- Returns:
setConstructors
public void setConstructors(java.util.List<Constructor> constructors)
- Parameters:
constructors
-
getMethods
public java.util.List<Method> getMethods()
- Returns:
- the methods
setMethods
public void setMethods(java.util.List<Method> methods)
- Parameters:
methods
- the methods to set
addAttribute
public void addAttribute(Attribute attribute)
- Add a new attribute
addConstructor
public void addConstructor(Constructor constructor)
- Add a new method
addMethod
public void addMethod(Method method)
- Add a new method