com.bea.campaign
Interface ScenarioInfo

All Superinterfaces
Cloneable, Comparable, Serializable
All Known Subinterfaces:
Scenario

public interface ScenarioInfo
extends Serializable, Cloneable, Comparable

The display information of a scenario.


Method Summary
 boolean getActiveFlag()
          Get the scenario's active state.
 String getDescription()
          The scenario description.
 String getName()
          The scenario name.
 String getUniqueId()
          The scenario id.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUniqueId

String getUniqueId()
The scenario id.


getName

String getName()
The scenario name.


getActiveFlag

boolean getActiveFlag()
Get the scenario's active state.


getDescription

String getDescription()
The scenario description.



Copyright © 2011, Oracle. All rights reserved.