public class YFormDataModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
_YFORMDEFINITION2YFORMDATARELATION
Generated relation code constant for relation
YFormDefinition2YFormDataRelation defining source attribute formDefinition in extension xyformsservices. |
static java.lang.String |
APPLICATIONID
Generated constant - Attribute key of
YFormData.applicationId attribute defined at extension xyformsservices. |
static java.lang.String |
CONTENT
Generated constant - Attribute key of
YFormData.content attribute defined at extension xyformsservices. |
static java.lang.String |
FORMDEFINITION
Generated constant - Attribute key of
YFormData.formDefinition attribute defined at extension xyformsservices. |
static java.lang.String |
FORMID
Generated constant - Attribute key of
YFormData.formId attribute defined at extension xyformsservices. |
static java.lang.String |
HISTORY
Generated constant - Attribute key of
YFormData.history attribute defined at extension xyformsservices. |
static java.lang.String |
ID
Generated constant - Attribute key of
YFormData.id attribute defined at extension xyformsservices. |
static java.lang.String |
REFID
Generated constant - Attribute key of
YFormData.refId attribute defined at extension xyformsservices. |
static java.lang.String |
SYSTEM
Generated constant - Attribute key of
YFormData.system attribute defined at extension xyformsservices. |
static java.lang.String |
TYPE
Generated constant - Attribute key of
YFormData.type attribute defined at extension xyformsservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
YFormDataModel()
Generated constructor - Default constructor for generic creation.
|
YFormDataModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
YFormDataModel(java.lang.String _applicationId,
java.lang.String _formId,
java.lang.String _id)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
YFormDataModel(java.lang.String _applicationId,
java.lang.String _formId,
java.lang.String _id,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplicationId()
Generated method - Getter of the
YFormData.applicationId attribute defined at extension xyformsservices. |
java.lang.String |
getContent()
Generated method - Getter of the
YFormData.content attribute defined at extension xyformsservices. |
YFormDefinitionModel |
getFormDefinition()
Generated method - Getter of the
YFormData.formDefinition attribute defined at extension xyformsservices. |
java.lang.String |
getFormId()
Generated method - Getter of the
YFormData.formId attribute defined at extension xyformsservices. |
java.util.List<YFormDataHistoryModel> |
getHistory()
Generated method - Getter of the
YFormData.history attribute defined at extension xyformsservices. |
java.lang.String |
getId()
Generated method - Getter of the
YFormData.id attribute defined at extension xyformsservices. |
java.lang.String |
getRefId()
Generated method - Getter of the
YFormData.refId attribute defined at extension xyformsservices. |
java.lang.Boolean |
getSystem()
Generated method - Getter of the
YFormData.system attribute defined at extension xyformsservices. |
YFormDataTypeEnum |
getType()
Generated method - Getter of the
YFormData.type attribute defined at extension xyformsservices. |
void |
setApplicationId(java.lang.String value)
Generated method - Setter of
YFormData.applicationId attribute defined at extension xyformsservices. |
void |
setContent(java.lang.String value)
Generated method - Setter of
YFormData.content attribute defined at extension xyformsservices. |
void |
setFormDefinition(YFormDefinitionModel value)
Generated method - Setter of
YFormData.formDefinition attribute defined at extension xyformsservices. |
void |
setFormId(java.lang.String value)
Generated method - Setter of
YFormData.formId attribute defined at extension xyformsservices. |
void |
setHistory(java.util.List<YFormDataHistoryModel> value)
Generated method - Setter of
YFormData.history attribute defined at extension xyformsservices. |
void |
setId(java.lang.String value)
Generated method - Setter of
YFormData.id attribute defined at extension xyformsservices. |
void |
setRefId(java.lang.String value)
Generated method - Setter of
YFormData.refId attribute defined at extension xyformsservices. |
void |
setSystem(java.lang.Boolean value)
Generated method - Setter of
YFormData.system attribute defined at extension xyformsservices. |
void |
setType(YFormDataTypeEnum value)
Generated method - Setter of
YFormData.type attribute defined at extension xyformsservices. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _YFORMDEFINITION2YFORMDATARELATION
YFormDefinition2YFormDataRelation defining source attribute formDefinition in extension xyformsservices.public static final java.lang.String ID
YFormData.id attribute defined at extension xyformsservices.public static final java.lang.String APPLICATIONID
YFormData.applicationId attribute defined at extension xyformsservices.public static final java.lang.String FORMID
YFormData.formId attribute defined at extension xyformsservices.public static final java.lang.String REFID
YFormData.refId attribute defined at extension xyformsservices.public static final java.lang.String SYSTEM
YFormData.system attribute defined at extension xyformsservices.public static final java.lang.String TYPE
YFormData.type attribute defined at extension xyformsservices.public static final java.lang.String CONTENT
YFormData.content attribute defined at extension xyformsservices.public static final java.lang.String FORMDEFINITION
YFormData.formDefinition attribute defined at extension xyformsservices.public static final java.lang.String HISTORY
YFormData.history attribute defined at extension xyformsservices.public YFormDataModel()
public YFormDataModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public YFormDataModel(java.lang.String _applicationId,
java.lang.String _formId,
java.lang.String _id)
_applicationId - initial attribute declared by type YFormData at extension xyformsservices_formId - initial attribute declared by type YFormData at extension xyformsservices_id - initial attribute declared by type YFormData at extension xyformsservices@Deprecated
public YFormDataModel(java.lang.String _applicationId,
java.lang.String _formId,
java.lang.String _id,
ItemModel _owner)
_applicationId - initial attribute declared by type YFormData at extension xyformsservices_formId - initial attribute declared by type YFormData at extension xyformsservices_id - initial attribute declared by type YFormData at extension xyformsservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="applicationId", type=GETTER) public java.lang.String getApplicationId()
YFormData.applicationId attribute defined at extension xyformsservices.@Accessor(qualifier="content", type=GETTER) public java.lang.String getContent()
YFormData.content attribute defined at extension xyformsservices.@Accessor(qualifier="formDefinition", type=GETTER) public YFormDefinitionModel getFormDefinition()
YFormData.formDefinition attribute defined at extension xyformsservices.@Accessor(qualifier="formId", type=GETTER) public java.lang.String getFormId()
YFormData.formId attribute defined at extension xyformsservices.@Accessor(qualifier="history", type=GETTER) public java.util.List<YFormDataHistoryModel> getHistory()
YFormData.history attribute defined at extension xyformsservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="id", type=GETTER) public java.lang.String getId()
YFormData.id attribute defined at extension xyformsservices.@Accessor(qualifier="refId", type=GETTER) public java.lang.String getRefId()
YFormData.refId attribute defined at extension xyformsservices.@Accessor(qualifier="system", type=GETTER) public java.lang.Boolean getSystem()
YFormData.system attribute defined at extension xyformsservices.@Accessor(qualifier="type", type=GETTER) public YFormDataTypeEnum getType()
YFormData.type attribute defined at extension xyformsservices.@Accessor(qualifier="applicationId", type=SETTER) public void setApplicationId(java.lang.String value)
YFormData.applicationId attribute defined at extension xyformsservices.value - the applicationId@Accessor(qualifier="content", type=SETTER) public void setContent(java.lang.String value)
YFormData.content attribute defined at extension xyformsservices.value - the content@Accessor(qualifier="formDefinition", type=SETTER) public void setFormDefinition(YFormDefinitionModel value)
YFormData.formDefinition attribute defined at extension xyformsservices.value - the formDefinition@Accessor(qualifier="formId", type=SETTER) public void setFormId(java.lang.String value)
YFormData.formId attribute defined at extension xyformsservices.value - the formId@Accessor(qualifier="history", type=SETTER) public void setHistory(java.util.List<YFormDataHistoryModel> value)
YFormData.history attribute defined at extension xyformsservices.value - the history@Accessor(qualifier="id", type=SETTER) public void setId(java.lang.String value)
YFormData.id attribute defined at extension xyformsservices.value - the id@Accessor(qualifier="refId", type=SETTER) public void setRefId(java.lang.String value)
YFormData.refId attribute defined at extension xyformsservices.value - the refId@Accessor(qualifier="system", type=SETTER) public void setSystem(java.lang.Boolean value)
YFormData.system attribute defined at extension xyformsservices.value - the system@Accessor(qualifier="type", type=SETTER) public void setType(YFormDataTypeEnum value)
YFormData.type attribute defined at extension xyformsservices.value - the typeCopyright © 2018 SAP SE. All Rights Reserved.