Class BillingTimeModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.subscriptionservices.model.BillingTimeModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BillingEventModel,BillingFrequencyModel
Generated model class for type BillingTime first defined at extension subscriptionservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofBillingTime.cartAwareattribute defined at extensionsubscriptionservices.static final StringGenerated constant - Attribute key ofBillingTime.codeattribute defined at extensionsubscriptionservices.static final StringGenerated constant - Attribute key ofBillingTime.descriptionattribute defined at extensionsubscriptionservices.static final StringGenerated constant - Attribute key ofBillingTime.nameInCartattribute defined at extensionsubscriptionservices.static final StringGenerated constant - Attribute key ofBillingTime.nameInOrderattribute defined at extensionsubscriptionservices.static final StringGenerated constant - Attribute key ofBillingTime.orderattribute defined at extensionsubscriptionservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.BillingTimeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextBillingTimeModel(String _code) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBillingTimeModel(String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theBillingTime.cartAwareattribute defined at extensionsubscriptionservices.getCode()Generated method - Getter of theBillingTime.codeattribute defined at extensionsubscriptionservices.Generated method - Getter of theBillingTime.descriptionattribute defined at extensionsubscriptionservices.getDescription(Locale loc) Generated method - Getter of theBillingTime.descriptionattribute defined at extensionsubscriptionservices.Generated method - Getter of theBillingTime.nameInCartattribute defined at extensionsubscriptionservices.getNameInCart(Locale loc) Generated method - Getter of theBillingTime.nameInCartattribute defined at extensionsubscriptionservices.Generated method - Getter of theBillingTime.nameInOrderattribute defined at extensionsubscriptionservices.getNameInOrder(Locale loc) Generated method - Getter of theBillingTime.nameInOrderattribute defined at extensionsubscriptionservices.getOrder()Generated method - Getter of theBillingTime.orderattribute defined at extensionsubscriptionservices.voidsetCartAware(Boolean value) Generated method - Setter ofBillingTime.cartAwareattribute defined at extensionsubscriptionservices.voidGenerated method - Initial setter ofBillingTime.codeattribute defined at extensionsubscriptionservices.voidsetDescription(String value) Generated method - Setter ofBillingTime.descriptionattribute defined at extensionsubscriptionservices.voidsetDescription(String value, Locale loc) Generated method - Setter ofBillingTime.descriptionattribute defined at extensionsubscriptionservices.voidsetNameInCart(String value) Generated method - Setter ofBillingTime.nameInCartattribute defined at extensionsubscriptionservices.voidsetNameInCart(String value, Locale loc) Generated method - Setter ofBillingTime.nameInCartattribute defined at extensionsubscriptionservices.voidsetNameInOrder(String value) Generated method - Setter ofBillingTime.nameInOrderattribute defined at extensionsubscriptionservices.voidsetNameInOrder(String value, Locale loc) Generated method - Setter ofBillingTime.nameInOrderattribute defined at extensionsubscriptionservices.voidGenerated method - Setter ofBillingTime.orderattribute defined at extensionsubscriptionservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
CODE
Generated constant - Attribute key ofBillingTime.codeattribute defined at extensionsubscriptionservices.- See Also:
-
NAMEINCART
Generated constant - Attribute key ofBillingTime.nameInCartattribute defined at extensionsubscriptionservices.- See Also:
-
NAMEINORDER
Generated constant - Attribute key ofBillingTime.nameInOrderattribute defined at extensionsubscriptionservices.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofBillingTime.descriptionattribute defined at extensionsubscriptionservices.- See Also:
-
ORDER
Generated constant - Attribute key ofBillingTime.orderattribute defined at extensionsubscriptionservices.- See Also:
-
CARTAWARE
Generated constant - Attribute key ofBillingTime.cartAwareattribute defined at extensionsubscriptionservices.- See Also:
-
-
Constructor Details
-
BillingTimeModel
public BillingTimeModel()Generated constructor - Default constructor for generic creation. -
BillingTimeModel
public BillingTimeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
BillingTimeModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeBillingTimeat extensionsubscriptionservices
-
BillingTimeModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeBillingTimeat extensionsubscriptionservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCartAware
Generated method - Getter of theBillingTime.cartAwareattribute defined at extensionsubscriptionservices.- Returns:
- the cartAware - Cart Aware
-
getCode
Generated method - Getter of theBillingTime.codeattribute defined at extensionsubscriptionservices.- Returns:
- the code - Code
-
getDescription
Generated method - Getter of theBillingTime.descriptionattribute defined at extensionsubscriptionservices.- Returns:
- the description - Description
-
getDescription
Generated method - Getter of theBillingTime.descriptionattribute defined at extensionsubscriptionservices.- Parameters:
loc- the value localization key- Returns:
- the description - Description
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getNameInCart
Generated method - Getter of theBillingTime.nameInCartattribute defined at extensionsubscriptionservices.- Returns:
- the nameInCart - Name of frequency in cart
-
getNameInCart
Generated method - Getter of theBillingTime.nameInCartattribute defined at extensionsubscriptionservices.- Parameters:
loc- the value localization key- Returns:
- the nameInCart - Name of frequency in cart
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getNameInOrder
Generated method - Getter of theBillingTime.nameInOrderattribute defined at extensionsubscriptionservices.- Returns:
- the nameInOrder - Name of frequency in order
-
getNameInOrder
Generated method - Getter of theBillingTime.nameInOrderattribute defined at extensionsubscriptionservices.- Parameters:
loc- the value localization key- Returns:
- the nameInOrder - Name of frequency in order
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getOrder
Generated method - Getter of theBillingTime.orderattribute defined at extensionsubscriptionservices.- Returns:
- the order - Sequence
-
setCartAware
Generated method - Setter ofBillingTime.cartAwareattribute defined at extensionsubscriptionservices.- Parameters:
value- the cartAware - Cart Aware
-
setCode
Generated method - Initial setter ofBillingTime.codeattribute defined at extensionsubscriptionservices. Can only be used at creation of model - before first save.- Parameters:
value- the code - Code
-
setDescription
Generated method - Setter ofBillingTime.descriptionattribute defined at extensionsubscriptionservices.- Parameters:
value- the description - Description
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc) Generated method - Setter ofBillingTime.descriptionattribute defined at extensionsubscriptionservices.- Parameters:
value- the description - Descriptionloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setNameInCart
Generated method - Setter ofBillingTime.nameInCartattribute defined at extensionsubscriptionservices.- Parameters:
value- the nameInCart - Name of frequency in cart
-
setNameInCart
Generated method - Setter ofBillingTime.nameInCartattribute defined at extensionsubscriptionservices.- Parameters:
value- the nameInCart - Name of frequency in cartloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setNameInOrder
Generated method - Setter ofBillingTime.nameInOrderattribute defined at extensionsubscriptionservices.- Parameters:
value- the nameInOrder - Name of frequency in order
-
setNameInOrder
@Accessor(qualifier="nameInOrder", type=SETTER) public void setNameInOrder(String value, Locale loc) Generated method - Setter ofBillingTime.nameInOrderattribute defined at extensionsubscriptionservices.- Parameters:
value- the nameInOrder - Name of frequency in orderloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setOrder
Generated method - Setter ofBillingTime.orderattribute defined at extensionsubscriptionservices.- Parameters:
value- the order - Sequence
-