org.apache.tuscany.das.rdb.config
Interface KeyPair

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
KeyPairImpl

public interface KeyPair
extends java.io.Serializable

A representation of the model object 'Key Pair'.

The following features are supported:


Method Summary
 java.lang.String getForeignKeyColumn()
          Returns the value of the 'Foreign Key Column' attribute.
 java.lang.String getPrimaryKeyColumn()
          Returns the value of the 'Primary Key Column' attribute.
 void setForeignKeyColumn(java.lang.String value)
          Sets the value of the 'Foreign Key Column' attribute.
 void setPrimaryKeyColumn(java.lang.String value)
          Sets the value of the 'Primary Key Column' attribute.
 

Method Detail

getPrimaryKeyColumn

java.lang.String getPrimaryKeyColumn()
Returns the value of the 'Primary Key Column' attribute.

If the meaning of the 'Primary Key Column' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Primary Key Column' attribute.
See Also:
setPrimaryKeyColumn(String)

setPrimaryKeyColumn

void setPrimaryKeyColumn(java.lang.String value)
Sets the value of the 'Primary Key Column' attribute.

Parameters:
value - the new value of the 'Primary Key Column' attribute.
See Also:
getPrimaryKeyColumn()

getForeignKeyColumn

java.lang.String getForeignKeyColumn()
Returns the value of the 'Foreign Key Column' attribute.

If the meaning of the 'Foreign Key Column' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Foreign Key Column' attribute.
See Also:
setForeignKeyColumn(String)

setForeignKeyColumn

void setForeignKeyColumn(java.lang.String value)
Sets the value of the 'Foreign Key Column' attribute.

Parameters:
value - the new value of the 'Foreign Key Column' attribute.
See Also:
getForeignKeyColumn()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.