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