edu.udo.cs.miningmart.m4.utils
Class InterM4ColumnPrimaryKeyMember
java.lang.Object
edu.udo.cs.miningmart.m4.utils.InterM4Communicator
edu.udo.cs.miningmart.m4.utils.InterM4ColumnPrimaryKeyMember
- public class InterM4ColumnPrimaryKeyMember
- extends InterM4Communicator
Helper class for standard communication between Column
(container)
and KeyMember
.
- Version:
- $Id: InterM4ColumnPrimaryKeyMember.java,v 1.3 2006/04/11 14:10:10 euler Exp $
- Author:
- Martin Scholz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterM4ColumnPrimaryKeyMember
public InterM4ColumnPrimaryKeyMember()
getSingleRef
public java.lang.Object getSingleRef(M4Object keymem)
throws M4Exception
- Parameters:
keymem
- a KeyMember
- Returns:
- the
KeyMember
's primary key Column
- Throws:
M4Exception
- See Also:
InterM4Communicator#getSingleRef(M4Object)
getCollection
public java.util.Collection getCollection(java.lang.Object column)
throws M4Exception
- Parameters:
column
- a Column
- Returns:
- the
Column
's Collection
- Throws:
M4Exception
- See Also:
InterM4Communicator#getCollection(M4Object)
setSingleRefPrimitive
public void setSingleRefPrimitive(M4Object keymem,
java.lang.Object column)
throws M4Exception
- Parameters:
keymem
- a KeyMember
column
- a Column
to be set as the primary key
- Throws:
M4Exception
- See Also:
InterM4Communicator#setSingleRefPrimitive(M4Object, M4Object)
Copyright © 2001-2005