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
|
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.swing11.commons.type.Displayable |
toDisplayString |
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
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