© 2005 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

getActiveFlag

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


getDescription

public String getDescription()
The scenario description.


getName

public String getName()
The scenario name.


getUniqueId

public String getUniqueId()
The scenario id.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved