Package wt.eff
Class StandardEffGroupDisplayIdentity
java.lang.Object
wt.identity.StandardDisplayIdentity
wt.eff.StandardEffGroupDisplayIdentity
- All Implemented Interfaces:
Serializable,DisplayIdentity,wt.util.EvolvableAdaptable,LocalizableMessage,Message
public class StandardEffGroupDisplayIdentity
extends StandardDisplayIdentity
implements Serializable
Display identity for effectivity groups.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStandardEffGroupDisplayIdentity(String resource_bundle, String message_key, LocalizableMessage display_type, LocalizableMessage display_identifier, DisplayIdentity eff_context_identity, DisplayIdentity target_identity) Constructor for identity. -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: effContextDisplayIdentity; The group's context's display identity.Gets the value of the attribute: rangeMessage; The range identity.Gets the value of the attribute: targetDisplayIdentity; The group's target's display identity.voidsetRangeMessage(StandardEffRangesIdentifier a_RangeMessage) Sets the value of the attribute: rangeMessage; The range identity.voidsetTargetDisplayIdentity(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
-
Constructor Details
-
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 Details
-
getEffContextDisplayIdentity
Gets the value of the attribute: effContextDisplayIdentity; The group's context's display identity.
Supported API: true- Returns:
- 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
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
-