com.bea.commerce.campaign
Interface ScenarioInfo
- All Superinterfaces:
- java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- 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 |
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.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved