uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class SharedRelationships

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.SharedRelationships
All Implemented Interfaces:
Serializable, UDDIv2DataModelVisitable

public class SharedRelationships
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
SharedRelationships()
           
SharedRelationships(Direction direction, KeyedReference[] keyedReference)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 Direction getDirection()
          Gets the direction value for this SharedRelationships.
 KeyedReference[] getKeyedReference()
          Gets the keyedReference value for this SharedRelationships.
 KeyedReference getKeyedReference(int i)
           
 int hashCode()
           
 void setDirection(Direction direction)
          Sets the direction value for this SharedRelationships.
 void setKeyedReference(int i, KeyedReference _value)
           
 void setKeyedReference(KeyedReference[] keyedReference)
          Sets the keyedReference value for this SharedRelationships.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedRelationships

public SharedRelationships()

SharedRelationships

public SharedRelationships(Direction direction,
                           KeyedReference[] keyedReference)
Method Detail

getKeyedReference

public KeyedReference[] getKeyedReference()
Gets the keyedReference value for this SharedRelationships.

Returns:
keyedReference

setKeyedReference

public void setKeyedReference(KeyedReference[] keyedReference)
Sets the keyedReference value for this SharedRelationships.

Parameters:
keyedReference -

getKeyedReference

public KeyedReference getKeyedReference(int i)

setKeyedReference

public void setKeyedReference(int i,
                              KeyedReference _value)

getDirection

public Direction getDirection()
Gets the direction value for this SharedRelationships.

Returns:
direction

setDirection

public void setDirection(Direction direction)
Sets the direction value for this SharedRelationships.

Parameters:
direction -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception