Class DataStructureTableConstraintModel
java.lang.Object
org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintModel
- Direct Known Subclasses:
DataStructureTableConstraintCheckModel,DataStructureTableConstraintForeignKeyModel,DataStructureTableConstraintPrimaryKeyModel,DataStructureTableConstraintUniqueModel
public class DataStructureTableConstraintModel extends Object
The Data Structure Table Constraint Model.
-
Constructor Summary
Constructors Constructor Description DataStructureTableConstraintModel() -
Method Summary
Modifier and Type Method Description String[]getColumns()Gets the columns.String[]getModifiers()Gets the modifiers.StringgetName()Gets the name.voidsetColumns(String[] columns)Sets the columns.voidsetModifiers(String[] modifiers)Sets the modifiers.voidsetName(String name)Sets the name.
-
Constructor Details
-
DataStructureTableConstraintModel
public DataStructureTableConstraintModel()
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getModifiers
Gets the modifiers.- Returns:
- the modifiers
-
setModifiers
Sets the modifiers.- Parameters:
modifiers- the new modifiers
-
getColumns
Gets the columns.- Returns:
- the columns
-
setColumns
Sets the columns.- Parameters:
columns- the new columns
-