Package wt.maturity
Class PromotionNoticeConfigSpec
java.lang.Object
wt.maturity._PromotionNoticeConfigSpec
wt.maturity.PromotionNoticeConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
@GenAsObjectMappable(interfaces=ConfigSpec.class,versions={-6985554584048401038L,7501205512587187477L},properties={@GeneratedProperty(name="baselineConfigSpec",type=BaselineConfigSpec.class,accessors=@PropertyAccessors(getAccess=PRIVATE)),@GeneratedProperty(name="promotionNoticeRef",type=ObjectReference.class,supportedAPI=PRIVATE,accessors=@PropertyAccessors(getAccess=PRIVATE,setExceptions={}))})
public final class PromotionNoticeConfigSpec
extends wt.maturity._PromotionNoticeConfigSpec
Use the newPromotionNoticeConfigSpec static factory method(s),
not the PromotionNoticeConfigSpec 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 notice) Supports initialization, following construction of an instance.static PromotionNoticeConfigSpec
Supported API: true
-
Method Details
-
getPromotionNotice
Gets the value of the attribute: PROMOTION_NOTICE. The promotion notice whose baseline is to be used in filtering when the config spec is applied. It cannot be null.
Supported API: true- Returns:
- PromotionNotice
- Throws:
ObjectNoLongerExistsException
-
newPromotionNoticeConfigSpec
public static PromotionNoticeConfigSpec newPromotionNoticeConfigSpec(PromotionNotice notice) throws WTPropertyVetoException
Supported API: true- Parameters:
notice-- Returns:
- PromotionNoticeConfigSpec
- Throws:
WTPropertyVetoException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
notice-- Throws:
WTPropertyVetoException
-