wt.eff
Class StandardEffGroupDisplayIdentity

java.lang.Object
  extended by wt.identity.StandardDisplayIdentity
      extended by wt.eff.StandardEffGroupDisplayIdentity
All Implemented Interfaces:
Serializable, DisplayIdentity, LocalizableMessage, Message

public class StandardEffGroupDisplayIdentity
extends StandardDisplayIdentity
implements Serializable

Display identity for effectivity groups.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
StandardEffGroupDisplayIdentity(String resource_bundle, String message_key, LocalizableMessage display_type, LocalizableMessage display_identifier, DisplayIdentity eff_context_identity, DisplayIdentity target_identity)
          Constructor for identity.
 
Method Summary
 DisplayIdentity getEffContextDisplayIdentity()
          Gets the value of the attribute: effContextDisplayIdentity; The group's context's display identity.
 wt.eff.StandardEffRangesIdentifier getRangeMessage()
          Gets the value of the attribute: rangeMessage; The range identity.
 DisplayIdentity getTargetDisplayIdentity()
          Gets the value of the attribute: targetDisplayIdentity; The group's target's display identity.
 void setRangeMessage(wt.eff.StandardEffRangesIdentifier a_RangeMessage)
          Sets the value of the attribute: rangeMessage; The range identity.
 void setTargetDisplayIdentity(DisplayIdentity a_TargetDisplayIdentity)
          Sets the value of the attribute: targetDisplayIdentity; The group's target's display identity.
 
Methods inherited from class wt.identity.StandardDisplayIdentity
getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardEffGroupDisplayIdentity

public StandardEffGroupDisplayIdentity(String resource_bundle,
                                       String message_key,
                                       LocalizableMessage display_type,
                                       LocalizableMessage display_identifier,
                                       DisplayIdentity eff_context_identity,
                                       DisplayIdentity target_identity)
Constructor for identity.

Supported API: true

Parameters:
resource_bundle -
message_key -
display_type -
display_identifier -
eff_context_identity -
target_identity -
Method Detail

getEffContextDisplayIdentity

public DisplayIdentity getEffContextDisplayIdentity()
Gets the value of the attribute: effContextDisplayIdentity; The group's context's display identity.

Supported API: true

Returns:
DisplayIdentity

getTargetDisplayIdentity

public DisplayIdentity getTargetDisplayIdentity()
Gets the value of the attribute: targetDisplayIdentity; The group's target's display identity.

Supported API: true

Returns:
DisplayIdentity

setTargetDisplayIdentity

public void setTargetDisplayIdentity(DisplayIdentity a_TargetDisplayIdentity)
                              throws WTPropertyVetoException
Sets the value of the attribute: targetDisplayIdentity; The group's target's display identity.

Supported API: true

Parameters:
a_TargetDisplayIdentity -
Throws:
WTPropertyVetoException

getRangeMessage

public wt.eff.StandardEffRangesIdentifier getRangeMessage()
Gets the value of the attribute: rangeMessage; The range identity.

Supported API: true

Returns:
StandardEffRangesIdentifier

setRangeMessage

public void setRangeMessage(wt.eff.StandardEffRangesIdentifier a_RangeMessage)
                     throws WTPropertyVetoException
Sets the value of the attribute: rangeMessage; The range identity.

Supported API: true

Parameters:
a_RangeMessage -
Throws:
WTPropertyVetoException