com.retek.component.customerorder
Interface CustomerOrderPersonalizationTextLine
- All Superinterfaces:
- BusinessObject, SecondClassObject
- public interface CustomerOrderPersonalizationTextLine
- extends SecondClassObject
getText
public java.lang.String getText()
throws SystemException
- Throws:
SystemException
getNumberOfCharacters
public int getNumberOfCharacters()
throws SystemException
- Throws:
SystemException
getFont
public PersonalizationFont getFont()
throws SystemException
- Throws:
SystemException
getColor
public PersonalizationColor getColor()
throws SystemException
- Throws:
SystemException
setText
public void setText(java.lang.String text)
throws SystemException
- Throws:
SystemException
setFont
public void setFont(PersonalizationFont font)
throws SystemException
- Throws:
SystemException
setColor
public void setColor(PersonalizationColor color)
throws SystemException
- Throws:
SystemException
setLineNumber
public void setLineNumber(int n)
throws SystemException
- Throws:
SystemException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25