Tuscany DAS for Relational Databases

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

All Known Implementing Classes:
KeyPairImpl

public interface KeyPair

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.
 java.lang.String getRelationship()
          Returns the value of the 'Relationship' 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.
 void setRelationship(java.lang.String value)
          Sets the value of the 'Relationship' attribute.
 

Method Detail

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()

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()

getRelationship

java.lang.String getRelationship()
Returns the value of the 'Relationship' attribute.

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

Returns:
the value of the 'Relationship' attribute.
See Also:
setRelationship(String)

setRelationship

void setRelationship(java.lang.String value)
Sets the value of the 'Relationship' attribute.

Parameters:
value - the new value of the 'Relationship' attribute.
See Also:
getRelationship()

Tuscany DAS for Relational Databases

-