public class DataColumnConstraints extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_CONSTRAINT_NAME
constraintName field name
|
static String |
COLUMN_CONSTRAINT_TYPE
constraintType field name
|
static String |
COLUMN_DESCRIPTION
description field name
|
static String |
COLUMN_MAX
max field name
|
static String |
COLUMN_MAX_IS_INCLUSIVE
maxIsInclusive field name
|
static String |
COLUMN_MIN
min field name
|
static String |
COLUMN_MIN_IS_INCLUSIVE
minIsInclusive field name
|
static String |
COLUMN_VALUE
value field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
DataColumnConstraints()
Default Constructor
|
DataColumnConstraints(DataColumnConstraints dataColumnConstraints)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<DataColumns> |
getColumns(DataColumnsDao dao) |
String |
getConstraintName() |
DataColumnConstraintType |
getConstraintType() |
String |
getDescription() |
BigDecimal |
getMax() |
Boolean |
getMaxIsInclusive() |
BigDecimal |
getMin() |
Boolean |
getMinIsInclusive() |
String |
getValue() |
void |
setConstraintName(String constraintName) |
void |
setConstraintType(DataColumnConstraintType constraintType) |
void |
setConstraintType(String constraintType) |
void |
setDescription(String description) |
void |
setMax(BigDecimal max) |
void |
setMaxIsInclusive(Boolean maxIsInclusive) |
void |
setMin(BigDecimal min) |
void |
setMinIsInclusive(Boolean minIsInclusive) |
void |
setValue(String value) |
public static final String TABLE_NAME
public static final String COLUMN_CONSTRAINT_NAME
public static final String COLUMN_CONSTRAINT_TYPE
public static final String COLUMN_VALUE
public static final String COLUMN_MIN
public static final String COLUMN_MIN_IS_INCLUSIVE
public static final String COLUMN_MAX
public static final String COLUMN_MAX_IS_INCLUSIVE
public static final String COLUMN_DESCRIPTION
public DataColumnConstraints()
public DataColumnConstraints(DataColumnConstraints dataColumnConstraints)
dataColumnConstraints - data column constraints to copypublic String getConstraintName()
public void setConstraintName(String constraintName)
public DataColumnConstraintType getConstraintType()
public void setConstraintType(String constraintType)
public void setConstraintType(DataColumnConstraintType constraintType)
public String getValue()
public void setValue(String value)
public BigDecimal getMin()
public void setMin(BigDecimal min)
public Boolean getMinIsInclusive()
public void setMinIsInclusive(Boolean minIsInclusive)
public BigDecimal getMax()
public void setMax(BigDecimal max)
public Boolean getMaxIsInclusive()
public void setMaxIsInclusive(Boolean maxIsInclusive)
public String getDescription()
public void setDescription(String description)
public List<DataColumns> getColumns(DataColumnsDao dao) throws SQLException
SQLExceptionCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.