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()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getColumnList()
String
public void setColumnList(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isUnique()
Boolean
public void setUnique(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.