railo.runtime.orm.hibernate
Class ColumnInfo
java.lang.Object
railo.runtime.orm.hibernate.ColumnInfo
public class ColumnInfo
- extends Object
ColumnInfo
public ColumnInfo(String name,
int type,
String typeName,
int size,
boolean nullable)
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