org.objectweb.jonas_ejb.genic
Class VcParamWhere

java.lang.Object
  |
  +--org.objectweb.jonas_ejb.genic.VcParamWhere

public class VcParamWhere
extends java.lang.Object

This class is the "Velocity context" for a parameter of a where clause used in the Velocity Templates.


Method Summary
 java.lang.String getName()
           
 java.lang.String getSqlSetMethod()
           
 java.lang.String getSqlTypeName()
           
 java.lang.String getTypeName()
           
 boolean hasBigIntegerType()
           
 boolean hasJavaLangTypeExceptString()
           
 boolean hasNotPrimitiveType()
           
 boolean hasSerializableType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getTypeName

public java.lang.String getTypeName()

getSqlTypeName

public java.lang.String getSqlTypeName()

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