Class TmaBillingCycleModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaBillingCycleModel
- All Implemented Interfaces:
Serializable
Generated model class for type TmaBillingCycle first defined at extension b2ctelcoservices.
describes how often an invoice should be generated for a contract.
- 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 ofTmaBillingCycle.cycleDayattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaBillingCycle.cycleTypeattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaBillingCycle.frequencyattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaBillingCycle.nameattribute defined at extensionb2ctelcoservices.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.TmaBillingCycleModel(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 parametersTmaBillingCycleModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTmaBillingCycle.cycleDayattribute defined at extensionb2ctelcoservices.Generated method - Getter of theTmaBillingCycle.cycleTypeattribute defined at extensionb2ctelcoservices.Generated method - Getter of theTmaBillingCycle.frequencyattribute defined at extensionb2ctelcoservices.getName()Generated method - Getter of theTmaBillingCycle.nameattribute defined at extensionb2ctelcoservices.voidsetCycleDay(Integer value) Generated method - Setter ofTmaBillingCycle.cycleDayattribute defined at extensionb2ctelcoservices.voidsetCycleType(BillingCycleType value) Generated method - Setter ofTmaBillingCycle.cycleTypeattribute defined at extensionb2ctelcoservices.voidGenerated method - Setter ofTmaBillingCycle.frequencyattribute defined at extensionb2ctelcoservices.voidGenerated method - Setter ofTmaBillingCycle.nameattribute defined at extensionb2ctelcoservices.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:
-
NAME
Generated constant - Attribute key ofTmaBillingCycle.nameattribute defined at extensionb2ctelcoservices.- See Also:
-
FREQUENCY
Generated constant - Attribute key ofTmaBillingCycle.frequencyattribute defined at extensionb2ctelcoservices.- See Also:
-
CYCLETYPE
Generated constant - Attribute key ofTmaBillingCycle.cycleTypeattribute defined at extensionb2ctelcoservices.- See Also:
-
CYCLEDAY
Generated constant - Attribute key ofTmaBillingCycle.cycleDayattribute defined at extensionb2ctelcoservices.- See Also:
-
-
Constructor Details
-
TmaBillingCycleModel
public TmaBillingCycleModel()Generated constructor - Default constructor for generic creation. -
TmaBillingCycleModel
public TmaBillingCycleModel(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
-
TmaBillingCycleModel
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:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCycleDay
Generated method - Getter of theTmaBillingCycle.cycleDayattribute defined at extensionb2ctelcoservices.- Returns:
- the cycleDay
-
getCycleType
Generated method - Getter of theTmaBillingCycle.cycleTypeattribute defined at extensionb2ctelcoservices.- Returns:
- the cycleType
-
getFrequency
Generated method - Getter of theTmaBillingCycle.frequencyattribute defined at extensionb2ctelcoservices.- Returns:
- the frequency
-
getName
Generated method - Getter of theTmaBillingCycle.nameattribute defined at extensionb2ctelcoservices.- Returns:
- the name
-
setCycleDay
Generated method - Setter ofTmaBillingCycle.cycleDayattribute defined at extensionb2ctelcoservices.- Parameters:
value- the cycleDay
-
setCycleType
Generated method - Setter ofTmaBillingCycle.cycleTypeattribute defined at extensionb2ctelcoservices.- Parameters:
value- the cycleType
-
setFrequency
Generated method - Setter ofTmaBillingCycle.frequencyattribute defined at extensionb2ctelcoservices.- Parameters:
value- the frequency
-
setName
Generated method - Setter ofTmaBillingCycle.nameattribute defined at extensionb2ctelcoservices.- Parameters:
value- the name
-