railo.runtime.orm.hibernate
Class ColumnInfo

java.lang.Object
  extended by railo.runtime.orm.hibernate.ColumnInfo

public class ColumnInfo
extends Object


Constructor Summary
ColumnInfo(String name, int type, String typeName, int size, boolean nullable)
           
 
Method Summary
 String getName()
           
 int getSize()
           
 int getType()
           
 String getTypeName()
           
 boolean isNullable()
           
 void setName(String name)
           
 void setNullable(boolean nullable)
           
 void setSize(int size)
           
 void setType(int type)
           
 void setTypeName(String typeName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnInfo

public ColumnInfo(String name,
                  int type,
                  String typeName,
                  int size,
                  boolean nullable)
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getType

public int getType()
Returns:
the type

setType

public void setType(int type)
Parameters:
type - the type to set

getTypeName

public String getTypeName()
Returns:
the typeName

setTypeName

public void setTypeName(String typeName)
Parameters:
typeName - the typeName to set

getSize

public int getSize()
Returns:
the size

setSize

public void setSize(int size)
Parameters:
size - the size to set

isNullable

public boolean isNullable()
Returns:
the nullable

setNullable

public void setNullable(boolean nullable)
Parameters:
nullable - the nullable to set

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2012 Railo