Class YFormDataModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.xyformsservices.model.YFormDataModel
- All Implemented Interfaces:
Serializable
Generated model class for type YFormData 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 relationYFormDefinition2YFormDataRelationdefining source attributeformDefinitionin extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormData.applicationIdattribute defined at extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormData.contentattribute defined at extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormData.formDefinitionattribute defined at extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormData.formIdattribute defined at extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormData.historyattribute defined at extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormData.idattribute defined at extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormData.refIdattribute defined at extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormData.systemattribute defined at extensionxyformsservices.static final StringGenerated constant - Attribute key ofYFormData.typeattribute 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 contextYFormDataModel(String _applicationId, String _formId, String _id) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersYFormDataModel(String _applicationId, String _formId, String _id, 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 theYFormData.applicationIdattribute defined at extensionxyformsservices.Generated method - Getter of theYFormData.contentattribute defined at extensionxyformsservices.Generated method - Getter of theYFormData.formDefinitionattribute defined at extensionxyformsservices.Generated method - Getter of theYFormData.formIdattribute defined at extensionxyformsservices.Generated method - Getter of theYFormData.historyattribute defined at extensionxyformsservices.getId()Generated method - Getter of theYFormData.idattribute defined at extensionxyformsservices.getRefId()Generated method - Getter of theYFormData.refIdattribute defined at extensionxyformsservices.Generated method - Getter of theYFormData.systemattribute defined at extensionxyformsservices.getType()Generated method - Getter of theYFormData.typeattribute defined at extensionxyformsservices.voidsetApplicationId(String value) Generated method - Setter ofYFormData.applicationIdattribute defined at extensionxyformsservices.voidsetContent(String value) Generated method - Setter ofYFormData.contentattribute defined at extensionxyformsservices.voidGenerated method - Setter ofYFormData.formDefinitionattribute defined at extensionxyformsservices.voidGenerated method - Setter ofYFormData.formIdattribute defined at extensionxyformsservices.voidsetHistory(List<YFormDataHistoryModel> value) Generated method - Setter ofYFormData.historyattribute defined at extensionxyformsservices.voidGenerated method - Setter ofYFormData.idattribute defined at extensionxyformsservices.voidGenerated method - Setter ofYFormData.refIdattribute defined at extensionxyformsservices.voidGenerated method - Setter ofYFormData.systemattribute defined at extensionxyformsservices.voidsetType(YFormDataTypeEnum value) Generated method - Setter ofYFormData.typeattribute 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:
-
_YFORMDEFINITION2YFORMDATARELATION
Generated relation code constant for relationYFormDefinition2YFormDataRelationdefining source attributeformDefinitionin extensionxyformsservices.- See Also:
-
ID
Generated constant - Attribute key ofYFormData.idattribute defined at extensionxyformsservices.- See Also:
-
APPLICATIONID
Generated constant - Attribute key ofYFormData.applicationIdattribute defined at extensionxyformsservices.- See Also:
-
FORMID
Generated constant - Attribute key ofYFormData.formIdattribute defined at extensionxyformsservices.- See Also:
-
REFID
Generated constant - Attribute key ofYFormData.refIdattribute defined at extensionxyformsservices.- See Also:
-
SYSTEM
Generated constant - Attribute key ofYFormData.systemattribute defined at extensionxyformsservices.- See Also:
-
TYPE
Generated constant - Attribute key ofYFormData.typeattribute defined at extensionxyformsservices.- See Also:
-
CONTENT
Generated constant - Attribute key ofYFormData.contentattribute defined at extensionxyformsservices.- See Also:
-
FORMDEFINITION
Generated constant - Attribute key ofYFormData.formDefinitionattribute defined at extensionxyformsservices.- See Also:
-
HISTORY
Generated constant - Attribute key ofYFormData.historyattribute defined at extensionxyformsservices.- See Also:
-
-
Constructor Details
-
YFormDataModel
public YFormDataModel()Generated constructor - Default constructor for generic creation. -
YFormDataModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
YFormDataModel
@Deprecated(since="4.1.1", forRemoval=true) public YFormDataModel(String _applicationId, String _formId, String _id) 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:
_applicationId- initial attribute declared by typeYFormDataat extensionxyformsservices_formId- initial attribute declared by typeYFormDataat extensionxyformsservices_id- initial attribute declared by typeYFormDataat extensionxyformsservices
-
YFormDataModel
@Deprecated(since="4.1.1", forRemoval=true) public YFormDataModel(String _applicationId, String _formId, String _id, 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:
_applicationId- initial attribute declared by typeYFormDataat extensionxyformsservices_formId- initial attribute declared by typeYFormDataat extensionxyformsservices_id- initial attribute declared by typeYFormDataat extensionxyformsservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getApplicationId
Generated method - Getter of theYFormData.applicationIdattribute defined at extensionxyformsservices.- Returns:
- the applicationId
-
getContent
Generated method - Getter of theYFormData.contentattribute defined at extensionxyformsservices.- Returns:
- the content
-
getFormDefinition
Generated method - Getter of theYFormData.formDefinitionattribute defined at extensionxyformsservices.- Returns:
- the formDefinition
-
getFormId
Generated method - Getter of theYFormData.formIdattribute defined at extensionxyformsservices.- Returns:
- the formId
-
getHistory
Generated method - Getter of theYFormData.historyattribute defined at extensionxyformsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the history
-
getId
Generated method - Getter of theYFormData.idattribute defined at extensionxyformsservices.- Returns:
- the id
-
getRefId
Generated method - Getter of theYFormData.refIdattribute defined at extensionxyformsservices.- Returns:
- the refId
-
getSystem
Generated method - Getter of theYFormData.systemattribute defined at extensionxyformsservices.- Returns:
- the system
-
getType
Generated method - Getter of theYFormData.typeattribute defined at extensionxyformsservices.- Returns:
- the type
-
setApplicationId
Generated method - Setter ofYFormData.applicationIdattribute defined at extensionxyformsservices.- Parameters:
value- the applicationId
-
setContent
Generated method - Setter ofYFormData.contentattribute defined at extensionxyformsservices.- Parameters:
value- the content
-
setFormDefinition
@Accessor(qualifier="formDefinition", type=SETTER) public void setFormDefinition(YFormDefinitionModel value) Generated method - Setter ofYFormData.formDefinitionattribute defined at extensionxyformsservices.- Parameters:
value- the formDefinition
-
setFormId
Generated method - Setter ofYFormData.formIdattribute defined at extensionxyformsservices.- Parameters:
value- the formId
-
setHistory
@Accessor(qualifier="history", type=SETTER) public void setHistory(List<YFormDataHistoryModel> value) Generated method - Setter ofYFormData.historyattribute defined at extensionxyformsservices.- Parameters:
value- the history
-
setId
Generated method - Setter ofYFormData.idattribute defined at extensionxyformsservices.- Parameters:
value- the id
-
setRefId
Generated method - Setter ofYFormData.refIdattribute defined at extensionxyformsservices.- Parameters:
value- the refId
-
setSystem
Generated method - Setter ofYFormData.systemattribute defined at extensionxyformsservices.- Parameters:
value- the system
-
setType
Generated method - Setter ofYFormData.typeattribute defined at extensionxyformsservices.- Parameters:
value- the type
-