com.mysema.query.sql.support
Class ColumnData

java.lang.Object
  extended by com.mysema.query.sql.support.ColumnData

public class ColumnData
extends Object

Author:
tiwe

Constructor Summary
ColumnData(String name, String type)
           
 
Method Summary
 String getName()
           
 Integer getSize()
           
 String getType()
           
 boolean isAutoIncrement()
           
 boolean isNullAllowed()
           
 void setAutoIncrement(boolean autoIncrement)
           
 void setNullAllowed(boolean nullAllowed)
           
 void setSize(Integer size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnData

public ColumnData(String name,
                  String type)
Method Detail

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.