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