Class GeneratedSubscriptionTerm
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.subscriptionservices.jalo.GeneratedSubscriptionTerm
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
SubscriptionTerm
public abstract class GeneratedSubscriptionTerm extends GenericItem
Generated class for typeSubscriptionTerm.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBILLINGPLANQualifier of theSubscriptionTerm.billingPlanattributestatic java.lang.StringCANCELLABLEQualifier of theSubscriptionTerm.cancellableattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringIDQualifier of theSubscriptionTerm.idattributestatic java.lang.StringNAMEQualifier of theSubscriptionTerm.nameattributestatic java.lang.StringSUBSCRIPTIONPRODUCTSQualifier of theSubscriptionTerm.subscriptionProductsattributeprotected static OneToManyHandler<Product>SUBSCRIPTIONPRODUCTSHANDLEROneToManyHandlerfor handling 1:n SUBSCRIPTIONPRODUCTS's relation attributes from 'many' side.static java.lang.StringTERMOFSERVICEFREQUENCYQualifier of theSubscriptionTerm.termOfServiceFrequencyattributestatic java.lang.StringTERMOFSERVICENUMBERQualifier of theSubscriptionTerm.termOfServiceNumberattributestatic java.lang.StringTERMOFSERVICERENEWALQualifier of theSubscriptionTerm.termOfServiceRenewalattribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedSubscriptionTerm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToSubscriptionProducts(Product value)Generated method - Addsvalueto subscriptionProducts.voidaddToSubscriptionProducts(SessionContext ctx, Product value)Generated method - Addsvalueto subscriptionProducts.java.util.Map<Language,java.lang.String>getAllName()Generated method - Getter of theSubscriptionTerm.nameattribute.java.util.Map<Language,java.lang.String>getAllName(SessionContext ctx)Generated method - Getter of theSubscriptionTerm.nameattribute.BillingPlangetBillingPlan()Generated method - Getter of theSubscriptionTerm.billingPlanattribute.BillingPlangetBillingPlan(SessionContext ctx)Generated method - Getter of theSubscriptionTerm.billingPlanattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetId()Generated method - Getter of theSubscriptionTerm.idattribute.java.lang.StringgetId(SessionContext ctx)Generated method - Getter of theSubscriptionTerm.idattribute.java.lang.StringgetName()Generated method - Getter of theSubscriptionTerm.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theSubscriptionTerm.nameattribute.java.util.Collection<Product>getSubscriptionProducts()Generated method - Getter of theSubscriptionTerm.subscriptionProductsattribute.java.util.Collection<Product>getSubscriptionProducts(SessionContext ctx)Generated method - Getter of theSubscriptionTerm.subscriptionProductsattribute.EnumerationValuegetTermOfServiceFrequency()Generated method - Getter of theSubscriptionTerm.termOfServiceFrequencyattribute.EnumerationValuegetTermOfServiceFrequency(SessionContext ctx)Generated method - Getter of theSubscriptionTerm.termOfServiceFrequencyattribute.java.lang.IntegergetTermOfServiceNumber()Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.java.lang.IntegergetTermOfServiceNumber(SessionContext ctx)Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.intgetTermOfServiceNumberAsPrimitive()Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.intgetTermOfServiceNumberAsPrimitive(SessionContext ctx)Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.EnumerationValuegetTermOfServiceRenewal()Generated method - Getter of theSubscriptionTerm.termOfServiceRenewalattribute.EnumerationValuegetTermOfServiceRenewal(SessionContext ctx)Generated method - Getter of theSubscriptionTerm.termOfServiceRenewalattribute.java.lang.BooleanisCancellable()Generated method - Getter of theSubscriptionTerm.cancellableattribute.java.lang.BooleanisCancellable(SessionContext ctx)Generated method - Getter of theSubscriptionTerm.cancellableattribute.booleanisCancellableAsPrimitive()Generated method - Getter of theSubscriptionTerm.cancellableattribute.booleanisCancellableAsPrimitive(SessionContext ctx)Generated method - Getter of theSubscriptionTerm.cancellableattribute.voidremoveFromSubscriptionProducts(Product value)Generated method - Removesvaluefrom subscriptionProducts.voidremoveFromSubscriptionProducts(SessionContext ctx, Product value)Generated method - Removesvaluefrom subscriptionProducts.voidsetAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theSubscriptionTerm.nameattribute.voidsetAllName(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theSubscriptionTerm.nameattribute.voidsetBillingPlan(SessionContext ctx, BillingPlan value)Generated method - Setter of theSubscriptionTerm.billingPlanattribute.voidsetBillingPlan(BillingPlan value)Generated method - Setter of theSubscriptionTerm.billingPlanattribute.voidsetCancellable(boolean value)Generated method - Setter of theSubscriptionTerm.cancellableattribute.voidsetCancellable(SessionContext ctx, boolean value)Generated method - Setter of theSubscriptionTerm.cancellableattribute.voidsetCancellable(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theSubscriptionTerm.cancellableattribute.voidsetCancellable(java.lang.Boolean value)Generated method - Setter of theSubscriptionTerm.cancellableattribute.protected voidsetId(SessionContext ctx, java.lang.String value)Generated method - Setter of theSubscriptionTerm.idattribute.protected voidsetId(java.lang.String value)Generated method - Setter of theSubscriptionTerm.idattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theSubscriptionTerm.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theSubscriptionTerm.nameattribute.voidsetSubscriptionProducts(SessionContext ctx, java.util.Collection<Product> value)Generated method - Setter of theSubscriptionTerm.subscriptionProductsattribute.voidsetSubscriptionProducts(java.util.Collection<Product> value)Generated method - Setter of theSubscriptionTerm.subscriptionProductsattribute.voidsetTermOfServiceFrequency(EnumerationValue value)Generated method - Setter of theSubscriptionTerm.termOfServiceFrequencyattribute.voidsetTermOfServiceFrequency(SessionContext ctx, EnumerationValue value)Generated method - Setter of theSubscriptionTerm.termOfServiceFrequencyattribute.voidsetTermOfServiceNumber(int value)Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.voidsetTermOfServiceNumber(SessionContext ctx, int value)Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.voidsetTermOfServiceNumber(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.voidsetTermOfServiceNumber(java.lang.Integer value)Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.voidsetTermOfServiceRenewal(EnumerationValue value)Generated method - Setter of theSubscriptionTerm.termOfServiceRenewalattribute.voidsetTermOfServiceRenewal(SessionContext ctx, EnumerationValue value)Generated method - Setter of theSubscriptionTerm.termOfServiceRenewalattribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
Qualifier of theSubscriptionTerm.idattribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theSubscriptionTerm.nameattribute- See Also:
- Constant Field Values
-
TERMOFSERVICENUMBER
public static final java.lang.String TERMOFSERVICENUMBER
Qualifier of theSubscriptionTerm.termOfServiceNumberattribute- See Also:
- Constant Field Values
-
CANCELLABLE
public static final java.lang.String CANCELLABLE
Qualifier of theSubscriptionTerm.cancellableattribute- See Also:
- Constant Field Values
-
TERMOFSERVICERENEWAL
public static final java.lang.String TERMOFSERVICERENEWAL
Qualifier of theSubscriptionTerm.termOfServiceRenewalattribute- See Also:
- Constant Field Values
-
TERMOFSERVICEFREQUENCY
public static final java.lang.String TERMOFSERVICEFREQUENCY
Qualifier of theSubscriptionTerm.termOfServiceFrequencyattribute- See Also:
- Constant Field Values
-
BILLINGPLAN
public static final java.lang.String BILLINGPLAN
Qualifier of theSubscriptionTerm.billingPlanattribute- See Also:
- Constant Field Values
-
SUBSCRIPTIONPRODUCTS
public static final java.lang.String SUBSCRIPTIONPRODUCTS
Qualifier of theSubscriptionTerm.subscriptionProductsattribute- See Also:
- Constant Field Values
-
SUBSCRIPTIONPRODUCTSHANDLER
protected static final OneToManyHandler<Product> SUBSCRIPTIONPRODUCTSHANDLER
OneToManyHandlerfor handling 1:n SUBSCRIPTIONPRODUCTS's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classItem
-
getBillingPlan
public BillingPlan getBillingPlan(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.billingPlanattribute.- Returns:
- the billingPlan - Billing Plan
-
getBillingPlan
public BillingPlan getBillingPlan()
Generated method - Getter of theSubscriptionTerm.billingPlanattribute.- Returns:
- the billingPlan - Billing Plan
-
setBillingPlan
public void setBillingPlan(SessionContext ctx, BillingPlan value)
Generated method - Setter of theSubscriptionTerm.billingPlanattribute.- Parameters:
value- the billingPlan - Billing Plan
-
setBillingPlan
public void setBillingPlan(BillingPlan value)
Generated method - Setter of theSubscriptionTerm.billingPlanattribute.- Parameters:
value- the billingPlan - Billing Plan
-
isCancellable
public java.lang.Boolean isCancellable(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.cancellableattribute.- Returns:
- the cancellable - Cancellable
-
isCancellable
public java.lang.Boolean isCancellable()
Generated method - Getter of theSubscriptionTerm.cancellableattribute.- Returns:
- the cancellable - Cancellable
-
isCancellableAsPrimitive
public boolean isCancellableAsPrimitive(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.cancellableattribute.- Returns:
- the cancellable - Cancellable
-
isCancellableAsPrimitive
public boolean isCancellableAsPrimitive()
Generated method - Getter of theSubscriptionTerm.cancellableattribute.- Returns:
- the cancellable - Cancellable
-
setCancellable
public void setCancellable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSubscriptionTerm.cancellableattribute.- Parameters:
value- the cancellable - Cancellable
-
setCancellable
public void setCancellable(java.lang.Boolean value)
Generated method - Setter of theSubscriptionTerm.cancellableattribute.- Parameters:
value- the cancellable - Cancellable
-
setCancellable
public void setCancellable(SessionContext ctx, boolean value)
Generated method - Setter of theSubscriptionTerm.cancellableattribute.- Parameters:
value- the cancellable - Cancellable
-
setCancellable
public void setCancellable(boolean value)
Generated method - Setter of theSubscriptionTerm.cancellableattribute.- Parameters:
value- the cancellable - Cancellable
-
getId
public java.lang.String getId(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.idattribute.- Returns:
- the id - Identifier
-
getId
public java.lang.String getId()
Generated method - Getter of theSubscriptionTerm.idattribute.- Returns:
- the id - Identifier
-
setId
protected void setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSubscriptionTerm.idattribute.- Parameters:
value- the id - Identifier
-
setId
protected void setId(java.lang.String value)
Generated method - Setter of theSubscriptionTerm.idattribute.- Parameters:
value- the id - Identifier
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.nameattribute.- Returns:
- the name - Name
-
getName
public java.lang.String getName()
Generated method - Getter of theSubscriptionTerm.nameattribute.- Returns:
- the name - Name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.nameattribute.- Returns:
- the localized name - Name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theSubscriptionTerm.nameattribute.- Returns:
- the localized name - Name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSubscriptionTerm.nameattribute.- Parameters:
value- the name - Name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theSubscriptionTerm.nameattribute.- Parameters:
value- the name - Name
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSubscriptionTerm.nameattribute.- Parameters:
value- the name - Name
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSubscriptionTerm.nameattribute.- Parameters:
value- the name - Name
-
getSubscriptionProducts
public java.util.Collection<Product> getSubscriptionProducts(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.subscriptionProductsattribute.- Returns:
- the subscriptionProducts
-
getSubscriptionProducts
public java.util.Collection<Product> getSubscriptionProducts()
Generated method - Getter of theSubscriptionTerm.subscriptionProductsattribute.- Returns:
- the subscriptionProducts
-
setSubscriptionProducts
public void setSubscriptionProducts(SessionContext ctx, java.util.Collection<Product> value)
Generated method - Setter of theSubscriptionTerm.subscriptionProductsattribute.- Parameters:
value- the subscriptionProducts
-
setSubscriptionProducts
public void setSubscriptionProducts(java.util.Collection<Product> value)
Generated method - Setter of theSubscriptionTerm.subscriptionProductsattribute.- Parameters:
value- the subscriptionProducts
-
addToSubscriptionProducts
public void addToSubscriptionProducts(SessionContext ctx, Product value)
Generated method - Addsvalueto subscriptionProducts.- Parameters:
value- the item to add to subscriptionProducts
-
addToSubscriptionProducts
public void addToSubscriptionProducts(Product value)
Generated method - Addsvalueto subscriptionProducts.- Parameters:
value- the item to add to subscriptionProducts
-
removeFromSubscriptionProducts
public void removeFromSubscriptionProducts(SessionContext ctx, Product value)
Generated method - Removesvaluefrom subscriptionProducts.- Parameters:
value- the item to remove from subscriptionProducts
-
removeFromSubscriptionProducts
public void removeFromSubscriptionProducts(Product value)
Generated method - Removesvaluefrom subscriptionProducts.- Parameters:
value- the item to remove from subscriptionProducts
-
getTermOfServiceFrequency
public EnumerationValue getTermOfServiceFrequency(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceFrequencyattribute.- Returns:
- the termOfServiceFrequency - Term of Service Frequency
-
getTermOfServiceFrequency
public EnumerationValue getTermOfServiceFrequency()
Generated method - Getter of theSubscriptionTerm.termOfServiceFrequencyattribute.- Returns:
- the termOfServiceFrequency - Term of Service Frequency
-
setTermOfServiceFrequency
public void setTermOfServiceFrequency(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceFrequencyattribute.- Parameters:
value- the termOfServiceFrequency - Term of Service Frequency
-
setTermOfServiceFrequency
public void setTermOfServiceFrequency(EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceFrequencyattribute.- Parameters:
value- the termOfServiceFrequency - Term of Service Frequency
-
getTermOfServiceNumber
public java.lang.Integer getTermOfServiceNumber(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.- Returns:
- the termOfServiceNumber - Term of Service Number
-
getTermOfServiceNumber
public java.lang.Integer getTermOfServiceNumber()
Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.- Returns:
- the termOfServiceNumber - Term of Service Number
-
getTermOfServiceNumberAsPrimitive
public int getTermOfServiceNumberAsPrimitive(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.- Returns:
- the termOfServiceNumber - Term of Service Number
-
getTermOfServiceNumberAsPrimitive
public int getTermOfServiceNumberAsPrimitive()
Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.- Returns:
- the termOfServiceNumber - Term of Service Number
-
setTermOfServiceNumber
public void setTermOfServiceNumber(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.- Parameters:
value- the termOfServiceNumber - Term of Service Number
-
setTermOfServiceNumber
public void setTermOfServiceNumber(java.lang.Integer value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.- Parameters:
value- the termOfServiceNumber - Term of Service Number
-
setTermOfServiceNumber
public void setTermOfServiceNumber(SessionContext ctx, int value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.- Parameters:
value- the termOfServiceNumber - Term of Service Number
-
setTermOfServiceNumber
public void setTermOfServiceNumber(int value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.- Parameters:
value- the termOfServiceNumber - Term of Service Number
-
getTermOfServiceRenewal
public EnumerationValue getTermOfServiceRenewal(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceRenewalattribute.- Returns:
- the termOfServiceRenewal - Term of Service Renewal
-
getTermOfServiceRenewal
public EnumerationValue getTermOfServiceRenewal()
Generated method - Getter of theSubscriptionTerm.termOfServiceRenewalattribute.- Returns:
- the termOfServiceRenewal - Term of Service Renewal
-
setTermOfServiceRenewal
public void setTermOfServiceRenewal(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceRenewalattribute.- Parameters:
value- the termOfServiceRenewal - Term of Service Renewal
-
setTermOfServiceRenewal
public void setTermOfServiceRenewal(EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceRenewalattribute.- Parameters:
value- the termOfServiceRenewal - Term of Service Renewal
-
-