public class PatchExecutionUnitModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_PATCHEXECUTION2PATCHEXECUTIONUNITREL
Generated relation code constant for relation
PatchExecution2PatchExecutionUnitRel defining source attribute patch in extension patches. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONTENTHASH
Generated constant - Attribute key of
PatchExecutionUnit.contentHash attribute defined at extension patches. |
static java.lang.String |
CRONJOB
Generated constant - Attribute key of
PatchExecutionUnit.cronjob attribute defined at extension patches. |
static java.lang.String |
ERRORLOG
Generated constant - Attribute key of
PatchExecutionUnit.errorLog attribute defined at extension patches. |
static java.lang.String |
EXECUTIONSTATUS
Generated constant - Attribute key of
PatchExecutionUnit.executionStatus attribute defined at extension patches. |
static java.lang.String |
EXECUTIONTIME
Generated constant - Attribute key of
PatchExecutionUnit.executionTime attribute defined at extension patches. |
static java.lang.String |
EXECUTIONTYPE
Generated constant - Attribute key of
PatchExecutionUnit.executionType attribute defined at extension patches. |
static java.lang.String |
IDHASH
Generated constant - Attribute key of
PatchExecutionUnit.idHash attribute defined at extension patches. |
static java.lang.String |
NAME
Generated constant - Attribute key of
PatchExecutionUnit.name attribute defined at extension patches. |
static java.lang.String |
ORDERNUMBER
Generated constant - Attribute key of
PatchExecutionUnit.orderNumber attribute defined at extension patches. |
static java.lang.String |
ORGANISATION
Generated constant - Attribute key of
PatchExecutionUnit.organisation attribute defined at extension patches. |
static java.lang.String |
PATCH
Generated constant - Attribute key of
PatchExecutionUnit.patch attribute defined at extension patches. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PatchExecutionUnitModel()
Generated constructor - Default constructor for generic creation.
|
PatchExecutionUnitModel(ExecutionUnitType _executionType,
java.lang.String _idHash,
java.lang.String _name,
java.lang.Integer _orderNumber)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PatchExecutionUnitModel(ExecutionUnitType _executionType,
java.lang.String _idHash,
java.lang.String _name,
java.lang.Integer _orderNumber,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PatchExecutionUnitModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentHash()
Generated method - Getter of the
PatchExecutionUnit.contentHash attribute defined at extension patches. |
CronJobModel |
getCronjob()
Generated method - Getter of the
PatchExecutionUnit.cronjob attribute defined at extension patches. |
java.lang.String |
getErrorLog()
Generated method - Getter of the
PatchExecutionUnit.errorLog attribute defined at extension patches. |
ExecutionStatus |
getExecutionStatus()
Generated method - Getter of the
PatchExecutionUnit.executionStatus attribute defined at extension patches. |
java.util.Date |
getExecutionTime()
Generated method - Getter of the
PatchExecutionUnit.executionTime attribute defined at extension patches. |
ExecutionUnitType |
getExecutionType()
Generated method - Getter of the
PatchExecutionUnit.executionType attribute defined at extension patches. |
java.lang.String |
getIdHash()
Generated method - Getter of the
PatchExecutionUnit.idHash attribute defined at extension patches. |
java.lang.String |
getName()
Generated method - Getter of the
PatchExecutionUnit.name attribute defined at extension patches. |
java.lang.Integer |
getOrderNumber()
Generated method - Getter of the
PatchExecutionUnit.orderNumber attribute defined at extension patches. |
java.lang.String |
getOrganisation()
Generated method - Getter of the
PatchExecutionUnit.organisation attribute defined at extension patches. |
PatchExecutionModel |
getPatch()
Generated method - Getter of the
PatchExecutionUnit.patch attribute defined at extension patches. |
void |
setContentHash(java.lang.String value)
Generated method - Setter of
PatchExecutionUnit.contentHash attribute defined at extension patches. |
void |
setCronjob(CronJobModel value)
Generated method - Setter of
PatchExecutionUnit.cronjob attribute defined at extension patches. |
void |
setErrorLog(java.lang.String value)
Generated method - Setter of
PatchExecutionUnit.errorLog attribute defined at extension patches. |
void |
setExecutionStatus(ExecutionStatus value)
Generated method - Setter of
PatchExecutionUnit.executionStatus attribute defined at extension patches. |
void |
setExecutionTime(java.util.Date value)
Generated method - Setter of
PatchExecutionUnit.executionTime attribute defined at extension patches. |
void |
setExecutionType(ExecutionUnitType value)
Generated method - Setter of
PatchExecutionUnit.executionType attribute defined at extension patches. |
void |
setIdHash(java.lang.String value)
Generated method - Setter of
PatchExecutionUnit.idHash attribute defined at extension patches. |
void |
setName(java.lang.String value)
Generated method - Setter of
PatchExecutionUnit.name attribute defined at extension patches. |
void |
setOrderNumber(java.lang.Integer value)
Generated method - Setter of
PatchExecutionUnit.orderNumber attribute defined at extension patches. |
void |
setOrganisation(java.lang.String value)
Generated method - Setter of
PatchExecutionUnit.organisation attribute defined at extension patches. |
void |
setPatch(PatchExecutionModel value)
Generated method - Setter of
PatchExecutionUnit.patch attribute defined at extension patches. |
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 _PATCHEXECUTION2PATCHEXECUTIONUNITREL
PatchExecution2PatchExecutionUnitRel defining source attribute patch in extension patches.public static final java.lang.String IDHASH
PatchExecutionUnit.idHash attribute defined at extension patches.public static final java.lang.String NAME
PatchExecutionUnit.name attribute defined at extension patches.public static final java.lang.String ORDERNUMBER
PatchExecutionUnit.orderNumber attribute defined at extension patches.public static final java.lang.String ORGANISATION
PatchExecutionUnit.organisation attribute defined at extension patches.public static final java.lang.String EXECUTIONSTATUS
PatchExecutionUnit.executionStatus attribute defined at extension patches.public static final java.lang.String EXECUTIONTYPE
PatchExecutionUnit.executionType attribute defined at extension patches.public static final java.lang.String EXECUTIONTIME
PatchExecutionUnit.executionTime attribute defined at extension patches.public static final java.lang.String CONTENTHASH
PatchExecutionUnit.contentHash attribute defined at extension patches.public static final java.lang.String ERRORLOG
PatchExecutionUnit.errorLog attribute defined at extension patches.public static final java.lang.String CRONJOB
PatchExecutionUnit.cronjob attribute defined at extension patches.public static final java.lang.String PATCH
PatchExecutionUnit.patch attribute defined at extension patches.public PatchExecutionUnitModel()
public PatchExecutionUnitModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PatchExecutionUnitModel(ExecutionUnitType _executionType, java.lang.String _idHash, java.lang.String _name, java.lang.Integer _orderNumber)
_executionType - initial attribute declared by type PatchExecutionUnit at extension patches_idHash - initial attribute declared by type PatchExecutionUnit at extension patches_name - initial attribute declared by type PatchExecutionUnit at extension patches_orderNumber - initial attribute declared by type PatchExecutionUnit at extension patches@Deprecated public PatchExecutionUnitModel(ExecutionUnitType _executionType, java.lang.String _idHash, java.lang.String _name, java.lang.Integer _orderNumber, ItemModel _owner)
_executionType - initial attribute declared by type PatchExecutionUnit at extension patches_idHash - initial attribute declared by type PatchExecutionUnit at extension patches_name - initial attribute declared by type PatchExecutionUnit at extension patches_orderNumber - initial attribute declared by type PatchExecutionUnit at extension patches_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="contentHash", type=GETTER) public java.lang.String getContentHash()
PatchExecutionUnit.contentHash attribute defined at extension patches.@Accessor(qualifier="cronjob", type=GETTER) public CronJobModel getCronjob()
PatchExecutionUnit.cronjob attribute defined at extension patches.@Accessor(qualifier="errorLog", type=GETTER) public java.lang.String getErrorLog()
PatchExecutionUnit.errorLog attribute defined at extension patches.@Accessor(qualifier="executionStatus", type=GETTER) public ExecutionStatus getExecutionStatus()
PatchExecutionUnit.executionStatus attribute defined at extension patches.@Accessor(qualifier="executionTime", type=GETTER) public java.util.Date getExecutionTime()
PatchExecutionUnit.executionTime attribute defined at extension patches.@Accessor(qualifier="executionType", type=GETTER) public ExecutionUnitType getExecutionType()
PatchExecutionUnit.executionType attribute defined at extension patches.@Accessor(qualifier="idHash", type=GETTER) public java.lang.String getIdHash()
PatchExecutionUnit.idHash attribute defined at extension patches.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
PatchExecutionUnit.name attribute defined at extension patches.@Accessor(qualifier="orderNumber", type=GETTER) public java.lang.Integer getOrderNumber()
PatchExecutionUnit.orderNumber attribute defined at extension patches.@Accessor(qualifier="organisation", type=GETTER) public java.lang.String getOrganisation()
PatchExecutionUnit.organisation attribute defined at extension patches.@Accessor(qualifier="patch", type=GETTER) public PatchExecutionModel getPatch()
PatchExecutionUnit.patch attribute defined at extension patches.@Accessor(qualifier="contentHash", type=SETTER) public void setContentHash(java.lang.String value)
PatchExecutionUnit.contentHash attribute defined at extension patches.value - the contentHash - The impex content hash.@Accessor(qualifier="cronjob", type=SETTER) public void setCronjob(CronJobModel value)
PatchExecutionUnit.cronjob attribute defined at extension patches.value - the cronjob@Accessor(qualifier="errorLog", type=SETTER) public void setErrorLog(java.lang.String value)
PatchExecutionUnit.errorLog attribute defined at extension patches.value - the errorLog - Details about errors during the execution of specific patch execution unit element.@Accessor(qualifier="executionStatus", type=SETTER) public void setExecutionStatus(ExecutionStatus value)
PatchExecutionUnit.executionStatus attribute defined at extension patches.value - the executionStatus@Accessor(qualifier="executionTime", type=SETTER) public void setExecutionTime(java.util.Date value)
PatchExecutionUnit.executionTime attribute defined at extension patches.value - the executionTime - The time when the patch item was applied.@Accessor(qualifier="executionType", type=SETTER) public void setExecutionType(ExecutionUnitType value)
PatchExecutionUnit.executionType attribute defined at extension patches.value - the executionType@Accessor(qualifier="idHash", type=SETTER) public void setIdHash(java.lang.String value)
PatchExecutionUnit.idHash attribute defined at extension patches.value - the idHash - The execution unit id hash@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
PatchExecutionUnit.name attribute defined at extension patches.value - the name@Accessor(qualifier="orderNumber", type=SETTER) public void setOrderNumber(java.lang.Integer value)
PatchExecutionUnit.orderNumber attribute defined at extension patches.value - the orderNumber@Accessor(qualifier="organisation", type=SETTER) public void setOrganisation(java.lang.String value)
PatchExecutionUnit.organisation attribute defined at extension patches.value - the organisation@Accessor(qualifier="patch", type=SETTER) public void setPatch(PatchExecutionModel value)
PatchExecutionUnit.patch attribute defined at extension patches.value - the patchCopyright © 2018 SAP SE. All Rights Reserved.