fr.improve.xdi.mapping.eof
Class EnterpriseObjectImpl

java.lang.Object
  extended byfr.improve.xdi.mapping.eof.EnterpriseObjectImpl
All Implemented Interfaces:
EnterpriseObject, java.io.Serializable

public class EnterpriseObjectImpl
extends java.lang.Object
implements EnterpriseObject

EnterpriseObject implementation for EOF

Author:
Sébastien Letélié
See Also:
Serialized Form

Constructor Summary
EnterpriseObjectImpl(com.webobjects.eocontrol.EOEnterpriseObject in_object)
           
 
Method Summary
 void addObjectToBothSidesOfRelationshipWithKey(EnterpriseObject in_enterpriseObject, java.lang.String in_key)
           
 java.util.Set attributes()
           
 java.lang.Object baseObject()
           
 boolean equals(java.lang.Object in_obj)
           
 java.util.Set keys()
           
 java.lang.String name()
           
 void removeObjectFromBothSidesOfRelationshipWithKey(EnterpriseObject in_enterpriseObject, java.lang.String in_key)
           
 void takeValueForKey(java.lang.Object in_value, java.lang.String in_key)
           
 java.util.Set toManyAttributes()
           
 java.util.Set toManyKeys()
           
 java.util.Set toOneAttributes()
           
 java.util.Set toOneKeys()
           
 java.lang.Object valueForKey(java.lang.String in_key)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseObjectImpl

public EnterpriseObjectImpl(com.webobjects.eocontrol.EOEnterpriseObject in_object)
Method Detail

attributes

public java.util.Set attributes()
Specified by:
attributes in interface EnterpriseObject
See Also:
fr.improve.edi.mapping.EnterpriseObject#attributes()

keys

public java.util.Set keys()
Specified by:
keys in interface EnterpriseObject
See Also:
fr.improve.edi.mapping.EnterpriseObject#keys()

name

public java.lang.String name()
Specified by:
name in interface EnterpriseObject
See Also:
fr.improve.edi.mapping.EnterpriseObject#name()

takeValueForKey

public void takeValueForKey(java.lang.Object in_value,
                            java.lang.String in_key)
                     throws InvocationTargetKeyException,
                            UnknownKeyException
Specified by:
takeValueForKey in interface EnterpriseObject
Throws:
InvocationTargetKeyException
UnknownKeyException
See Also:
fr.improve.edi.mapping.EnterpriseObject#takeValueForKey(java.lang.Object, java.lang.String)

toManyKeys

public java.util.Set toManyKeys()
Specified by:
toManyKeys in interface EnterpriseObject
See Also:
fr.improve.edi.mapping.EnterpriseObject#toManyKeys()

toOneKeys

public java.util.Set toOneKeys()
Specified by:
toOneKeys in interface EnterpriseObject
See Also:
fr.improve.edi.mapping.EnterpriseObject#toOneKeys()

valueForKey

public java.lang.Object valueForKey(java.lang.String in_key)
                             throws InvocationTargetKeyException,
                                    UnknownKeyException
Specified by:
valueForKey in interface EnterpriseObject
Throws:
InvocationTargetKeyException
UnknownKeyException
See Also:
fr.improve.edi.mapping.EnterpriseObject#valueForKey(java.lang.String)

baseObject

public java.lang.Object baseObject()
Specified by:
baseObject in interface EnterpriseObject

equals

public boolean equals(java.lang.Object in_obj)

addObjectToBothSidesOfRelationshipWithKey

public void addObjectToBothSidesOfRelationshipWithKey(EnterpriseObject in_enterpriseObject,
                                                      java.lang.String in_key)
                                               throws InvocationTargetKeyException,
                                                      UnknownKeyException
Specified by:
addObjectToBothSidesOfRelationshipWithKey in interface EnterpriseObject
Throws:
InvocationTargetKeyException
UnknownKeyException
See Also:
fr.improve.edi.mapping.EnterpriseObject#addObjectToBothSidesOfRelationshipWithKey(fr.improve.edi.mapping.EnterpriseObject, java.lang.String)

removeObjectFromBothSidesOfRelationshipWithKey

public void removeObjectFromBothSidesOfRelationshipWithKey(EnterpriseObject in_enterpriseObject,
                                                           java.lang.String in_key)
                                                    throws InvocationTargetKeyException,
                                                           UnknownKeyException
Specified by:
removeObjectFromBothSidesOfRelationshipWithKey in interface EnterpriseObject
Throws:
InvocationTargetKeyException
UnknownKeyException
See Also:
fr.improve.edi.mapping.EnterpriseObject#removeObjectFromBothSidesOfRelationshipWithKey(fr.improve.edi.mapping.EnterpriseObject, java.lang.String)

toManyAttributes

public java.util.Set toManyAttributes()
Specified by:
toManyAttributes in interface EnterpriseObject

toOneAttributes

public java.util.Set toOneAttributes()
Specified by:
toOneAttributes in interface EnterpriseObject


Copyright © 2004-2005 Improve. All Rights Reserved.