Package com.randomnoun.common.db.to
Class ConstraintColumnTO
java.lang.Object
com.randomnoun.common.db.to.ConstraintColumnTO
-
Constructor Summary
ConstructorsConstructorDescriptionConstraintColumnTO
(ConstraintTO constraint, String name, long columnId) ConstraintColumnTO
(ConstraintTO constraint, String name, long columnId, String refTableName, String refColumnName) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
long
void
setConstraint
(ConstraintTO constraint) void
void
setPosition
(long columnId) void
setRefColumnName
(String refColumnName) void
setRefTableName
(String refTableName)
-
Constructor Details
-
ConstraintColumnTO
-
ConstraintColumnTO
public ConstraintColumnTO(ConstraintTO constraint, String name, long columnId, String refTableName, String refColumnName)
-
-
Method Details
-
getConstraint
-
getName
-
getPosition
-
getTableColumn
-
getRefTableName
-
setRefTableName
-
getRefColumnName
-
setRefColumnName
-
setConstraint
-
setName
-
setPosition
-