com.retek.component.customerorder
Interface CustomerOrderGiftServiceLine

All Superinterfaces:
BusinessObject, CustomerOrderServiceLine, com.retek.swing11.commons.type.Displayable, DistributedObject

public interface CustomerOrderGiftServiceLine
extends CustomerOrderServiceLine


Field Summary
static java.lang.String GIFTING_SEASON
           
static java.lang.String TYPE
           
static java.lang.String WRAPPED_TOGETHER
           
 
Fields inherited from interface com.retek.component.customerorder.CustomerOrderServiceLine
SERVICE_LINE_TYPE
 
Method Summary
 GiftingSeason getGiftingSeason()
           
 java.lang.String getMessage()
           
 CustomerOrderGiftServiceLineType getType()
           
 void setGiftingSeason(GiftingSeason giftSeason)
           
 void setMessage(java.lang.String message)
           
 void setType(CustomerOrderGiftServiceLineType type)
           
 void setUnitPrice(Money price)
           
 
Methods inherited from interface com.retek.component.customerorder.CustomerOrderServiceLine
createCopy, equalsType, getCode, getCreatedByUser, getCreatedDate, getDescription, getDetailDescription, getEstimatedDeliveryDate, getExtendedPrice, getExtendedPrice, getLastUpdatedByUser, getLastUpdatedDate, getOrderedQuantity, getPromotionDiscounts, getServicePromotionDiscountValue, getUnitPrice, getWorkOrderInstructions, setEstimatedDeliveryDate, setOrderedQuantity
 
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

TYPE

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

WRAPPED_TOGETHER

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

GIFTING_SEASON

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

getGiftingSeason

public GiftingSeason getGiftingSeason()
                               throws SystemException,
                                      BusinessException
Throws:
SystemException
BusinessException

getMessage

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

getType

public CustomerOrderGiftServiceLineType getType()
                                         throws SystemException
Throws:
SystemException

setGiftingSeason

public void setGiftingSeason(GiftingSeason giftSeason)
                      throws SystemException
Throws:
SystemException

setMessage

public void setMessage(java.lang.String message)
                throws SystemException
Throws:
SystemException

setType

public void setType(CustomerOrderGiftServiceLineType type)
             throws SystemException
Throws:
SystemException

setUnitPrice

public void setUnitPrice(Money price)
                  throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25