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

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

public class DbPrimaryKeyColumn
extends Object

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

columnName

protected String columnName

keySeq

protected int keySeq
Constructor Detail

DbPrimaryKeyColumn

public DbPrimaryKeyColumn()
Method Detail

getColumnName

public String getColumnName()
Gets the value of the columnName property.

Returns:
possible object is String

setColumnName

public void setColumnName(String value)
Sets the value of the columnName property.

Parameters:
value - allowed object is String

getKeySeq

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


setKeySeq

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



Copyright © 2008 Riverock community. All Rights Reserved.