|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.riverock.dbrevision.annotation.schema.db.DbIndexColumn
public class DbIndexColumn
Java class for DbIndexColumn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DbIndexColumn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ascending" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="columnName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="keySeq" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
ascending
|
protected String |
columnName
|
protected int |
keySeq
|
| Constructor Summary | |
|---|---|
DbIndexColumn()
|
|
| Method Summary | |
|---|---|
String |
getColumnName()
Gets the value of the columnName property. |
int |
getKeySeq()
Gets the value of the keySeq property. |
Boolean |
isAscending()
Gets the value of the ascending property. |
void |
setAscending(Boolean value)
Sets the value of the ascending property. |
void |
setColumnName(String value)
Sets the value of the columnName property. |
void |
setKeySeq(int value)
Sets the value of the keySeq property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean ascending
protected String columnName
protected int keySeq
| Constructor Detail |
|---|
public DbIndexColumn()
| Method Detail |
|---|
public Boolean isAscending()
Booleanpublic void setAscending(Boolean value)
value - allowed object is
Booleanpublic String getColumnName()
Stringpublic void setColumnName(String value)
value - allowed object is
Stringpublic int getKeySeq()
public void setKeySeq(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||