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:
Serializable,Comparable
- Direct Known Subclasses:
SubscriptionTerm
Generated class for type
SubscriptionTerm.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImplNested 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
FieldsModifier and TypeFieldDescriptionstatic final StringQualifier of theSubscriptionTerm.billingPlanattributestatic final StringQualifier of theSubscriptionTerm.cancellableattributeprotected static final Map<String,Item.AttributeMode> static final StringQualifier of theSubscriptionTerm.idattributestatic final StringQualifier of theSubscriptionTerm.nameattributestatic final StringQualifier of theSubscriptionTerm.subscriptionProductsattributeprotected static final OneToManyHandler<Product>OneToManyHandlerfor handling 1:n SUBSCRIPTIONPRODUCTS's relation attributes from 'many' side.static final StringQualifier of theSubscriptionTerm.termOfServiceFrequencyattributestatic final StringQualifier of theSubscriptionTerm.termOfServiceNumberattributestatic final StringQualifier of theSubscriptionTerm.termOfServiceRenewalattributeFields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLEDFields 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, TYPEFields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToSubscriptionProducts(Product value) Generated method - Addsvalueto subscriptionProducts.voidaddToSubscriptionProducts(SessionContext ctx, Product value) Generated method - Addsvalueto subscriptionProducts.Generated method - Getter of theSubscriptionTerm.nameattribute.getAllName(SessionContext ctx) Generated method - Getter of theSubscriptionTerm.nameattribute.Generated method - Getter of theSubscriptionTerm.billingPlanattribute.Generated method - Getter of theSubscriptionTerm.billingPlanattribute.protected Map<String,Item.AttributeMode> getId()Generated method - Getter of theSubscriptionTerm.idattribute.getId(SessionContext ctx) Generated method - Getter of theSubscriptionTerm.idattribute.getName()Generated method - Getter of theSubscriptionTerm.nameattribute.getName(SessionContext ctx) Generated method - Getter of theSubscriptionTerm.nameattribute.Generated method - Getter of theSubscriptionTerm.subscriptionProductsattribute.Generated method - Getter of theSubscriptionTerm.subscriptionProductsattribute.Generated method - Getter of theSubscriptionTerm.termOfServiceFrequencyattribute.Generated method - Getter of theSubscriptionTerm.termOfServiceFrequencyattribute.Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.intGenerated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.intGenerated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.Generated method - Getter of theSubscriptionTerm.termOfServiceRenewalattribute.Generated method - Getter of theSubscriptionTerm.termOfServiceRenewalattribute.Generated method - Getter of theSubscriptionTerm.cancellableattribute.Generated method - Getter of theSubscriptionTerm.cancellableattribute.booleanGenerated method - Getter of theSubscriptionTerm.cancellableattribute.booleanGenerated method - Getter of theSubscriptionTerm.cancellableattribute.voidGenerated method - Removesvaluefrom subscriptionProducts.voidremoveFromSubscriptionProducts(SessionContext ctx, Product value) Generated method - Removesvaluefrom subscriptionProducts.voidsetAllName(SessionContext ctx, Map<Language, String> value) Generated method - Setter of theSubscriptionTerm.nameattribute.voidsetAllName(Map<Language, 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, Boolean value) Generated method - Setter of theSubscriptionTerm.cancellableattribute.voidsetCancellable(Boolean value) Generated method - Setter of theSubscriptionTerm.cancellableattribute.protected voidsetId(SessionContext ctx, String value) Generated method - Setter of theSubscriptionTerm.idattribute.protected voidGenerated method - Setter of theSubscriptionTerm.idattribute.voidsetName(SessionContext ctx, String value) Generated method - Setter of theSubscriptionTerm.nameattribute.voidGenerated method - Setter of theSubscriptionTerm.nameattribute.voidsetSubscriptionProducts(SessionContext ctx, Collection<Product> value) Generated method - Setter of theSubscriptionTerm.subscriptionProductsattribute.voidsetSubscriptionProducts(Collection<Product> value) Generated method - Setter of theSubscriptionTerm.subscriptionProductsattribute.voidGenerated 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, Integer value) Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.voidsetTermOfServiceNumber(Integer value) Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.voidGenerated 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, getRelatedItems, setRelatedItemsMethods 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, setLocalizedPropertyMethods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyMethods 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, getPartOfRemovedSessionMarker, 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, suppressRelation, toString, useTA, writeReplaceMethods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
Field Details
-
ID
Qualifier of theSubscriptionTerm.idattribute- See Also:
-
NAME
Qualifier of theSubscriptionTerm.nameattribute- See Also:
-
TERMOFSERVICENUMBER
Qualifier of theSubscriptionTerm.termOfServiceNumberattribute- See Also:
-
CANCELLABLE
Qualifier of theSubscriptionTerm.cancellableattribute- See Also:
-
TERMOFSERVICERENEWAL
Qualifier of theSubscriptionTerm.termOfServiceRenewalattribute- See Also:
-
TERMOFSERVICEFREQUENCY
Qualifier of theSubscriptionTerm.termOfServiceFrequencyattribute- See Also:
-
BILLINGPLAN
Qualifier of theSubscriptionTerm.billingPlanattribute- See Also:
-
SUBSCRIPTIONPRODUCTS
Qualifier of theSubscriptionTerm.subscriptionProductsattribute- See Also:
-
SUBSCRIPTIONPRODUCTSHANDLER
OneToManyHandlerfor handling 1:n SUBSCRIPTIONPRODUCTS's relation attributes from 'many' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedSubscriptionTerm
public GeneratedSubscriptionTerm()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classItem
-
getBillingPlan
Generated method - Getter of theSubscriptionTerm.billingPlanattribute.- Returns:
- the billingPlan - Billing Plan
-
getBillingPlan
Generated method - Getter of theSubscriptionTerm.billingPlanattribute.- Returns:
- the billingPlan - Billing Plan
-
setBillingPlan
Generated method - Setter of theSubscriptionTerm.billingPlanattribute.- Parameters:
value- the billingPlan - Billing Plan
-
setBillingPlan
Generated method - Setter of theSubscriptionTerm.billingPlanattribute.- Parameters:
value- the billingPlan - Billing Plan
-
isCancellable
Generated method - Getter of theSubscriptionTerm.cancellableattribute.- Returns:
- the cancellable - Cancellable
-
isCancellable
Generated method - Getter of theSubscriptionTerm.cancellableattribute.- Returns:
- the cancellable - Cancellable
-
isCancellableAsPrimitive
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
Generated method - Setter of theSubscriptionTerm.cancellableattribute.- Parameters:
value- the cancellable - Cancellable
-
setCancellable
Generated method - Setter of theSubscriptionTerm.cancellableattribute.- Parameters:
value- the cancellable - Cancellable
-
setCancellable
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
Generated method - Getter of theSubscriptionTerm.idattribute.- Returns:
- the id - Identifier
-
getId
Generated method - Getter of theSubscriptionTerm.idattribute.- Returns:
- the id - Identifier
-
setId
Generated method - Setter of theSubscriptionTerm.idattribute.- Parameters:
value- the id - Identifier
-
setId
Generated method - Setter of theSubscriptionTerm.idattribute.- Parameters:
value- the id - Identifier
-
getName
Generated method - Getter of theSubscriptionTerm.nameattribute.- Returns:
- the name - Name
-
getName
Generated method - Getter of theSubscriptionTerm.nameattribute.- Returns:
- the name - Name
-
getAllName
Generated method - Getter of theSubscriptionTerm.nameattribute.- Returns:
- the localized name - Name
-
getAllName
Generated method - Getter of theSubscriptionTerm.nameattribute.- Returns:
- the localized name - Name
-
setName
Generated method - Setter of theSubscriptionTerm.nameattribute.- Parameters:
value- the name - Name
-
setName
Generated method - Setter of theSubscriptionTerm.nameattribute.- Parameters:
value- the name - Name
-
setAllName
Generated method - Setter of theSubscriptionTerm.nameattribute.- Parameters:
value- the name - Name
-
setAllName
Generated method - Setter of theSubscriptionTerm.nameattribute.- Parameters:
value- the name - Name
-
getSubscriptionProducts
Generated method - Getter of theSubscriptionTerm.subscriptionProductsattribute.- Returns:
- the subscriptionProducts
-
getSubscriptionProducts
Generated method - Getter of theSubscriptionTerm.subscriptionProductsattribute.- Returns:
- the subscriptionProducts
-
setSubscriptionProducts
Generated method - Setter of theSubscriptionTerm.subscriptionProductsattribute.- Parameters:
value- the subscriptionProducts
-
setSubscriptionProducts
Generated method - Setter of theSubscriptionTerm.subscriptionProductsattribute.- Parameters:
value- the subscriptionProducts
-
addToSubscriptionProducts
Generated method - Addsvalueto subscriptionProducts.- Parameters:
value- the item to add to subscriptionProducts
-
addToSubscriptionProducts
Generated method - Addsvalueto subscriptionProducts.- Parameters:
value- the item to add to subscriptionProducts
-
removeFromSubscriptionProducts
Generated method - Removesvaluefrom subscriptionProducts.- Parameters:
value- the item to remove from subscriptionProducts
-
removeFromSubscriptionProducts
Generated method - Removesvaluefrom subscriptionProducts.- Parameters:
value- the item to remove from subscriptionProducts
-
getTermOfServiceFrequency
Generated method - Getter of theSubscriptionTerm.termOfServiceFrequencyattribute.- Returns:
- the termOfServiceFrequency - Term of Service Frequency
-
getTermOfServiceFrequency
Generated method - Getter of theSubscriptionTerm.termOfServiceFrequencyattribute.- Returns:
- the termOfServiceFrequency - Term of Service Frequency
-
setTermOfServiceFrequency
Generated method - Setter of theSubscriptionTerm.termOfServiceFrequencyattribute.- Parameters:
value- the termOfServiceFrequency - Term of Service Frequency
-
setTermOfServiceFrequency
Generated method - Setter of theSubscriptionTerm.termOfServiceFrequencyattribute.- Parameters:
value- the termOfServiceFrequency - Term of Service Frequency
-
getTermOfServiceNumber
Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.- Returns:
- the termOfServiceNumber - Term of Service Number
-
getTermOfServiceNumber
Generated method - Getter of theSubscriptionTerm.termOfServiceNumberattribute.- Returns:
- the termOfServiceNumber - Term of Service Number
-
getTermOfServiceNumberAsPrimitive
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
Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.- Parameters:
value- the termOfServiceNumber - Term of Service Number
-
setTermOfServiceNumber
Generated method - Setter of theSubscriptionTerm.termOfServiceNumberattribute.- Parameters:
value- the termOfServiceNumber - Term of Service Number
-
setTermOfServiceNumber
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
Generated method - Getter of theSubscriptionTerm.termOfServiceRenewalattribute.- Returns:
- the termOfServiceRenewal - Term of Service Renewal
-
getTermOfServiceRenewal
Generated method - Getter of theSubscriptionTerm.termOfServiceRenewalattribute.- Returns:
- the termOfServiceRenewal - Term of Service Renewal
-
setTermOfServiceRenewal
Generated method - Setter of theSubscriptionTerm.termOfServiceRenewalattribute.- Parameters:
value- the termOfServiceRenewal - Term of Service Renewal
-
setTermOfServiceRenewal
Generated method - Setter of theSubscriptionTerm.termOfServiceRenewalattribute.- Parameters:
value- the termOfServiceRenewal - Term of Service Renewal
-