com.retek.component.customerorder
Interface CustomerOrderPersonalizationTextLine

All Superinterfaces:
BusinessObject, SecondClassObject
All Known Implementing Classes:
CustomerOrderPersonalizationTextLineImpl

public interface CustomerOrderPersonalizationTextLine
extends SecondClassObject


Method Summary
 PersonalizationColor getColor()
           
 PersonalizationFont getFont()
           
 int getNumberOfCharacters()
           
 java.lang.String getText()
           
 void setColor(PersonalizationColor color)
           
 void setFont(PersonalizationFont font)
           
 void setLineNumber(int n)
           
 void setText(java.lang.String text)
           
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28