com.retek.component.customerorder
Interface CustomerOrderPersonalizationServiceLine

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

public interface CustomerOrderPersonalizationServiceLine
extends CustomerOrderValueAddedServiceLine


Field Summary
static java.lang.String COLOR
           
static java.lang.String FONT
           
static java.lang.String NUMBER_OF_LINES
           
static java.lang.String TEXT
           
 
Fields inherited from interface com.retek.component.customerorder.CustomerOrderValueAddedServiceLine
CHARACTERS, COLOR_NOT_SUPPORTED, FONT_NOT_SUPPORTED, PERSISTED_ORDER, PERSONALIZATION_STYLE, PERSONALIZATION_TYPE, PLACEMENT_ON_ITEM, SUPPLIER, UNIT_PRICE, VALUE_ADDED_SERVICE
 
Fields inherited from interface com.retek.component.customerorder.CustomerOrderServiceLine
SERVICE_LINE_TYPE
 
Method Summary
 int getNumberOfLines()
           
 CustomerOrderPersonalizationTextLine getTextLine(int lineNumber)
           
 java.util.List getTextLines()
           
 void setTextLines(java.util.List textLines)
           
 
Methods inherited from interface com.retek.component.customerorder.CustomerOrderValueAddedServiceLine
getCalculatedPrice, getComments, getNumberOfCharacters, getPlacementOnItem, getUnitPriceForSingleItem, getValueAddedService, isEngraving, isPriceByCharacter, setComments, setPlacementOnItem, setPriceByCharacter, setUnitPrice, setValueAddedService
 
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

TEXT

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

FONT

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

COLOR

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

NUMBER_OF_LINES

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

getTextLines

public java.util.List getTextLines()
                            throws SystemException
Throws:
SystemException

getTextLine

public CustomerOrderPersonalizationTextLine getTextLine(int lineNumber)
                                                 throws SystemException
Throws:
SystemException

getNumberOfLines

public int getNumberOfLines()
                     throws SystemException
Throws:
SystemException

setTextLines

public void setTextLines(java.util.List textLines)
                  throws SystemException
Throws:
SystemException


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