org.nakedobjects.object.distribution
Class GetAssociationRequest

java.lang.Object
  extended byorg.nakedobjects.object.distribution.Request
      extended byorg.nakedobjects.object.distribution.ObjectRequest
          extended byorg.nakedobjects.object.distribution.GetAssociationRequest
All Implemented Interfaces:
java.io.Serializable

public class GetAssociationRequest
extends ObjectRequest

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nakedobjects.object.distribution.Request
response
 
Constructor Summary
GetAssociationRequest(NakedObject object, Association attribute)
           
 
Method Summary
 NakedObject getAttribute()
           
 java.lang.String toString()
           
 
Methods inherited from class org.nakedobjects.object.distribution.ObjectRequest
getOid
 
Methods inherited from class org.nakedobjects.object.distribution.Request
execute, getProxyObjectStore, init, sendRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetAssociationRequest

public GetAssociationRequest(NakedObject object,
                             Association attribute)
Method Detail

getAttribute

public NakedObject getAttribute()
                         throws ObjectStoreException
Throws:
ObjectStoreException

toString

public java.lang.String toString()