com.retek.component.event
Interface GenericEvent
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
- All Known Subinterfaces:
- BannerEvent, ItemSupplierEvent, SupplierEvent
- public interface GenericEvent
- extends DistributedObject, com.retek.swing11.commons.type.Displayable
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.swing11.commons.type.Displayable |
toDisplayString |
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
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25