|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.riverock.dbrevision.annotation.schema.db.DbPrimaryKeyColumn
public class DbPrimaryKeyColumn
Java class for DbPrimaryKeyColumn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DbPrimaryKeyColumn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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 String |
columnName
|
protected int |
keySeq
|
| Constructor Summary | |
|---|---|
DbPrimaryKeyColumn()
|
|
| Method Summary | |
|---|---|
String |
getColumnName()
Gets the value of the columnName property. |
int |
getKeySeq()
Gets the value of the keySeq 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 String columnName
protected int keySeq
| Constructor Detail |
|---|
public DbPrimaryKeyColumn()
| Method Detail |
|---|
public 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 | |||||||||