public class ImpexDocumentIdModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DOCID
Generated constant - Attribute key of
ImpexDocumentId.docId attribute defined at extension impex. |
static String |
ITEMPK
Generated constant - Attribute key of
ImpexDocumentId.itemPK attribute defined at extension impex. |
static String |
ITEMQUALIFIER
Generated constant - Attribute key of
ImpexDocumentId.itemQualifier attribute defined at extension impex. |
static String |
PROCESSCODE
Generated constant - Attribute key of
ImpexDocumentId.processCode attribute defined at extension impex. |
static String |
RESOLVED
Generated constant - Attribute key of
ImpexDocumentId.resolved attribute defined at extension impex. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ImpexDocumentIdModel()
Generated constructor - Default constructor for generic creation.
|
ImpexDocumentIdModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ImpexDocumentIdModel(String _docId,
PK _itemPK,
String _itemQualifier,
Boolean _resolved)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ImpexDocumentIdModel(String _docId,
PK _itemPK,
String _itemQualifier,
ItemModel _owner,
Boolean _resolved)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDocId()
Generated method - Getter of the
ImpexDocumentId.docId attribute defined at extension impex. |
PK |
getItemPK()
Generated method - Getter of the
ImpexDocumentId.itemPK attribute defined at extension impex. |
String |
getItemQualifier()
Generated method - Getter of the
ImpexDocumentId.itemQualifier attribute defined at extension impex. |
String |
getProcessCode()
Generated method - Getter of the
ImpexDocumentId.processCode attribute defined at extension impex. |
Boolean |
getResolved()
Generated method - Getter of the
ImpexDocumentId.resolved attribute defined at extension impex. |
void |
setDocId(String value)
Generated method - Setter of
ImpexDocumentId.docId attribute defined at extension impex. |
void |
setItemPK(PK value)
Generated method - Setter of
ImpexDocumentId.itemPK attribute defined at extension impex. |
void |
setItemQualifier(String value)
Generated method - Setter of
ImpexDocumentId.itemQualifier attribute defined at extension impex. |
void |
setProcessCode(String value)
Generated method - Setter of
ImpexDocumentId.processCode attribute defined at extension impex. |
void |
setResolved(Boolean value)
Generated method - Setter of
ImpexDocumentId.resolved 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 PROCESSCODE
ImpexDocumentId.processCode attribute defined at extension impex.public static final String DOCID
ImpexDocumentId.docId attribute defined at extension impex.public static final String ITEMQUALIFIER
ImpexDocumentId.itemQualifier attribute defined at extension impex.public static final String ITEMPK
ImpexDocumentId.itemPK attribute defined at extension impex.public static final String RESOLVED
ImpexDocumentId.resolved attribute defined at extension impex.public ImpexDocumentIdModel()
public ImpexDocumentIdModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ImpexDocumentIdModel(String _docId, PK _itemPK, String _itemQualifier, Boolean _resolved)
_docId - initial attribute declared by type ImpexDocumentId at extension impex_itemPK - initial attribute declared by type ImpexDocumentId at extension impex_itemQualifier - initial attribute declared by type ImpexDocumentId at extension impex_resolved - initial attribute declared by type ImpexDocumentId at extension impex@Deprecated public ImpexDocumentIdModel(String _docId, PK _itemPK, String _itemQualifier, ItemModel _owner, Boolean _resolved)
_docId - initial attribute declared by type ImpexDocumentId at extension impex_itemPK - initial attribute declared by type ImpexDocumentId at extension impex_itemQualifier - initial attribute declared by type ImpexDocumentId at extension impex_owner - initial attribute declared by type Item at extension core_resolved - initial attribute declared by type ImpexDocumentId at extension impex@Accessor(qualifier="docId", type=GETTER) public String getDocId()
ImpexDocumentId.docId attribute defined at extension impex.@Accessor(qualifier="itemPK", type=GETTER) public PK getItemPK()
ImpexDocumentId.itemPK attribute defined at extension impex.@Accessor(qualifier="itemQualifier", type=GETTER) public String getItemQualifier()
ImpexDocumentId.itemQualifier attribute defined at extension impex.@Accessor(qualifier="processCode", type=GETTER) public String getProcessCode()
ImpexDocumentId.processCode attribute defined at extension impex.@Accessor(qualifier="resolved", type=GETTER) public Boolean getResolved()
ImpexDocumentId.resolved attribute defined at extension impex.@Accessor(qualifier="docId", type=SETTER) public void setDocId(String value)
ImpexDocumentId.docId attribute defined at extension impex.value - the docId@Accessor(qualifier="itemPK", type=SETTER) public void setItemPK(PK value)
ImpexDocumentId.itemPK attribute defined at extension impex.value - the itemPK@Accessor(qualifier="itemQualifier", type=SETTER) public void setItemQualifier(String value)
ImpexDocumentId.itemQualifier attribute defined at extension impex.value - the itemQualifier@Accessor(qualifier="processCode", type=SETTER) public void setProcessCode(String value)
ImpexDocumentId.processCode attribute defined at extension impex.value - the processCodeCopyright © 2017 SAP SE. All Rights Reserved.