com.bea.portal.tools.interaction.campaign.rule
Class RuleID

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceID
      extended by com.bea.portal.tools.resource.framework.TaggedResourceID
          extended by com.bea.portal.tools.interaction.campaign.rule.RuleID
All Implemented Interfaces
Serializable

public final class RuleID
extends com.bea.portal.tools.resource.framework.TaggedResourceID

Identifies a campaign scenario rule.

See Also
Serialized Form

Constructor Summary
RuleID(String resourceURN)
          Constructor.
 
Method Summary
 String getRuleName()
          Get the name of the rule.
 ScenarioID getScenarioID()
          Get the ScenarioID.
 
Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceID
appendResourcePath, getTag, getTags, getTagValue
 
Methods inherited from class com.bea.portal.tools.resource.ResourceID
appendResourceTypeNamespaceURI, computeResourceURN, computeResourceURN, equals, getCanonicalResourceURN, getResourceEnvironment, getResourceType, getResourceURN, hashCode, narrow, setCanonicalResourceURN, setResourceURN, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleID

public RuleID(String resourceURN)
Constructor.

Parameters
resourceURN - the URN of the referrent resource
Method Detail

getScenarioID

public ScenarioID getScenarioID()
Get the ScenarioID.

Returns
the ScenarioID

getRuleName

public String getRuleName()
Get the name of the rule.

Returns
the name of the rule


Copyright © 2011, Oracle. All rights reserved.