edu.udo.cs.miningmart.m4
Interface Key

All Superinterfaces:
M4Data, M4Object
All Known Subinterfaces:
ForeignKey, PrimaryKey
All Known Implementing Classes:
ForeignKey, Key, PrimaryKey

public interface Key
extends M4Data

Version:
$Id: Key.java,v 1.4 2006/09/27 14:59:58 euler Exp $
Author:
Timm Euler

Method Summary
 Columnset getForeignKeyColumnset()
           
 Columnset getPrimaryKeyColumnset()
           
 void setForeignKeyColumnset(Columnset fkCs)
           
 void setPrimaryKeyColumnset(Columnset pkCs)
           
 
Methods inherited from interface edu.udo.cs.miningmart.m4.M4Data
deleteSoon, getDocumentation, getValidName, isDirty, isWaitingForDelete, setDocumentation
 
Methods inherited from interface edu.udo.cs.miningmart.m4.M4Object
doPrint, doPrint, equals, executeBusinessSingleValueSqlRead, executeBusinessSingleValueSqlReadL, executeBusinessSqlRead, executeBusinessSqlWrite, executeM4SingleValueSqlRead, executeM4SingleValueSqlReadL, executeM4SqlRead, executeM4SqlWrite, getCasePrintObject, getId, getM4Db, getM4ObjectFromCache, getName, getNextM4SequenceValue, isNew, load, print, putM4ObjectToCache, replaceSpacesInName, setId, setName, setNotNew
 

Method Detail

setPrimaryKeyColumnset

void setPrimaryKeyColumnset(Columnset pkCs)
                            throws M4Exception
Throws:
M4Exception

setForeignKeyColumnset

void setForeignKeyColumnset(Columnset fkCs)
                            throws M4Exception
Throws:
M4Exception

getPrimaryKeyColumnset

Columnset getPrimaryKeyColumnset()
                                 throws M4Exception
Throws:
M4Exception

getForeignKeyColumnset

Columnset getForeignKeyColumnset()
                                 throws M4Exception
Throws:
M4Exception


Copyright © 2001-2005