Package wt.part
Class WTPartPromotionNoticeConfigSpec
java.lang.Object
wt.part._WTPartPromotionNoticeConfigSpec
wt.part.WTPartPromotionNoticeConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
@GenAsObjectMappable(interfaces=ConfigSpec.class,
serializable=EXTERNALIZABLE_BASIC,
properties=@GeneratedProperty(name="promotionNoticeRef",type=ObjectReference.class,supportedAPI=PRIVATE,accessors=@PropertyAccessors(getAccess=PRIVATE,setExceptions={})))
public class WTPartPromotionNoticeConfigSpec
extends wt.part._WTPartPromotionNoticeConfigSpec
A ConfigSpec used to filter WTParts based on their membership in a Baseline
associated to a PromotionNotice.
Use the newWTPartPromotionNoticeConfigSpec static factory
method(s), not the WTPartPromotionNoticeConfigSpec constructor,
to construct instances of this class. Instances must be constructed
using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: PROMOTION_NOTICE.protected voidinitialize(PromotionNotice a_PromotionNotice) Supports initialization, following construction of an instance.newWTPartPromotionNoticeConfigSpec(PromotionNotice a_PromotionNotice)
Supported API: truevoidsetPromotionNotice(PromotionNotice a_PromotionNotice) Sets the value of the attribute: PROMOTION_NOTICE.
-
Method Details
-
getPromotionNotice
Gets the value of the attribute: PROMOTION_NOTICE.
Supported API: true- Returns:
- PromotionNotice
- Throws:
ObjectNoLongerExistsException
-
setPromotionNotice
Sets the value of the attribute: PROMOTION_NOTICE.
Supported API: true- Parameters:
a_PromotionNotice-- Throws:
WTPropertyVetoException
-
newWTPartPromotionNoticeConfigSpec
public static WTPartPromotionNoticeConfigSpec newWTPartPromotionNoticeConfigSpec(PromotionNotice a_PromotionNotice) throws WTPropertyVetoException
Supported API: true- Parameters:
a_PromotionNotice-- Returns:
- WTPartPromotionNoticeConfigSpec
- Throws:
WTPropertyVetoException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
a_PromotionNotice-- Throws:
WTPropertyVetoException
-