jasi.sim.basic.element.relation
Class MultiRelationHandler

java.lang.Object
  extended by jasi.sim.basic.value.AbstractSimValueType
      extended by jasi.sim.basic.value.AbstractComparableObject<Element>
          extended by jasi.sim.basic.element.AbstractElementBean
              extended by jasi.sim.basic.element.relation.MultiRelationHandler
All Implemented Interfaces:
Element, SimObject, ExtendedComparable<Element>, SimValue, java.io.Serializable, java.lang.Comparable<Element>
Direct Known Subclasses:
MultiRelation

public abstract class MultiRelationHandler
extends AbstractElementBean

Handler for a collection of simulation elements.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface jasi.sim.basic.element.Element
COMPARATOR
 
Constructor Summary
protected MultiRelationHandler()
          Constructor of MultiRelationHandler.
protected MultiRelationHandler(Id id)
          Constructor of MultiRelationHandler.
 
Method Summary
 java.util.List<Id> getList()
          Get the identifiers.
 void setList(java.util.List<Id> list)
          Set the identifiers.
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class jasi.sim.basic.element.AbstractElementBean
acceptDelete, compareTo, delete, elements, equals, get, getId, getKey, hashCode, isDeleted, registered, set, setId, setKey
 
Methods inherited from class jasi.sim.basic.value.AbstractComparableObject
isEQ, isGE, isGT, isLE, isLT, isNE
 
Methods inherited from class jasi.sim.basic.value.AbstractSimValueType
getContent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiRelationHandler

protected MultiRelationHandler()
Constructor of MultiRelationHandler.


MultiRelationHandler

protected MultiRelationHandler(Id id)
Constructor of MultiRelationHandler.

Parameters:
id - The ID.
Method Detail

setList

public final void setList(java.util.List<Id> list)
Set the identifiers.

Parameters:
list - The list of identifiers.

getList

public final java.util.List<Id> getList()
Get the identifiers.

Returns:
The list of identifiers.

toString

public java.lang.String toString()
Returns a string representation of this object.

Overrides:
toString in class AbstractElementBean
Returns:
The string.