jasi.sim.basic.element.relation
Class MultiRelationHandler
java.lang.Object
jasi.sim.basic.value.AbstractSimValueType
jasi.sim.basic.value.AbstractComparableObject<Element>
jasi.sim.basic.element.AbstractElementBean
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
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MultiRelationHandler
protected MultiRelationHandler()
- Constructor of MultiRelationHandler.
MultiRelationHandler
protected MultiRelationHandler(Id id)
- Constructor of MultiRelationHandler.
- Parameters:
id
- The ID.
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.