com.retek.component.event
Interface GenericEvent

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
All Known Subinterfaces:
BannerEvent, ItemSupplierEvent, SupplierEvent
All Known Implementing Classes:
BannerEventImpl, GenericEventImpl, ItemSupplierEventImpl, SupplierEventImpl

public interface GenericEvent
extends DistributedObject, com.retek.swing11.commons.type.Displayable


Field Summary
static java.lang.String CUSTOMER_DELIVERY_DATE
           
static java.lang.String MODIFIABLE
           
static java.lang.String ORDER_BY_DATE
           
static java.lang.String SHIPPING_METHOD
           
static java.lang.String SUPPLIER
           
 
Method Summary
 RDate getCustomerDeliveryDate()
           
 java.lang.String getDescription()
           
 RDate getEndDate()
           
 RDate getOrderByDateTime()
           
 ShippingMethod getShippingMethod()
           
 RDate getStartDate()
           
 boolean isActive()
           
 boolean isModifiable()
           
 void setActive(boolean active)
           
 void setCustomerDeliveryDate(RDate customerDeliveryDate)
           
 void setOrderByDateTime(RDate orderByDateTime)
           
 void setShippingMethod(ShippingMethod shippingMethod)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Field Detail

ORDER_BY_DATE

public static final java.lang.String ORDER_BY_DATE
See Also:
Constant Field Values

CUSTOMER_DELIVERY_DATE

public static final java.lang.String CUSTOMER_DELIVERY_DATE
See Also:
Constant Field Values

SHIPPING_METHOD

public static final java.lang.String SHIPPING_METHOD
See Also:
Constant Field Values

MODIFIABLE

public static final java.lang.String MODIFIABLE
See Also:
Constant Field Values

SUPPLIER

public static final java.lang.String SUPPLIER
See Also:
Constant Field Values
Method Detail

setOrderByDateTime

public void setOrderByDateTime(RDate orderByDateTime)
                        throws SystemException
Throws:
SystemException

setCustomerDeliveryDate

public void setCustomerDeliveryDate(RDate customerDeliveryDate)
                             throws SystemException
Throws:
SystemException

setShippingMethod

public void setShippingMethod(ShippingMethod shippingMethod)
                       throws SystemException
Throws:
SystemException

setActive

public void setActive(boolean active)
               throws SystemException
Throws:
SystemException

getStartDate

public RDate getStartDate()
                   throws SystemException
Throws:
SystemException

getEndDate

public RDate getEndDate()
                 throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

getOrderByDateTime

public RDate getOrderByDateTime()
                         throws SystemException
Throws:
SystemException

getCustomerDeliveryDate

public RDate getCustomerDeliveryDate()
                              throws SystemException
Throws:
SystemException

getShippingMethod

public ShippingMethod getShippingMethod()
                                 throws SystemException
Throws:
SystemException

isActive

public boolean isActive()
                 throws SystemException
Throws:
SystemException

isModifiable

public boolean isModifiable()
                     throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28