apollo.Template
Class RT_StandardRole

java.lang.Object
  |
  +--apollo.Template.RT_StandardRole
All Implemented Interfaces:
ReplacementTagRole, java.io.Serializable

public class RT_StandardRole
extends java.lang.Object
implements ReplacementTagRole

See Also:
Serialized Form

Constructor Summary
RT_StandardRole(java.lang.String tagName)
           
 
Method Summary
 java.lang.String getOldValue()
           
 java.lang.String getRoleCode()
           
 void prepareReplacementTable(java.util.Hashtable RT)
           
 void processAnotherRole(ReplacementTagRole RTag)
           
 void setOldValue(java.lang.String strOldValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RT_StandardRole

public RT_StandardRole(java.lang.String tagName)
Method Detail

getRoleCode

public java.lang.String getRoleCode()
Specified by:
getRoleCode in interface ReplacementTagRole

setOldValue

public void setOldValue(java.lang.String strOldValue)

getOldValue

public java.lang.String getOldValue()

processAnotherRole

public void processAnotherRole(ReplacementTagRole RTag)
Specified by:
processAnotherRole in interface ReplacementTagRole

prepareReplacementTable

public void prepareReplacementTable(java.util.Hashtable RT)
Specified by:
prepareReplacementTable in interface ReplacementTagRole