com.mysema.query.sql.support
Class ColumnData
java.lang.Object
com.mysema.query.sql.support.ColumnData
public class ColumnData
- extends Object
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnData
public ColumnData(String name,
String type)
getName
public String getName()
getType
public String getType()
isNullAllowed
public boolean isNullAllowed()
setNullAllowed
public void setNullAllowed(boolean nullAllowed)
setSize
public void setSize(Integer size)
getSize
public Integer getSize()
isAutoIncrement
public boolean isAutoIncrement()
setAutoIncrement
public void setAutoIncrement(boolean autoIncrement)
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.