com.retek.component.customerorder
Interface CustomerOrderMonogramServiceLine

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

public interface CustomerOrderMonogramServiceLine
extends CustomerOrderValueAddedServiceLine


Field Summary
static java.lang.String CHARACTER
           
static java.lang.String COLOR
           
static java.lang.String FONT
           
 
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
 java.lang.Character getCharacter1()
           
 java.lang.Character getCharacter2()
           
 java.lang.Character getCharacter3()
           
 PersonalizationColor getColor()
           
 PersonalizationFont getFont()
           
 void setCharacter1(java.lang.Character ch)
           
 void setCharacter2(java.lang.Character ch)
           
 void setCharacter3(java.lang.Character ch)
           
 void setColor(PersonalizationColor color)
           
 void setFont(PersonalizationFont font)
           
 
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

CHARACTER

public static final java.lang.String CHARACTER
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
Method Detail

getCharacter1

public java.lang.Character getCharacter1()
                                  throws SystemException
Throws:
SystemException

getCharacter2

public java.lang.Character getCharacter2()
                                  throws SystemException
Throws:
SystemException

getCharacter3

public java.lang.Character getCharacter3()
                                  throws SystemException
Throws:
SystemException

getFont

public PersonalizationFont getFont()
                            throws SystemException
Throws:
SystemException

getColor

public PersonalizationColor getColor()
                              throws SystemException
Throws:
SystemException

setCharacter1

public void setCharacter1(java.lang.Character ch)
                   throws SystemException
Throws:
SystemException

setCharacter2

public void setCharacter2(java.lang.Character ch)
                   throws SystemException
Throws:
SystemException

setCharacter3

public void setCharacter3(java.lang.Character ch)
                   throws SystemException
Throws:
SystemException

setFont

public void setFont(PersonalizationFont font)
             throws SystemException
Throws:
SystemException

setColor

public void setColor(PersonalizationColor color)
              throws SystemException
Throws:
SystemException


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