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.String
BILLINGPLAN
Qualifier of theSubscriptionTerm.billingPlan
attributestatic java.lang.String
CANCELLABLE
Qualifier of theSubscriptionTerm.cancellable
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
ID
Qualifier of theSubscriptionTerm.id
attributestatic java.lang.String
NAME
Qualifier of theSubscriptionTerm.name
attributestatic java.lang.String
SUBSCRIPTIONPRODUCTS
Qualifier of theSubscriptionTerm.subscriptionProducts
attributeprotected static OneToManyHandler<Product>
SUBSCRIPTIONPRODUCTSHANDLER
OneToManyHandler
for handling 1:n SUBSCRIPTIONPRODUCTS's relation attributes from 'many' side.static java.lang.String
TERMOFSERVICEFREQUENCY
Qualifier of theSubscriptionTerm.termOfServiceFrequency
attributestatic java.lang.String
TERMOFSERVICENUMBER
Qualifier of theSubscriptionTerm.termOfServiceNumber
attributestatic java.lang.String
TERMOFSERVICERENEWAL
Qualifier of theSubscriptionTerm.termOfServiceRenewal
attribute-
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 void
addToSubscriptionProducts(Product value)
Generated method - Addsvalue
to subscriptionProducts.void
addToSubscriptionProducts(SessionContext ctx, Product value)
Generated method - Addsvalue
to subscriptionProducts.java.util.Map<Language,java.lang.String>
getAllName()
Generated method - Getter of theSubscriptionTerm.name
attribute.java.util.Map<Language,java.lang.String>
getAllName(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.name
attribute.BillingPlan
getBillingPlan()
Generated method - Getter of theSubscriptionTerm.billingPlan
attribute.BillingPlan
getBillingPlan(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.billingPlan
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getId()
Generated method - Getter of theSubscriptionTerm.id
attribute.java.lang.String
getId(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.id
attribute.java.lang.String
getName()
Generated method - Getter of theSubscriptionTerm.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.name
attribute.java.util.Collection<Product>
getSubscriptionProducts()
Generated method - Getter of theSubscriptionTerm.subscriptionProducts
attribute.java.util.Collection<Product>
getSubscriptionProducts(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.subscriptionProducts
attribute.EnumerationValue
getTermOfServiceFrequency()
Generated method - Getter of theSubscriptionTerm.termOfServiceFrequency
attribute.EnumerationValue
getTermOfServiceFrequency(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceFrequency
attribute.java.lang.Integer
getTermOfServiceNumber()
Generated method - Getter of theSubscriptionTerm.termOfServiceNumber
attribute.java.lang.Integer
getTermOfServiceNumber(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceNumber
attribute.int
getTermOfServiceNumberAsPrimitive()
Generated method - Getter of theSubscriptionTerm.termOfServiceNumber
attribute.int
getTermOfServiceNumberAsPrimitive(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceNumber
attribute.EnumerationValue
getTermOfServiceRenewal()
Generated method - Getter of theSubscriptionTerm.termOfServiceRenewal
attribute.EnumerationValue
getTermOfServiceRenewal(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceRenewal
attribute.java.lang.Boolean
isCancellable()
Generated method - Getter of theSubscriptionTerm.cancellable
attribute.java.lang.Boolean
isCancellable(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.cancellable
attribute.boolean
isCancellableAsPrimitive()
Generated method - Getter of theSubscriptionTerm.cancellable
attribute.boolean
isCancellableAsPrimitive(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.cancellable
attribute.void
removeFromSubscriptionProducts(Product value)
Generated method - Removesvalue
from subscriptionProducts.void
removeFromSubscriptionProducts(SessionContext ctx, Product value)
Generated method - Removesvalue
from subscriptionProducts.void
setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSubscriptionTerm.name
attribute.void
setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSubscriptionTerm.name
attribute.void
setBillingPlan(SessionContext ctx, BillingPlan value)
Generated method - Setter of theSubscriptionTerm.billingPlan
attribute.void
setBillingPlan(BillingPlan value)
Generated method - Setter of theSubscriptionTerm.billingPlan
attribute.void
setCancellable(boolean value)
Generated method - Setter of theSubscriptionTerm.cancellable
attribute.void
setCancellable(SessionContext ctx, boolean value)
Generated method - Setter of theSubscriptionTerm.cancellable
attribute.void
setCancellable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSubscriptionTerm.cancellable
attribute.void
setCancellable(java.lang.Boolean value)
Generated method - Setter of theSubscriptionTerm.cancellable
attribute.protected void
setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSubscriptionTerm.id
attribute.protected void
setId(java.lang.String value)
Generated method - Setter of theSubscriptionTerm.id
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSubscriptionTerm.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theSubscriptionTerm.name
attribute.void
setSubscriptionProducts(SessionContext ctx, java.util.Collection<Product> value)
Generated method - Setter of theSubscriptionTerm.subscriptionProducts
attribute.void
setSubscriptionProducts(java.util.Collection<Product> value)
Generated method - Setter of theSubscriptionTerm.subscriptionProducts
attribute.void
setTermOfServiceFrequency(EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceFrequency
attribute.void
setTermOfServiceFrequency(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceFrequency
attribute.void
setTermOfServiceNumber(int value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumber
attribute.void
setTermOfServiceNumber(SessionContext ctx, int value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumber
attribute.void
setTermOfServiceNumber(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumber
attribute.void
setTermOfServiceNumber(java.lang.Integer value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumber
attribute.void
setTermOfServiceRenewal(EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceRenewal
attribute.void
setTermOfServiceRenewal(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceRenewal
attribute.-
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.id
attribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theSubscriptionTerm.name
attribute- See Also:
- Constant Field Values
-
TERMOFSERVICENUMBER
public static final java.lang.String TERMOFSERVICENUMBER
Qualifier of theSubscriptionTerm.termOfServiceNumber
attribute- See Also:
- Constant Field Values
-
CANCELLABLE
public static final java.lang.String CANCELLABLE
Qualifier of theSubscriptionTerm.cancellable
attribute- See Also:
- Constant Field Values
-
TERMOFSERVICERENEWAL
public static final java.lang.String TERMOFSERVICERENEWAL
Qualifier of theSubscriptionTerm.termOfServiceRenewal
attribute- See Also:
- Constant Field Values
-
TERMOFSERVICEFREQUENCY
public static final java.lang.String TERMOFSERVICEFREQUENCY
Qualifier of theSubscriptionTerm.termOfServiceFrequency
attribute- See Also:
- Constant Field Values
-
BILLINGPLAN
public static final java.lang.String BILLINGPLAN
Qualifier of theSubscriptionTerm.billingPlan
attribute- See Also:
- Constant Field Values
-
SUBSCRIPTIONPRODUCTS
public static final java.lang.String SUBSCRIPTIONPRODUCTS
Qualifier of theSubscriptionTerm.subscriptionProducts
attribute- See Also:
- Constant Field Values
-
SUBSCRIPTIONPRODUCTSHANDLER
protected static final OneToManyHandler<Product> SUBSCRIPTIONPRODUCTSHANDLER
OneToManyHandler
for 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:
getDefaultAttributeModes
in classItem
-
getBillingPlan
public BillingPlan getBillingPlan(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.billingPlan
attribute.- Returns:
- the billingPlan - Billing Plan
-
getBillingPlan
public BillingPlan getBillingPlan()
Generated method - Getter of theSubscriptionTerm.billingPlan
attribute.- Returns:
- the billingPlan - Billing Plan
-
setBillingPlan
public void setBillingPlan(SessionContext ctx, BillingPlan value)
Generated method - Setter of theSubscriptionTerm.billingPlan
attribute.- Parameters:
value
- the billingPlan - Billing Plan
-
setBillingPlan
public void setBillingPlan(BillingPlan value)
Generated method - Setter of theSubscriptionTerm.billingPlan
attribute.- Parameters:
value
- the billingPlan - Billing Plan
-
isCancellable
public java.lang.Boolean isCancellable(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.cancellable
attribute.- Returns:
- the cancellable - Cancellable
-
isCancellable
public java.lang.Boolean isCancellable()
Generated method - Getter of theSubscriptionTerm.cancellable
attribute.- Returns:
- the cancellable - Cancellable
-
isCancellableAsPrimitive
public boolean isCancellableAsPrimitive(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.cancellable
attribute.- Returns:
- the cancellable - Cancellable
-
isCancellableAsPrimitive
public boolean isCancellableAsPrimitive()
Generated method - Getter of theSubscriptionTerm.cancellable
attribute.- Returns:
- the cancellable - Cancellable
-
setCancellable
public void setCancellable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSubscriptionTerm.cancellable
attribute.- Parameters:
value
- the cancellable - Cancellable
-
setCancellable
public void setCancellable(java.lang.Boolean value)
Generated method - Setter of theSubscriptionTerm.cancellable
attribute.- Parameters:
value
- the cancellable - Cancellable
-
setCancellable
public void setCancellable(SessionContext ctx, boolean value)
Generated method - Setter of theSubscriptionTerm.cancellable
attribute.- Parameters:
value
- the cancellable - Cancellable
-
setCancellable
public void setCancellable(boolean value)
Generated method - Setter of theSubscriptionTerm.cancellable
attribute.- Parameters:
value
- the cancellable - Cancellable
-
getId
public java.lang.String getId(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.id
attribute.- Returns:
- the id - Identifier
-
getId
public java.lang.String getId()
Generated method - Getter of theSubscriptionTerm.id
attribute.- Returns:
- the id - Identifier
-
setId
protected void setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSubscriptionTerm.id
attribute.- Parameters:
value
- the id - Identifier
-
setId
protected void setId(java.lang.String value)
Generated method - Setter of theSubscriptionTerm.id
attribute.- Parameters:
value
- the id - Identifier
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.name
attribute.- Returns:
- the name - Name
-
getName
public java.lang.String getName()
Generated method - Getter of theSubscriptionTerm.name
attribute.- Returns:
- the name - Name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.name
attribute.- Returns:
- the localized name - Name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theSubscriptionTerm.name
attribute.- Returns:
- the localized name - Name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSubscriptionTerm.name
attribute.- Parameters:
value
- the name - Name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theSubscriptionTerm.name
attribute.- Parameters:
value
- the name - Name
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSubscriptionTerm.name
attribute.- Parameters:
value
- the name - Name
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSubscriptionTerm.name
attribute.- Parameters:
value
- the name - Name
-
getSubscriptionProducts
public java.util.Collection<Product> getSubscriptionProducts(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.subscriptionProducts
attribute.- Returns:
- the subscriptionProducts
-
getSubscriptionProducts
public java.util.Collection<Product> getSubscriptionProducts()
Generated method - Getter of theSubscriptionTerm.subscriptionProducts
attribute.- Returns:
- the subscriptionProducts
-
setSubscriptionProducts
public void setSubscriptionProducts(SessionContext ctx, java.util.Collection<Product> value)
Generated method - Setter of theSubscriptionTerm.subscriptionProducts
attribute.- Parameters:
value
- the subscriptionProducts
-
setSubscriptionProducts
public void setSubscriptionProducts(java.util.Collection<Product> value)
Generated method - Setter of theSubscriptionTerm.subscriptionProducts
attribute.- Parameters:
value
- the subscriptionProducts
-
addToSubscriptionProducts
public void addToSubscriptionProducts(SessionContext ctx, Product value)
Generated method - Addsvalue
to subscriptionProducts.- Parameters:
value
- the item to add to subscriptionProducts
-
addToSubscriptionProducts
public void addToSubscriptionProducts(Product value)
Generated method - Addsvalue
to subscriptionProducts.- Parameters:
value
- the item to add to subscriptionProducts
-
removeFromSubscriptionProducts
public void removeFromSubscriptionProducts(SessionContext ctx, Product value)
Generated method - Removesvalue
from subscriptionProducts.- Parameters:
value
- the item to remove from subscriptionProducts
-
removeFromSubscriptionProducts
public void removeFromSubscriptionProducts(Product value)
Generated method - Removesvalue
from subscriptionProducts.- Parameters:
value
- the item to remove from subscriptionProducts
-
getTermOfServiceFrequency
public EnumerationValue getTermOfServiceFrequency(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceFrequency
attribute.- Returns:
- the termOfServiceFrequency - Term of Service Frequency
-
getTermOfServiceFrequency
public EnumerationValue getTermOfServiceFrequency()
Generated method - Getter of theSubscriptionTerm.termOfServiceFrequency
attribute.- Returns:
- the termOfServiceFrequency - Term of Service Frequency
-
setTermOfServiceFrequency
public void setTermOfServiceFrequency(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceFrequency
attribute.- Parameters:
value
- the termOfServiceFrequency - Term of Service Frequency
-
setTermOfServiceFrequency
public void setTermOfServiceFrequency(EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceFrequency
attribute.- Parameters:
value
- the termOfServiceFrequency - Term of Service Frequency
-
getTermOfServiceNumber
public java.lang.Integer getTermOfServiceNumber(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceNumber
attribute.- Returns:
- the termOfServiceNumber - Term of Service Number
-
getTermOfServiceNumber
public java.lang.Integer getTermOfServiceNumber()
Generated method - Getter of theSubscriptionTerm.termOfServiceNumber
attribute.- Returns:
- the termOfServiceNumber - Term of Service Number
-
getTermOfServiceNumberAsPrimitive
public int getTermOfServiceNumberAsPrimitive(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceNumber
attribute.- Returns:
- the termOfServiceNumber - Term of Service Number
-
getTermOfServiceNumberAsPrimitive
public int getTermOfServiceNumberAsPrimitive()
Generated method - Getter of theSubscriptionTerm.termOfServiceNumber
attribute.- Returns:
- the termOfServiceNumber - Term of Service Number
-
setTermOfServiceNumber
public void setTermOfServiceNumber(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumber
attribute.- Parameters:
value
- the termOfServiceNumber - Term of Service Number
-
setTermOfServiceNumber
public void setTermOfServiceNumber(java.lang.Integer value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumber
attribute.- Parameters:
value
- the termOfServiceNumber - Term of Service Number
-
setTermOfServiceNumber
public void setTermOfServiceNumber(SessionContext ctx, int value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumber
attribute.- Parameters:
value
- the termOfServiceNumber - Term of Service Number
-
setTermOfServiceNumber
public void setTermOfServiceNumber(int value)
Generated method - Setter of theSubscriptionTerm.termOfServiceNumber
attribute.- Parameters:
value
- the termOfServiceNumber - Term of Service Number
-
getTermOfServiceRenewal
public EnumerationValue getTermOfServiceRenewal(SessionContext ctx)
Generated method - Getter of theSubscriptionTerm.termOfServiceRenewal
attribute.- Returns:
- the termOfServiceRenewal - Term of Service Renewal
-
getTermOfServiceRenewal
public EnumerationValue getTermOfServiceRenewal()
Generated method - Getter of theSubscriptionTerm.termOfServiceRenewal
attribute.- Returns:
- the termOfServiceRenewal - Term of Service Renewal
-
setTermOfServiceRenewal
public void setTermOfServiceRenewal(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceRenewal
attribute.- Parameters:
value
- the termOfServiceRenewal - Term of Service Renewal
-
setTermOfServiceRenewal
public void setTermOfServiceRenewal(EnumerationValue value)
Generated method - Setter of theSubscriptionTerm.termOfServiceRenewal
attribute.- Parameters:
value
- the termOfServiceRenewal - Term of Service Renewal
-
-