org.objectweb.jonas_ejb.genic
Class VcField
java.lang.Object
|
+--org.objectweb.jonas_ejb.genic.VcField
- public class VcField
- extends java.lang.Object
This class is the "Velocity context" for a container managed persistence bean's field
used in the Velocity Template.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getName
public java.lang.String getName()
getTypeName
public java.lang.String getTypeName()
getDefaultValue
public java.lang.String getDefaultValue()
getSqlTypeName
public java.lang.String getSqlTypeName()
getSqlGetMethod
public java.lang.String getSqlGetMethod()
getSqlSetMethod
public java.lang.String getSqlSetMethod()
hasNotPrimitiveType
public boolean hasNotPrimitiveType()
hasBigIntegerType
public boolean hasBigIntegerType()
hasSerializableType
public boolean hasSerializableType()
hasJavaLangTypeExceptString
public boolean hasJavaLangTypeExceptString()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object