ScenarioInfo Interface

com.bea.campaign
ScenarioInfo Interface

public interface ScenarioInfo

    extends Cloneable, Comparable, Serializable

The display information of a scenario.


All Superinterfaces
Cloneable, Comparable, Serializable
All Known Subinterfaces

Scenario

Method Summary

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

Method Detail

getActiveFlag() Method

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


getDescription() Method

public String getDescription()
The scenario description.


getName() Method

public String getName()
The scenario name.


getUniqueId() Method

public String getUniqueId()
The scenario id.