public class ImpexDocumentIdModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DOCID
Generated constant - Attribute key of
ImpexDocumentId.docId attribute defined at extension impex. |
static java.lang.String |
ITEMPK
Generated constant - Attribute key of
ImpexDocumentId.itemPK attribute defined at extension impex. |
static java.lang.String |
ITEMQUALIFIER
Generated constant - Attribute key of
ImpexDocumentId.itemQualifier attribute defined at extension impex. |
static java.lang.String |
PROCESSCODE
Generated constant - Attribute key of
ImpexDocumentId.processCode attribute defined at extension impex. |
static java.lang.String |
RESOLVED
Generated constant - Attribute key of
ImpexDocumentId.resolved attribute defined at extension impex. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _docId,
PK _itemPK,
java.lang.String _itemQualifier,
java.lang.Boolean _resolved)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ImpexDocumentIdModel(java.lang.String _docId,
PK _itemPK,
java.lang.String _itemQualifier,
ItemModel _owner,
java.lang.Boolean _resolved)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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. |
java.lang.String |
getItemQualifier()
Generated method - Getter of the
ImpexDocumentId.itemQualifier attribute defined at extension impex. |
java.lang.String |
getProcessCode()
Generated method - Getter of the
ImpexDocumentId.processCode attribute defined at extension impex. |
java.lang.Boolean |
getResolved()
Generated method - Getter of the
ImpexDocumentId.resolved attribute defined at extension impex. |
void |
setDocId(java.lang.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(java.lang.String value)
Generated method - Setter of
ImpexDocumentId.itemQualifier attribute defined at extension impex. |
void |
setProcessCode(java.lang.String value)
Generated method - Setter of
ImpexDocumentId.processCode attribute defined at extension impex. |
void |
setResolved(java.lang.Boolean value)
Generated method - Setter of
ImpexDocumentId.resolved attribute defined at extension impex. |
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 PROCESSCODE
ImpexDocumentId.processCode attribute defined at extension impex.public static final java.lang.String DOCID
ImpexDocumentId.docId attribute defined at extension impex.public static final java.lang.String ITEMQUALIFIER
ImpexDocumentId.itemQualifier attribute defined at extension impex.public static final java.lang.String ITEMPK
ImpexDocumentId.itemPK attribute defined at extension impex.public static final java.lang.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(java.lang.String _docId,
PK _itemPK,
java.lang.String _itemQualifier,
java.lang.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(java.lang.String _docId,
PK _itemPK,
java.lang.String _itemQualifier,
ItemModel _owner,
java.lang.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 java.lang.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 java.lang.String getItemQualifier()
ImpexDocumentId.itemQualifier attribute defined at extension impex.@Accessor(qualifier="processCode", type=GETTER) public java.lang.String getProcessCode()
ImpexDocumentId.processCode attribute defined at extension impex.@Accessor(qualifier="resolved", type=GETTER) public java.lang.Boolean getResolved()
ImpexDocumentId.resolved attribute defined at extension impex.@Accessor(qualifier="docId", type=SETTER) public void setDocId(java.lang.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(java.lang.String value)
ImpexDocumentId.itemQualifier attribute defined at extension impex.value - the itemQualifier@Accessor(qualifier="processCode", type=SETTER) public void setProcessCode(java.lang.String value)
ImpexDocumentId.processCode attribute defined at extension impex.value - the processCodeCopyright © 2018 SAP SE. All Rights Reserved.