|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.cpa.persistence.sql.engine.info.ColumnValue
public final class ColumnValue
| Constructor Summary | |
|---|---|
protected |
ColumnValue(ColumnInfo column,
Object value)
Construct ColumnValue for given column with given value. |
| Method Summary | |
|---|---|
String |
getName()
Method returning name of this column. |
int |
getType()
Method returning SQL type of this column. |
Object |
getValue()
Get value of the column. |
boolean |
isDirty()
Method returning dirty flag. |
boolean |
isStore()
Method returning store flag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ColumnValue(ColumnInfo column,
Object value)
column - Column the value belongs to.value - Value of the column.| Method Detail |
|---|
public String getName()
public int getType()
public boolean isStore()
public boolean isDirty()
public Object getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||