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