Package de.hybris.platform.patches.jalo
Class GeneratedPatchExecutionUnit
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.patches.jalo.GeneratedPatchExecutionUnit
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
PatchExecutionUnit
public abstract class GeneratedPatchExecutionUnit extends GenericItem
Generated class for typePatchExecutionUnit
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONTENTHASH
Qualifier of thePatchExecutionUnit.contentHash
attributestatic java.lang.String
CRONJOB
Qualifier of thePatchExecutionUnit.cronjob
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
ERRORLOG
Qualifier of thePatchExecutionUnit.errorLog
attributestatic java.lang.String
EXECUTIONSTATUS
Qualifier of thePatchExecutionUnit.executionStatus
attributestatic java.lang.String
EXECUTIONTIME
Qualifier of thePatchExecutionUnit.executionTime
attributestatic java.lang.String
EXECUTIONTYPE
Qualifier of thePatchExecutionUnit.executionType
attributestatic java.lang.String
IDHASH
Qualifier of thePatchExecutionUnit.idHash
attributestatic java.lang.String
NAME
Qualifier of thePatchExecutionUnit.name
attributestatic java.lang.String
ORDERNUMBER
Qualifier of thePatchExecutionUnit.orderNumber
attributestatic java.lang.String
ORGANISATION
Qualifier of thePatchExecutionUnit.organisation
attributestatic java.lang.String
PATCH
Qualifier of thePatchExecutionUnit.patch
attributeprotected static BidirectionalOneToManyHandler<GeneratedPatchExecutionUnit>
PATCHHANDLER
BidirectionalOneToManyHandler
for handling 1:n PATCH's relation attributes from 'one' side.-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedPatchExecutionUnit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.java.lang.String
getContentHash()
Generated method - Getter of thePatchExecutionUnit.contentHash
attribute.java.lang.String
getContentHash(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.contentHash
attribute.CronJob
getCronjob()
Generated method - Getter of thePatchExecutionUnit.cronjob
attribute.CronJob
getCronjob(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.cronjob
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getErrorLog()
Generated method - Getter of thePatchExecutionUnit.errorLog
attribute.java.lang.String
getErrorLog(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.errorLog
attribute.EnumerationValue
getExecutionStatus()
Generated method - Getter of thePatchExecutionUnit.executionStatus
attribute.EnumerationValue
getExecutionStatus(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.executionStatus
attribute.java.util.Date
getExecutionTime()
Generated method - Getter of thePatchExecutionUnit.executionTime
attribute.java.util.Date
getExecutionTime(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.executionTime
attribute.EnumerationValue
getExecutionType()
Generated method - Getter of thePatchExecutionUnit.executionType
attribute.EnumerationValue
getExecutionType(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.executionType
attribute.java.lang.String
getIdHash()
Generated method - Getter of thePatchExecutionUnit.idHash
attribute.java.lang.String
getIdHash(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.idHash
attribute.java.lang.String
getName()
Generated method - Getter of thePatchExecutionUnit.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.name
attribute.java.lang.Integer
getOrderNumber()
Generated method - Getter of thePatchExecutionUnit.orderNumber
attribute.java.lang.Integer
getOrderNumber(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.orderNumber
attribute.int
getOrderNumberAsPrimitive()
Generated method - Getter of thePatchExecutionUnit.orderNumber
attribute.int
getOrderNumberAsPrimitive(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.orderNumber
attribute.java.lang.String
getOrganisation()
Generated method - Getter of thePatchExecutionUnit.organisation
attribute.java.lang.String
getOrganisation(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.organisation
attribute.PatchExecution
getPatch()
Generated method - Getter of thePatchExecutionUnit.patch
attribute.PatchExecution
getPatch(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.patch
attribute.void
setContentHash(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.contentHash
attribute.void
setContentHash(java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.contentHash
attribute.void
setCronjob(CronJob value)
Generated method - Setter of thePatchExecutionUnit.cronjob
attribute.void
setCronjob(SessionContext ctx, CronJob value)
Generated method - Setter of thePatchExecutionUnit.cronjob
attribute.void
setErrorLog(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.errorLog
attribute.void
setErrorLog(java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.errorLog
attribute.void
setExecutionStatus(EnumerationValue value)
Generated method - Setter of thePatchExecutionUnit.executionStatus
attribute.void
setExecutionStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of thePatchExecutionUnit.executionStatus
attribute.void
setExecutionTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of thePatchExecutionUnit.executionTime
attribute.void
setExecutionTime(java.util.Date value)
Generated method - Setter of thePatchExecutionUnit.executionTime
attribute.void
setExecutionType(EnumerationValue value)
Generated method - Setter of thePatchExecutionUnit.executionType
attribute.void
setExecutionType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of thePatchExecutionUnit.executionType
attribute.void
setIdHash(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.idHash
attribute.void
setIdHash(java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.idHash
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.name
attribute.void
setOrderNumber(int value)
Generated method - Setter of thePatchExecutionUnit.orderNumber
attribute.void
setOrderNumber(SessionContext ctx, int value)
Generated method - Setter of thePatchExecutionUnit.orderNumber
attribute.void
setOrderNumber(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of thePatchExecutionUnit.orderNumber
attribute.void
setOrderNumber(java.lang.Integer value)
Generated method - Setter of thePatchExecutionUnit.orderNumber
attribute.void
setOrganisation(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.organisation
attribute.void
setOrganisation(java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.organisation
attribute.void
setPatch(SessionContext ctx, PatchExecution value)
Generated method - Setter of thePatchExecutionUnit.patch
attribute.void
setPatch(PatchExecution value)
Generated method - Setter of thePatchExecutionUnit.patch
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
IDHASH
public static final java.lang.String IDHASH
Qualifier of thePatchExecutionUnit.idHash
attribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of thePatchExecutionUnit.name
attribute- See Also:
- Constant Field Values
-
ORDERNUMBER
public static final java.lang.String ORDERNUMBER
Qualifier of thePatchExecutionUnit.orderNumber
attribute- See Also:
- Constant Field Values
-
ORGANISATION
public static final java.lang.String ORGANISATION
Qualifier of thePatchExecutionUnit.organisation
attribute- See Also:
- Constant Field Values
-
EXECUTIONSTATUS
public static final java.lang.String EXECUTIONSTATUS
Qualifier of thePatchExecutionUnit.executionStatus
attribute- See Also:
- Constant Field Values
-
EXECUTIONTYPE
public static final java.lang.String EXECUTIONTYPE
Qualifier of thePatchExecutionUnit.executionType
attribute- See Also:
- Constant Field Values
-
EXECUTIONTIME
public static final java.lang.String EXECUTIONTIME
Qualifier of thePatchExecutionUnit.executionTime
attribute- See Also:
- Constant Field Values
-
CONTENTHASH
public static final java.lang.String CONTENTHASH
Qualifier of thePatchExecutionUnit.contentHash
attribute- See Also:
- Constant Field Values
-
ERRORLOG
public static final java.lang.String ERRORLOG
Qualifier of thePatchExecutionUnit.errorLog
attribute- See Also:
- Constant Field Values
-
CRONJOB
public static final java.lang.String CRONJOB
Qualifier of thePatchExecutionUnit.cronjob
attribute- See Also:
- Constant Field Values
-
PATCH
public static final java.lang.String PATCH
Qualifier of thePatchExecutionUnit.patch
attribute- See Also:
- Constant Field Values
-
PATCHHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedPatchExecutionUnit> PATCHHANDLER
BidirectionalOneToManyHandler
for handling 1:n PATCH's relation attributes from 'one' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getContentHash
public java.lang.String getContentHash(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.contentHash
attribute.- Returns:
- the contentHash - The impex content hash.
-
getContentHash
public java.lang.String getContentHash()
Generated method - Getter of thePatchExecutionUnit.contentHash
attribute.- Returns:
- the contentHash - The impex content hash.
-
setContentHash
public void setContentHash(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.contentHash
attribute.- Parameters:
value
- the contentHash - The impex content hash.
-
setContentHash
public void setContentHash(java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.contentHash
attribute.- Parameters:
value
- the contentHash - The impex content hash.
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map)
.In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)
too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
getCronjob
public CronJob getCronjob(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.cronjob
attribute.- Returns:
- the cronjob
-
getCronjob
public CronJob getCronjob()
Generated method - Getter of thePatchExecutionUnit.cronjob
attribute.- Returns:
- the cronjob
-
setCronjob
public void setCronjob(SessionContext ctx, CronJob value)
Generated method - Setter of thePatchExecutionUnit.cronjob
attribute.- Parameters:
value
- the cronjob
-
setCronjob
public void setCronjob(CronJob value)
Generated method - Setter of thePatchExecutionUnit.cronjob
attribute.- Parameters:
value
- the cronjob
-
getErrorLog
public java.lang.String getErrorLog(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.errorLog
attribute.- Returns:
- the errorLog - Details about errors during the execution of specific patch execution unit element.
-
getErrorLog
public java.lang.String getErrorLog()
Generated method - Getter of thePatchExecutionUnit.errorLog
attribute.- Returns:
- the errorLog - Details about errors during the execution of specific patch execution unit element.
-
setErrorLog
public void setErrorLog(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.errorLog
attribute.- Parameters:
value
- the errorLog - Details about errors during the execution of specific patch execution unit element.
-
setErrorLog
public void setErrorLog(java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.errorLog
attribute.- Parameters:
value
- the errorLog - Details about errors during the execution of specific patch execution unit element.
-
getExecutionStatus
public EnumerationValue getExecutionStatus(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.executionStatus
attribute.- Returns:
- the executionStatus
-
getExecutionStatus
public EnumerationValue getExecutionStatus()
Generated method - Getter of thePatchExecutionUnit.executionStatus
attribute.- Returns:
- the executionStatus
-
setExecutionStatus
public void setExecutionStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of thePatchExecutionUnit.executionStatus
attribute.- Parameters:
value
- the executionStatus
-
setExecutionStatus
public void setExecutionStatus(EnumerationValue value)
Generated method - Setter of thePatchExecutionUnit.executionStatus
attribute.- Parameters:
value
- the executionStatus
-
getExecutionTime
public java.util.Date getExecutionTime(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.executionTime
attribute.- Returns:
- the executionTime - The time when the patch item was applied.
-
getExecutionTime
public java.util.Date getExecutionTime()
Generated method - Getter of thePatchExecutionUnit.executionTime
attribute.- Returns:
- the executionTime - The time when the patch item was applied.
-
setExecutionTime
public void setExecutionTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of thePatchExecutionUnit.executionTime
attribute.- Parameters:
value
- the executionTime - The time when the patch item was applied.
-
setExecutionTime
public void setExecutionTime(java.util.Date value)
Generated method - Setter of thePatchExecutionUnit.executionTime
attribute.- Parameters:
value
- the executionTime - The time when the patch item was applied.
-
getExecutionType
public EnumerationValue getExecutionType(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.executionType
attribute.- Returns:
- the executionType
-
getExecutionType
public EnumerationValue getExecutionType()
Generated method - Getter of thePatchExecutionUnit.executionType
attribute.- Returns:
- the executionType
-
setExecutionType
public void setExecutionType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of thePatchExecutionUnit.executionType
attribute.- Parameters:
value
- the executionType
-
setExecutionType
public void setExecutionType(EnumerationValue value)
Generated method - Setter of thePatchExecutionUnit.executionType
attribute.- Parameters:
value
- the executionType
-
getIdHash
public java.lang.String getIdHash(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.idHash
attribute.- Returns:
- the idHash - The execution unit id hash
-
getIdHash
public java.lang.String getIdHash()
Generated method - Getter of thePatchExecutionUnit.idHash
attribute.- Returns:
- the idHash - The execution unit id hash
-
setIdHash
public void setIdHash(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.idHash
attribute.- Parameters:
value
- the idHash - The execution unit id hash
-
setIdHash
public void setIdHash(java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.idHash
attribute.- Parameters:
value
- the idHash - The execution unit id hash
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.name
attribute.- Returns:
- the name
-
getName
public java.lang.String getName()
Generated method - Getter of thePatchExecutionUnit.name
attribute.- Returns:
- the name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.name
attribute.- Parameters:
value
- the name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.name
attribute.- Parameters:
value
- the name
-
getOrderNumber
public java.lang.Integer getOrderNumber(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.orderNumber
attribute.- Returns:
- the orderNumber
-
getOrderNumber
public java.lang.Integer getOrderNumber()
Generated method - Getter of thePatchExecutionUnit.orderNumber
attribute.- Returns:
- the orderNumber
-
getOrderNumberAsPrimitive
public int getOrderNumberAsPrimitive(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.orderNumber
attribute.- Returns:
- the orderNumber
-
getOrderNumberAsPrimitive
public int getOrderNumberAsPrimitive()
Generated method - Getter of thePatchExecutionUnit.orderNumber
attribute.- Returns:
- the orderNumber
-
setOrderNumber
public void setOrderNumber(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of thePatchExecutionUnit.orderNumber
attribute.- Parameters:
value
- the orderNumber
-
setOrderNumber
public void setOrderNumber(java.lang.Integer value)
Generated method - Setter of thePatchExecutionUnit.orderNumber
attribute.- Parameters:
value
- the orderNumber
-
setOrderNumber
public void setOrderNumber(SessionContext ctx, int value)
Generated method - Setter of thePatchExecutionUnit.orderNumber
attribute.- Parameters:
value
- the orderNumber
-
setOrderNumber
public void setOrderNumber(int value)
Generated method - Setter of thePatchExecutionUnit.orderNumber
attribute.- Parameters:
value
- the orderNumber
-
getOrganisation
public java.lang.String getOrganisation(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.organisation
attribute.- Returns:
- the organisation
-
getOrganisation
public java.lang.String getOrganisation()
Generated method - Getter of thePatchExecutionUnit.organisation
attribute.- Returns:
- the organisation
-
setOrganisation
public void setOrganisation(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.organisation
attribute.- Parameters:
value
- the organisation
-
setOrganisation
public void setOrganisation(java.lang.String value)
Generated method - Setter of thePatchExecutionUnit.organisation
attribute.- Parameters:
value
- the organisation
-
getPatch
public PatchExecution getPatch(SessionContext ctx)
Generated method - Getter of thePatchExecutionUnit.patch
attribute.- Returns:
- the patch
-
getPatch
public PatchExecution getPatch()
Generated method - Getter of thePatchExecutionUnit.patch
attribute.- Returns:
- the patch
-
setPatch
public void setPatch(SessionContext ctx, PatchExecution value)
Generated method - Setter of thePatchExecutionUnit.patch
attribute.- Parameters:
value
- the patch
-
setPatch
public void setPatch(PatchExecution value)
Generated method - Setter of thePatchExecutionUnit.patch
attribute.- Parameters:
value
- the patch
-
-