© 2003 BEA Systems, Inc.

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

public String getUniqueId()
The scenario id.


getName

public String getName()
The scenario name.


getActiveFlag

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


getDescription

public String getDescription()
The scenario description.


© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved