com.agimatec.dbtransform.ejb3
Class Ejb3Attribute

java.lang.Object
  extended by com.agimatec.dbtransform.ejb3.Ejb3Prototype
      extended by com.agimatec.dbtransform.ejb3.Ejb3Attribute
All Implemented Interfaces:
Serializable

public class Ejb3Attribute
extends Ejb3Prototype

Description:
User: roman.stumm
Date: 03.07.2007
Time: 16:23:30
Copyright: Agimatec GmbH

See Also:
Serialized Form

Constructor Summary
Ejb3Attribute(ColumnDescription column)
           
 
Method Summary
 void generate()
           
 String getAttributeName()
           
 ColumnDescription getColumn()
           
 String getGetter()
           
 String getJavaType()
           
 String getSetter()
           
 boolean isEnumType()
           
 String toString()
           
 
Methods inherited from class com.agimatec.dbtransform.ejb3.Ejb3Prototype
toPlural, toProperAttributeName, toProperEntityName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ejb3Attribute

public Ejb3Attribute(ColumnDescription column)
Method Detail

getColumn

public ColumnDescription getColumn()

generate

public void generate()

getJavaType

public String getJavaType()

isEnumType

public boolean isEnumType()

getAttributeName

public String getAttributeName()

getGetter

public String getGetter()

getSetter

public String getSetter()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2011. All Rights Reserved.