public class ImportBatchContentModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
ImportBatchContent.code attribute defined at extension impex. |
static String |
CONTENT
Generated constant - Attribute key of
ImportBatchContent.content attribute defined at extension impex. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ImportBatchContentModel()
Generated constructor - Default constructor for generic creation.
|
ImportBatchContentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ImportBatchContentModel(String _code,
String _content)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ImportBatchContentModel(String _code,
String _content,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
ImportBatchContent.code attribute defined at extension impex. |
String |
getContent()
Generated method - Getter of the
ImportBatchContent.content attribute defined at extension impex. |
void |
setCode(String value)
Generated method - Initial setter of
ImportBatchContent.code attribute defined at extension impex. |
void |
setContent(String value)
Generated method - Initial setter of
ImportBatchContent.content attribute defined at extension impex. |
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 CODE
ImportBatchContent.code attribute defined at extension impex.public static final String CONTENT
ImportBatchContent.content attribute defined at extension impex.public ImportBatchContentModel()
public ImportBatchContentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ImportBatchContentModel(String _code, String _content)
_code - initial attribute declared by type ImportBatchContent at extension impex_content - initial attribute declared by type ImportBatchContent at extension impex@Deprecated public ImportBatchContentModel(String _code, String _content, ItemModel _owner)
_code - initial attribute declared by type ImportBatchContent at extension impex_content - initial attribute declared by type ImportBatchContent at extension impex_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
ImportBatchContent.code attribute defined at extension impex.@Accessor(qualifier="content", type=GETTER) public String getContent()
ImportBatchContent.content attribute defined at extension impex.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
ImportBatchContent.code attribute defined at extension impex. Can only be used at creation of model - before first save.value - the codeCopyright © 2017 SAP SE. All Rights Reserved.