com.retek.component.customerorder.impl
Class CustomerOrderPersonalizationTextLineImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.SecondClassObjectImpl
com.retek.component.customerorder.impl.CustomerOrderPersonalizationTextLineImpl
- All Implemented Interfaces:
- BusinessObject, CustomerOrderPersonalizationTextLine, SecondClassObject
- public class CustomerOrderPersonalizationTextLineImpl
- extends SecondClassObjectImpl
- implements CustomerOrderPersonalizationTextLine
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CustomerOrderPersonalizationTextLineImpl
public CustomerOrderPersonalizationTextLineImpl(DistributedContext context,
CustomerOrderPersonalizationTextLineDto dto)
CustomerOrderPersonalizationTextLineImpl
public CustomerOrderPersonalizationTextLineImpl(DistributedContext context)
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