Class YFormDataHistoryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.xyformsservices.model.YFormDataHistoryModel
- All Implemented Interfaces:
Serializable
Generated model class for type YFormDataHistory first defined at extension xyformsservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated relation code constant for relationYFormData2YFormDataHistoryRelationdefining source attributeformDatain extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormDataHistory.contentattribute defined at extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormDataHistory.formDataattribute defined at extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormDataHistory.formDataIdattribute defined at extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormDataHistory.formDataPOSattribute defined at extensionxyformsservices.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.Generated constructor - Default constructor for creation with existing contextYFormDataHistoryModel(String _formDataId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersYFormDataHistoryModel(String _formDataId, 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 theYFormDataHistory.contentattribute defined at extensionxyformsservices.Generated method - Getter of theYFormDataHistory.formDataattribute defined at extensionxyformsservices.Generated method - Getter of theYFormDataHistory.formDataIdattribute defined at extensionxyformsservices.voidsetContent(String value) Generated method - Setter ofYFormDataHistory.contentattribute defined at extensionxyformsservices.voidsetFormData(YFormDataModel value) Generated method - Setter ofYFormDataHistory.formDataattribute defined at extensionxyformsservices.voidsetFormDataId(String value) Generated method - Setter ofYFormDataHistory.formDataIdattribute defined at extensionxyformsservices.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:
-
_YFORMDATA2YFORMDATAHISTORYRELATION
Generated relation code constant for relationYFormData2YFormDataHistoryRelationdefining source attributeformDatain extensionxyformsservices.- See Also:
-
FORMDATAID
Generated constant - Attribute key ofYFormDataHistory.formDataIdattribute defined at extensionxyformsservices.- See Also:
-
CONTENT
Generated constant - Attribute key ofYFormDataHistory.contentattribute defined at extensionxyformsservices.- See Also:
-
FORMDATAPOS
Generated constant - Attribute key ofYFormDataHistory.formDataPOSattribute defined at extensionxyformsservices.- See Also:
-
FORMDATA
Generated constant - Attribute key ofYFormDataHistory.formDataattribute defined at extensionxyformsservices.- See Also:
-
-
Constructor Details
-
YFormDataHistoryModel
public YFormDataHistoryModel()Generated constructor - Default constructor for generic creation. -
YFormDataHistoryModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
YFormDataHistoryModel
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:
_formDataId- initial attribute declared by typeYFormDataHistoryat extensionxyformsservices
-
YFormDataHistoryModel
@Deprecated(since="4.1.1", forRemoval=true) public YFormDataHistoryModel(String _formDataId, 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_formDataId- initial attribute declared by typeYFormDataHistoryat extensionxyformsservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getContent
Generated method - Getter of theYFormDataHistory.contentattribute defined at extensionxyformsservices.- Returns:
- the content
-
getFormData
Generated method - Getter of theYFormDataHistory.formDataattribute defined at extensionxyformsservices.- Returns:
- the formData
-
getFormDataId
Generated method - Getter of theYFormDataHistory.formDataIdattribute defined at extensionxyformsservices.- Returns:
- the formDataId
-
setContent
Generated method - Setter ofYFormDataHistory.contentattribute defined at extensionxyformsservices.- Parameters:
value- the content
-
setFormData
Generated method - Setter ofYFormDataHistory.formDataattribute defined at extensionxyformsservices.- Parameters:
value- the formData
-
setFormDataId
Generated method - Setter ofYFormDataHistory.formDataIdattribute defined at extensionxyformsservices.- Parameters:
value- the formDataId
-