wt.eff
Class StandardEffGroupDisplayIdentity

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

public class StandardEffGroupDisplayIdentity
extends StandardDisplayIdentity
implements Serializable

Display identity for effectivity groups.

Supported API: true

Extendable: false

See Also:
Serialized Form

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

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

effContextDisplayIdentity

private DisplayIdentity effContextDisplayIdentity

targetDisplayIdentity

private VersionedDisplayIdentity targetDisplayIdentity

rangeMessage

private StandardEffRangesIdentifier rangeMessage
Constructor Detail

StandardEffGroupDisplayIdentity

public StandardEffGroupDisplayIdentity(String resource_bundle,
                                       String message_key,
                                       LocalizableMessage display_type,
                                       LocalizableMessage display_identifier,
                                       DisplayIdentity eff_context_identity,
                                       VersionedDisplayIdentity 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 VersionedDisplayIdentity getTargetDisplayIdentity()
Gets the value of the attribute: targetDisplayIdentity; The group's target's display identity.

Supported API: true

Returns:
VersionedDisplayIdentity

setTargetDisplayIdentity

public void setTargetDisplayIdentity(VersionedDisplayIdentity 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 StandardEffRangesIdentifier getRangeMessage()
Gets the value of the attribute: rangeMessage; The range identity.

Supported API: true

Returns:
StandardEffRangesIdentifier

setRangeMessage

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

Supported API: true

Parameters:
a_RangeMessage -
Throws:
WTPropertyVetoException