net.sf.hibernate4gwt.rebind.xml
Class AdditionalCode

java.lang.Object
  extended by net.sf.hibernate4gwt.rebind.xml.AdditionalCode

public class AdditionalCode
extends java.lang.Object

Author:
bruno.marchesson

Constructor Summary
AdditionalCode()
           
 
Method Summary
 java.util.List<Attribute> getAttributes()
           
 java.lang.String getImplementedInterface()
           
 java.util.List<Method> getMethods()
           
 java.lang.String getSuffix()
           
 void setAttributes(java.util.List<Attribute> attributes)
           
 void setImplementedInterfaces(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

setImplementedInterfaces

public void setImplementedInterfaces(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

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