com.retek.component.internet
Interface ExAMonogrammingRequest

All Superinterfaces:
ExAPersonalizationAttributesRequest, ExAPersonalizationBase

public interface ExAMonogrammingRequest
extends ExAPersonalizationAttributesRequest

This is a high level interface which maintains monogramming information for the external API. The data source for this object is the RCOM data extract.

This object currently is initialized entirely upon instantiation.

Retek Inc. Copyright (c) 2003


Field Summary
 
Fields inherited from interface com.retek.component.internet.ExAPersonalizationBase
EMBOSSING_TYPE_CODE, EMBROIDERING_TYPE_CODE, ENGRAVING_TYPE_CODE, PAINTING_TYPE_CODE
 
Method Summary
 void setCharacter1(java.lang.Character character1)
          The first monogramming character.
 void setCharacter2(java.lang.Character character2)
          The second monogramming character.
 void setCharacter3(java.lang.Character character3)
          The third monogramming character.
 
Methods inherited from interface com.retek.component.internet.ExAPersonalizationAttributesRequest
setColorId, setFontId, setPersonalizationTypeCode
 

Method Detail

setCharacter1

public void setCharacter1(java.lang.Character character1)
The first monogramming character.


setCharacter2

public void setCharacter2(java.lang.Character character2)
The second monogramming character.


setCharacter3

public void setCharacter3(java.lang.Character character3)
The third monogramming character.



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25