com.ibm.commerce.scheduler.beans
Interface SchedulerDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean
All Known Implementing Classes:
ApplicationTypeDataBean, BusinessLogicDataBean, RegistryItemsDataBean, SchedulerCommandsDataBean, SchedulerItemsDataBean, SchedulerStatusDataBean, UrlRegistryItemsDataBean

public interface SchedulerDataBean
extends InputDataBean, SmartDataBean

An interface used to group all databeans that are related to the scheduler GUI.


Field Summary
static java.lang.String COPYRIGHT
          The IBM Copyright Statement.
 
Fields inherited from interface com.ibm.commerce.beans. DataBean
emptyString
 
Methods inherited from interface com.ibm.commerce.beans. InputDataBean
getRequestProperties, setRequestProperties
 
Methods inherited from interface com.ibm.commerce.beans. SmartDataBean
getCommandContext, populate, setCommandContext
 

Field Detail
public static final java.lang.String COPYRIGHT
The IBM Copyright Statement.
See Also:
Constant Field Values