public class Index
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
columnList |
protected java.lang.String |
description |
protected java.lang.String |
name |
protected java.lang.Boolean |
unique |
| Constructor and Description |
|---|
Index() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnList()
Gets the value of the columnList property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Boolean |
isUnique()
Gets the value of the unique property.
|
void |
setColumnList(java.lang.String value)
Sets the value of the columnList property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setUnique(java.lang.Boolean value)
Sets the value of the unique property.
|
protected java.lang.String description
protected java.lang.String name
protected java.lang.String columnList
protected java.lang.Boolean unique
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColumnList()
Stringpublic void setColumnList(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isUnique()
Booleanpublic void setUnique(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.