com.retek.component.internet
Interface ExAPersonalizationTextLineRequest
- All Superinterfaces:
- ExAPersonalizationAttributesRequest, ExAPersonalizationBase
- public interface ExAPersonalizationTextLineRequest
- extends ExAPersonalizationAttributesRequest
This interface manages the text that can be set on a Personalization request.
Retek Inc. Copyright (c) 2003
Method Summary |
void |
setLineNumber(int lineNumber)
Items that support personalization, can have multiple
lines of text. |
void |
setText(java.lang.String text)
Sets the personalized text. |
setText
public void setText(java.lang.String text)
- Sets the personalized text.
setLineNumber
public void setLineNumber(int lineNumber)
- Items that support personalization, can have multiple
lines of text. This method specifies the line number on
which the text should appear.
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25