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:
java.io.Serializable
public class YFormDataHistoryModel extends ItemModel
Generated model class for type YFormDataHistory first defined at extension xyformsservices.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.String_YFORMDATA2YFORMDATAHISTORYRELATIONGenerated relation code constant for relationYFormData2YFormDataHistoryRelationdefining source attributeformDatain extensionxyformsservices.static java.lang.StringCONTENTGenerated constant - Attribute key ofYFormDataHistory.contentattribute defined at extensionxyformsservices.static java.lang.StringFORMDATAGenerated constant - Attribute key ofYFormDataHistory.formDataattribute defined at extensionxyformsservices.static java.lang.StringFORMDATAIDGenerated constant - Attribute key ofYFormDataHistory.formDataIdattribute defined at extensionxyformsservices.static java.lang.StringFORMDATAPOSGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description YFormDataHistoryModel()Generated constructor - Default constructor for generic creation.YFormDataHistoryModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextYFormDataHistoryModel(java.lang.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(java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContent()Generated method - Getter of theYFormDataHistory.contentattribute defined at extensionxyformsservices.YFormDataModelgetFormData()Generated method - Getter of theYFormDataHistory.formDataattribute defined at extensionxyformsservices.java.lang.StringgetFormDataId()Generated method - Getter of theYFormDataHistory.formDataIdattribute defined at extensionxyformsservices.voidsetContent(java.lang.String value)Generated method - Setter ofYFormDataHistory.contentattribute defined at extensionxyformsservices.voidsetFormData(YFormDataModel value)Generated method - Setter ofYFormDataHistory.formDataattribute defined at extensionxyformsservices.voidsetFormDataId(java.lang.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, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_YFORMDATA2YFORMDATAHISTORYRELATION
public static final java.lang.String _YFORMDATA2YFORMDATAHISTORYRELATION
Generated relation code constant for relationYFormData2YFormDataHistoryRelationdefining source attributeformDatain extensionxyformsservices.- See Also:
- Constant Field Values
-
FORMDATAID
public static final java.lang.String FORMDATAID
Generated constant - Attribute key ofYFormDataHistory.formDataIdattribute defined at extensionxyformsservices.- See Also:
- Constant Field Values
-
CONTENT
public static final java.lang.String CONTENT
Generated constant - Attribute key ofYFormDataHistory.contentattribute defined at extensionxyformsservices.- See Also:
- Constant Field Values
-
FORMDATAPOS
public static final java.lang.String FORMDATAPOS
Generated constant - Attribute key ofYFormDataHistory.formDataPOSattribute defined at extensionxyformsservices.- See Also:
- Constant Field Values
-
FORMDATA
public static final java.lang.String FORMDATA
Generated constant - Attribute key ofYFormDataHistory.formDataattribute defined at extensionxyformsservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
YFormDataHistoryModel
public YFormDataHistoryModel()
Generated constructor - Default constructor for generic creation.
-
YFormDataHistoryModel
public YFormDataHistoryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
YFormDataHistoryModel
@Deprecated(since="4.1.1", forRemoval=true) public YFormDataHistoryModel(java.lang.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 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(java.lang.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 Detail
-
getContent
@Accessor(qualifier="content", type=GETTER) public java.lang.String getContent()
Generated method - Getter of theYFormDataHistory.contentattribute defined at extensionxyformsservices.- Returns:
- the content
-
getFormData
@Accessor(qualifier="formData", type=GETTER) public YFormDataModel getFormData()
Generated method - Getter of theYFormDataHistory.formDataattribute defined at extensionxyformsservices.- Returns:
- the formData
-
getFormDataId
@Accessor(qualifier="formDataId", type=GETTER) public java.lang.String getFormDataId()
Generated method - Getter of theYFormDataHistory.formDataIdattribute defined at extensionxyformsservices.- Returns:
- the formDataId
-
setContent
@Accessor(qualifier="content", type=SETTER) public void setContent(java.lang.String value)
Generated method - Setter ofYFormDataHistory.contentattribute defined at extensionxyformsservices.- Parameters:
value- the content
-
setFormData
@Accessor(qualifier="formData", type=SETTER) public void setFormData(YFormDataModel value)
Generated method - Setter ofYFormDataHistory.formDataattribute defined at extensionxyformsservices.- Parameters:
value- the formData
-
-