com.retek.component.customerorder.impl
Class CustomerOrderPersonalizationTextLineImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.customerorder.impl.CustomerOrderPersonalizationTextLineImpl
All Implemented Interfaces:
BusinessObject, CustomerOrderPersonalizationTextLine, SecondClassObject

public class CustomerOrderPersonalizationTextLineImpl
extends SecondClassObjectImpl
implements CustomerOrderPersonalizationTextLine


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
CustomerOrderPersonalizationTextLineImpl(DistributedContext context)
           
CustomerOrderPersonalizationTextLineImpl(DistributedContext context, CustomerOrderPersonalizationTextLineDto dto)
           
 
Method Summary
 CustomerOrderPersonalizationTextLine createCopy()
           
 PersonalizationColor getColor()
           
 CustomerOrderPersonalizationTextLineDto getDto()
           
 PersonalizationFont getFont()
           
 int getLineNumber()
           
 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 class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

CustomerOrderPersonalizationTextLineImpl

public CustomerOrderPersonalizationTextLineImpl(DistributedContext context,
                                                CustomerOrderPersonalizationTextLineDto dto)

CustomerOrderPersonalizationTextLineImpl

public CustomerOrderPersonalizationTextLineImpl(DistributedContext context)
Method Detail

getDto

public CustomerOrderPersonalizationTextLineDto getDto()
                                               throws SystemException
Throws:
SystemException

getText

public java.lang.String getText()
                         throws SystemException
Specified by:
getText in interface CustomerOrderPersonalizationTextLine
Throws:
SystemException

getColor

public PersonalizationColor getColor()
                              throws SystemException
Specified by:
getColor in interface CustomerOrderPersonalizationTextLine
Throws:
SystemException

getFont

public PersonalizationFont getFont()
                            throws SystemException
Specified by:
getFont in interface CustomerOrderPersonalizationTextLine
Throws:
SystemException

setText

public void setText(java.lang.String text)
             throws SystemException
Specified by:
setText in interface CustomerOrderPersonalizationTextLine
Throws:
SystemException

setColor

public void setColor(PersonalizationColor color)
              throws SystemException
Specified by:
setColor in interface CustomerOrderPersonalizationTextLine
Throws:
SystemException

setFont

public void setFont(PersonalizationFont font)
             throws SystemException
Specified by:
setFont in interface CustomerOrderPersonalizationTextLine
Throws:
SystemException

getNumberOfCharacters

public int getNumberOfCharacters()
                          throws SystemException
Specified by:
getNumberOfCharacters in interface CustomerOrderPersonalizationTextLine
Throws:
SystemException

setLineNumber

public void setLineNumber(int n)
                   throws SystemException
Specified by:
setLineNumber in interface CustomerOrderPersonalizationTextLine
Throws:
SystemException

getLineNumber

public int getLineNumber()
                  throws SystemException
Throws:
SystemException

createCopy

public CustomerOrderPersonalizationTextLine createCopy()
                                                throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28