|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.miningmart.m4.utils.InterM4ObjectToObject
edu.udo.cs.miningmart.m4.utils.InterM4ColumnsetPrimaryKey
Helper class for standard communication between Columnset
(first object) and PrimaryKey
(second object).
Constructor Summary | |
InterM4ColumnsetPrimaryKey()
|
Method Summary | |
M4Object |
getFirstSingleRef(M4Object columnset)
This method should call the getter in the first object which returns the reference to the second object. |
M4Object |
getSecondSingleRef(M4Object primKey)
This method should call the getter in the second object which returns the reference to the first object. |
void |
setFirstSingleRefPrimitive(M4Object columnset,
M4Object primKey)
This method should call the primitive setter for the first object, setting the reference to the second object. |
void |
setSecondSingleRefPrimitive(M4Object primKey,
M4Object columnset)
This method should call the primitive setter for the second object, setting the reference to the first object. |
Methods inherited from class edu.udo.cs.miningmart.m4.utils.InterM4ObjectToObject |
removeReferences, setReciprocalReferences |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InterM4ColumnsetPrimaryKey()
Method Detail |
public M4Object getFirstSingleRef(M4Object columnset) throws M4Exception
columnset
- the first object
M4Exception
public M4Object getSecondSingleRef(M4Object primKey) throws M4Exception
primKey
- the second object
M4Exception
public void setFirstSingleRefPrimitive(M4Object columnset, M4Object primKey) throws M4Exception
columnset
- the first objectprimKey
- the second object
M4Exception
public void setSecondSingleRefPrimitive(M4Object primKey, M4Object columnset) throws M4Exception
primKey
- the second objectcolumnset
- the first object
M4Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |