net.sf.gilead.proxy.xml
Class AdditionalCode

java.lang.Object
  extended by net.sf.gilead.proxy.xml.AdditionalCode

public class AdditionalCode
extends java.lang.Object

Author:
bruno.marchesson

Constructor Summary
AdditionalCode()
           
 
Method Summary
 void addAttribute(Attribute attribute)
          Add a new attribute
 void addConstructor(Constructor constructor)
          Add a new method
 void addMethod(Method method)
          Add a new method
 java.util.List<Attribute> getAttributes()
           
 java.util.List<Constructor> getConstructors()
           
 java.lang.String getImplementedInterface()
           
 java.util.List<Method> getMethods()
           
 java.lang.String getSuffix()
           
 void setAttributes(java.util.List<Attribute> attributes)
           
 void setConstructors(java.util.List<Constructor> constructors)
           
 void setImplementedInterface(java.lang.String implementedInterface)
           
 void setMethods(java.util.List<Method> methods)
           
 void setSuffix(java.lang.String suffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdditionalCode

public AdditionalCode()
Method Detail

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