|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.ColumnImpl
public class ColumnImpl
| Field Summary | |
|---|---|
protected String |
columnDefinition
|
protected Boolean |
insertable
|
protected Integer |
length
|
protected String |
name
|
protected Boolean |
nullable
|
protected Integer |
precision
|
protected Integer |
scale
|
protected String |
table
|
protected Boolean |
unique
|
protected Boolean |
updatable
|
| Constructor Summary | |
|---|---|
ColumnImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.ColumnImpl instance. |
|
ColumnImpl(ColumnImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.ColumnImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ColumnImpl |
clone()
Creates and returns a copy of this object. |
String |
getColumnDefinition()
Gets the value of the columnDefinition property. |
Integer |
getLength()
Gets the value of the length property. |
String |
getName()
Gets the value of the name property. |
Integer |
getPrecision()
Gets the value of the precision property. |
Integer |
getScale()
Gets the value of the scale property. |
String |
getTable()
Gets the value of the table property. |
Boolean |
isInsertable()
Gets the value of the insertable property. |
Boolean |
isNullable()
Gets the value of the nullable property. |
Boolean |
isUnique()
Gets the value of the unique property. |
Boolean |
isUpdatable()
Gets the value of the updatable property. |
void |
setColumnDefinition(String value)
Sets the value of the columnDefinition property. |
void |
setInsertable(Boolean value)
Sets the value of the insertable property. |
void |
setLength(Integer value)
Sets the value of the length property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNullable(Boolean value)
Sets the value of the nullable property. |
void |
setPrecision(Integer value)
Sets the value of the precision property. |
void |
setScale(Integer value)
Sets the value of the scale property. |
void |
setTable(String value)
Sets the value of the table property. |
void |
setUnique(Boolean value)
Sets the value of the unique property. |
void |
setUpdatable(Boolean value)
Sets the value of the updatable property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected Boolean unique
protected Boolean nullable
protected Boolean insertable
protected Boolean updatable
protected String columnDefinition
protected String table
protected Integer length
protected Integer precision
protected Integer scale
| Constructor Detail |
|---|
public ColumnImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.ColumnImpl instance.
public ColumnImpl(ColumnImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.ColumnImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Column
getName in interface ColumnStringpublic void setName(String value)
Column
setName in interface Columnvalue - allowed object is
Stringpublic Boolean isUnique()
Column
isUnique in interface ColumnBooleanpublic void setUnique(Boolean value)
Column
setUnique in interface Columnvalue - allowed object is
Booleanpublic Boolean isNullable()
Column
isNullable in interface ColumnBooleanpublic void setNullable(Boolean value)
Column
setNullable in interface Columnvalue - allowed object is
Booleanpublic Boolean isInsertable()
Column
isInsertable in interface ColumnBooleanpublic void setInsertable(Boolean value)
Column
setInsertable in interface Columnvalue - allowed object is
Booleanpublic Boolean isUpdatable()
Column
isUpdatable in interface ColumnBooleanpublic void setUpdatable(Boolean value)
Column
setUpdatable in interface Columnvalue - allowed object is
Booleanpublic String getColumnDefinition()
Column
getColumnDefinition in interface ColumnStringpublic void setColumnDefinition(String value)
Column
setColumnDefinition in interface Columnvalue - allowed object is
Stringpublic String getTable()
Column
getTable in interface ColumnStringpublic void setTable(String value)
Column
setTable in interface Columnvalue - allowed object is
Stringpublic Integer getLength()
Column
getLength in interface ColumnIntegerpublic void setLength(Integer value)
Column
setLength in interface Columnvalue - allowed object is
Integerpublic Integer getPrecision()
Column
getPrecision in interface ColumnIntegerpublic void setPrecision(Integer value)
Column
setPrecision in interface Columnvalue - allowed object is
Integerpublic Integer getScale()
Column
getScale in interface ColumnIntegerpublic void setScale(Integer value)
Column
setScale in interface Columnvalue - allowed object is
Integerpublic ColumnImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||