Class AbstractFinancialInfoModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.travelservices.model.accommodation.AbstractFinancialInfoModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CancelPenaltyModel,GuaranteeModel
Generated model class for type AbstractFinancialInfo first defined at extension travelservices.
This item represent a financialInfo that could be extended.
- 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 ofAbstractFinancialInfo.absoluteDeadlineattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofAbstractFinancialInfo.codeattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofAbstractFinancialInfo.fixedAmountattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofAbstractFinancialInfo.percentageAmountattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofAbstractFinancialInfo.relativeDeadlineattribute defined at extensiontravelservices.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.AbstractFinancialInfoModel(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 parametersAbstractFinancialInfoModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theAbstractFinancialInfo.absoluteDeadlineattribute defined at extensiontravelservices.getCode()Generated method - Getter of theAbstractFinancialInfo.codeattribute defined at extensiontravelservices.Generated method - Getter of theAbstractFinancialInfo.fixedAmountattribute defined at extensiontravelservices.Generated method - Getter of theAbstractFinancialInfo.percentageAmountattribute defined at extensiontravelservices.Generated method - Getter of theAbstractFinancialInfo.relativeDeadlineattribute defined at extensiontravelservices.voidsetAbsoluteDeadline(Date value) Generated method - Setter ofAbstractFinancialInfo.absoluteDeadlineattribute defined at extensiontravelservices.voidGenerated method - Setter ofAbstractFinancialInfo.codeattribute defined at extensiontravelservices.voidsetFixedAmount(Double value) Generated method - Setter ofAbstractFinancialInfo.fixedAmountattribute defined at extensiontravelservices.voidsetPercentageAmount(Double value) Generated method - Setter ofAbstractFinancialInfo.percentageAmountattribute defined at extensiontravelservices.voidsetRelativeDeadline(Long value) Generated method - Setter ofAbstractFinancialInfo.relativeDeadlineattribute defined at extensiontravelservices.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 ofAbstractFinancialInfo.codeattribute defined at extensiontravelservices.- See Also:
-
PERCENTAGEAMOUNT
Generated constant - Attribute key ofAbstractFinancialInfo.percentageAmountattribute defined at extensiontravelservices.- See Also:
-
FIXEDAMOUNT
Generated constant - Attribute key ofAbstractFinancialInfo.fixedAmountattribute defined at extensiontravelservices.- See Also:
-
ABSOLUTEDEADLINE
Generated constant - Attribute key ofAbstractFinancialInfo.absoluteDeadlineattribute defined at extensiontravelservices.- See Also:
-
RELATIVEDEADLINE
Generated constant - Attribute key ofAbstractFinancialInfo.relativeDeadlineattribute defined at extensiontravelservices.- See Also:
-
-
Constructor Details
-
AbstractFinancialInfoModel
public AbstractFinancialInfoModel()Generated constructor - Default constructor for generic creation. -
AbstractFinancialInfoModel
public AbstractFinancialInfoModel(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
-
AbstractFinancialInfoModel
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
-
getAbsoluteDeadline
Generated method - Getter of theAbstractFinancialInfo.absoluteDeadlineattribute defined at extensiontravelservices.- Returns:
- the absoluteDeadline
-
getCode
Generated method - Getter of theAbstractFinancialInfo.codeattribute defined at extensiontravelservices.- Returns:
- the code
-
getFixedAmount
Generated method - Getter of theAbstractFinancialInfo.fixedAmountattribute defined at extensiontravelservices.- Returns:
- the fixedAmount
-
getPercentageAmount
Generated method - Getter of theAbstractFinancialInfo.percentageAmountattribute defined at extensiontravelservices.- Returns:
- the percentageAmount
-
getRelativeDeadline
Generated method - Getter of theAbstractFinancialInfo.relativeDeadlineattribute defined at extensiontravelservices.- Returns:
- the relativeDeadline
-
setAbsoluteDeadline
Generated method - Setter ofAbstractFinancialInfo.absoluteDeadlineattribute defined at extensiontravelservices.- Parameters:
value- the absoluteDeadline
-
setCode
Generated method - Setter ofAbstractFinancialInfo.codeattribute defined at extensiontravelservices.- Parameters:
value- the code
-
setFixedAmount
Generated method - Setter ofAbstractFinancialInfo.fixedAmountattribute defined at extensiontravelservices.- Parameters:
value- the fixedAmount
-
setPercentageAmount
Generated method - Setter ofAbstractFinancialInfo.percentageAmountattribute defined at extensiontravelservices.- Parameters:
value- the percentageAmount
-
setRelativeDeadline
Generated method - Setter ofAbstractFinancialInfo.relativeDeadlineattribute defined at extensiontravelservices.- Parameters:
value- the relativeDeadline
-