org.riverock.dbrevision.annotation.schema.db
Class DbForeignKeyColumn

java.lang.Object
  extended by org.riverock.dbrevision.annotation.schema.db.DbForeignKeyColumn

public class DbForeignKeyColumn
extends Object

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

fkColumnName

protected String fkColumnName

keySeq

protected Integer keySeq

pkColumnName

protected String pkColumnName
Constructor Detail

DbForeignKeyColumn

public DbForeignKeyColumn()
Method Detail

getFkColumnName

public String getFkColumnName()
Gets the value of the fkColumnName property.

Returns:
possible object is String

setFkColumnName

public void setFkColumnName(String value)
Sets the value of the fkColumnName property.

Parameters:
value - allowed object is String

getKeySeq

public Integer getKeySeq()
Gets the value of the keySeq property.

Returns:
possible object is Integer

setKeySeq

public void setKeySeq(Integer value)
Sets the value of the keySeq property.

Parameters:
value - allowed object is Integer

getPkColumnName

public String getPkColumnName()
Gets the value of the pkColumnName property.

Returns:
possible object is String

setPkColumnName

public void setPkColumnName(String value)
Sets the value of the pkColumnName property.

Parameters:
value - allowed object is String


Copyright © 2008 Riverock community. All Rights Reserved.