© 2002 BEA Systems, Inc.


com.bea.campaign
Interface ScenarioInfo

All Known Subinterfaces:
Scenario

public interface ScenarioInfo
extends java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

The display information of a scenario.


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

Method Detail

getUniqueId

public java.lang.String getUniqueId()
The scenario id.


getName

public java.lang.String getName()
The scenario name.


getActiveFlag

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


getDescription

public java.lang.String getDescription()
The scenario description.


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved