public class YFormDataHistoryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_YFORMDATA2YFORMDATAHISTORYRELATION
Generated relation code constant for relation
YFormData2YFormDataHistoryRelation defining source attribute formData in extension xyformsservices. |
static String |
CONTENT
Generated constant - Attribute key of
YFormDataHistory.content attribute defined at extension xyformsservices. |
static String |
FORMDATA
Generated constant - Attribute key of
YFormDataHistory.formData attribute defined at extension xyformsservices. |
static String |
FORMDATAID
Generated constant - Attribute key of
YFormDataHistory.formDataId attribute defined at extension xyformsservices. |
static String |
FORMDATAPOS
Generated constant - Attribute key of
YFormDataHistory.formDataPOS attribute defined at extension xyformsservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
YFormDataHistoryModel()
Generated constructor - Default constructor for generic creation.
|
YFormDataHistoryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
YFormDataHistoryModel(String _formDataId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
YFormDataHistoryModel(String _formDataId,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Generated method - Getter of the
YFormDataHistory.content attribute defined at extension xyformsservices. |
YFormDataModel |
getFormData()
Generated method - Getter of the
YFormDataHistory.formData attribute defined at extension xyformsservices. |
String |
getFormDataId()
Generated method - Getter of the
YFormDataHistory.formDataId attribute defined at extension xyformsservices. |
void |
setContent(String value)
Generated method - Setter of
YFormDataHistory.content attribute defined at extension xyformsservices. |
void |
setFormData(YFormDataModel value)
Generated method - Setter of
YFormDataHistory.formData attribute defined at extension xyformsservices. |
void |
setFormDataId(String value)
Generated method - Setter of
YFormDataHistory.formDataId attribute defined at extension xyformsservices. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String _YFORMDATA2YFORMDATAHISTORYRELATION
YFormData2YFormDataHistoryRelation defining source attribute formData in extension xyformsservices.public static final String FORMDATAID
YFormDataHistory.formDataId attribute defined at extension xyformsservices.public static final String CONTENT
YFormDataHistory.content attribute defined at extension xyformsservices.public static final String FORMDATAPOS
YFormDataHistory.formDataPOS attribute defined at extension xyformsservices.public static final String FORMDATA
YFormDataHistory.formData attribute defined at extension xyformsservices.public YFormDataHistoryModel()
public YFormDataHistoryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public YFormDataHistoryModel(String _formDataId)
_formDataId - initial attribute declared by type YFormDataHistory at extension xyformsservices@Deprecated public YFormDataHistoryModel(String _formDataId, ItemModel _owner)
_formDataId - initial attribute declared by type YFormDataHistory at extension xyformsservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="content", type=GETTER) public String getContent()
YFormDataHistory.content attribute defined at extension xyformsservices.@Accessor(qualifier="formData", type=GETTER) public YFormDataModel getFormData()
YFormDataHistory.formData attribute defined at extension xyformsservices.@Accessor(qualifier="formDataId", type=GETTER) public String getFormDataId()
YFormDataHistory.formDataId attribute defined at extension xyformsservices.@Accessor(qualifier="content", type=SETTER) public void setContent(String value)
YFormDataHistory.content attribute defined at extension xyformsservices.value - the content@Accessor(qualifier="formData", type=SETTER) public void setFormData(YFormDataModel value)
YFormDataHistory.formData attribute defined at extension xyformsservices.value - the formDataCopyright © 2017 SAP SE. All Rights Reserved.