com.silverpeas.workflow.engine.model
Class ItemRefs

java.lang.Object
  extended by com.silverpeas.workflow.engine.AbstractReferrableObject
      extended by com.silverpeas.workflow.engine.model.ItemRefs
All Implemented Interfaces:
ReferrableObjectIntf, Serializable

public class ItemRefs
extends AbstractReferrableObject
implements Serializable

TODO remove, not used

See Also:
Serialized Form

Constructor Summary
ItemRefs()
          Constructor
 
Method Summary
 String getKey()
          Get the unique key, used by equals method
 String getRoleName()
          TODO remove Get the itemRefs
 void setRoleName(String roleName)
          Set the role for which the list of items must be returned
 
Methods inherited from class com.silverpeas.workflow.engine.AbstractReferrableObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemRefs

public ItemRefs()
Constructor

Method Detail

getRoleName

public String getRoleName()
TODO remove Get the itemRefs

Returns:
the itemRefs as a Vector / public Vector getItemRefList() { return itemRefList; } /** Get the role for which the list of items must be returned

setRoleName

public void setRoleName(String roleName)
Set the role for which the list of items must be returned

Parameters:
roleName - role name

getKey

public String getKey()
Get the unique key, used by equals method

Specified by:
getKey in interface ReferrableObjectIntf
Specified by:
getKey in class AbstractReferrableObject
Returns:
unique key
See Also:
equals, hashCode


Copyright © 2016 Silverpeas. All Rights Reserved.