Package de.hybris.platform.payment.jalo
Class GeneratedPaymentTransactionEntry
- 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.payment.jalo.GeneratedPaymentTransactionEntry
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
PaymentTransactionEntry
public abstract class GeneratedPaymentTransactionEntry extends GenericItem
Generated class for typePaymentTransactionEntry
.- 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
AMOUNT
Qualifier of thePaymentTransactionEntry.amount
attributestatic java.lang.String
CODE
Qualifier of thePaymentTransactionEntry.code
attributestatic java.lang.String
CURRENCY
Qualifier of thePaymentTransactionEntry.currency
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
PAYMENTTRANSACTION
Qualifier of thePaymentTransactionEntry.paymentTransaction
attributeprotected static BidirectionalOneToManyHandler<GeneratedPaymentTransactionEntry>
PAYMENTTRANSACTIONHANDLER
BidirectionalOneToManyHandler
for handling 1:n PAYMENTTRANSACTION's relation attributes from 'one' side.static java.lang.String
REQUESTID
Qualifier of thePaymentTransactionEntry.requestId
attributestatic java.lang.String
REQUESTTOKEN
Qualifier of thePaymentTransactionEntry.requestToken
attributestatic java.lang.String
SUBSCRIPTIONID
Qualifier of thePaymentTransactionEntry.subscriptionID
attributestatic java.lang.String
TIME
Qualifier of thePaymentTransactionEntry.time
attributestatic java.lang.String
TRANSACTIONSTATUS
Qualifier of thePaymentTransactionEntry.transactionStatus
attributestatic java.lang.String
TRANSACTIONSTATUSDETAILS
Qualifier of thePaymentTransactionEntry.transactionStatusDetails
attributestatic java.lang.String
TYPE
Qualifier of thePaymentTransactionEntry.type
attributestatic java.lang.String
VERSIONID
Qualifier of thePaymentTransactionEntry.versionID
attribute-
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
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedPaymentTransactionEntry()
-
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.math.BigDecimal
getAmount()
Generated method - Getter of thePaymentTransactionEntry.amount
attribute.java.math.BigDecimal
getAmount(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.amount
attribute.java.lang.String
getCode()
Generated method - Getter of thePaymentTransactionEntry.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.code
attribute.Currency
getCurrency()
Generated method - Getter of thePaymentTransactionEntry.currency
attribute.Currency
getCurrency(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.currency
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
PaymentTransaction
getPaymentTransaction()
Generated method - Getter of thePaymentTransactionEntry.paymentTransaction
attribute.PaymentTransaction
getPaymentTransaction(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.paymentTransaction
attribute.java.lang.String
getRequestId()
Generated method - Getter of thePaymentTransactionEntry.requestId
attribute.java.lang.String
getRequestId(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.requestId
attribute.java.lang.String
getRequestToken()
Generated method - Getter of thePaymentTransactionEntry.requestToken
attribute.java.lang.String
getRequestToken(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.requestToken
attribute.java.lang.String
getSubscriptionID()
Generated method - Getter of thePaymentTransactionEntry.subscriptionID
attribute.java.lang.String
getSubscriptionID(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.subscriptionID
attribute.java.util.Date
getTime()
Generated method - Getter of thePaymentTransactionEntry.time
attribute.java.util.Date
getTime(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.time
attribute.java.lang.String
getTransactionStatus()
Generated method - Getter of thePaymentTransactionEntry.transactionStatus
attribute.java.lang.String
getTransactionStatus(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.transactionStatus
attribute.java.lang.String
getTransactionStatusDetails()
Generated method - Getter of thePaymentTransactionEntry.transactionStatusDetails
attribute.java.lang.String
getTransactionStatusDetails(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.transactionStatusDetails
attribute.EnumerationValue
getType()
Generated method - Getter of thePaymentTransactionEntry.type
attribute.EnumerationValue
getType(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.type
attribute.java.lang.String
getVersionID()
Generated method - Getter of thePaymentTransactionEntry.versionID
attribute.java.lang.String
getVersionID(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.versionID
attribute.void
setAmount(SessionContext ctx, java.math.BigDecimal value)
Generated method - Setter of thePaymentTransactionEntry.amount
attribute.void
setAmount(java.math.BigDecimal value)
Generated method - Setter of thePaymentTransactionEntry.amount
attribute.void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.code
attribute.void
setCode(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.code
attribute.void
setCurrency(Currency value)
Generated method - Setter of thePaymentTransactionEntry.currency
attribute.void
setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of thePaymentTransactionEntry.currency
attribute.void
setPaymentTransaction(SessionContext ctx, PaymentTransaction value)
Generated method - Setter of thePaymentTransactionEntry.paymentTransaction
attribute.void
setPaymentTransaction(PaymentTransaction value)
Generated method - Setter of thePaymentTransactionEntry.paymentTransaction
attribute.void
setRequestId(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestId
attribute.void
setRequestId(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestId
attribute.void
setRequestToken(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestToken
attribute.void
setRequestToken(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestToken
attribute.void
setSubscriptionID(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.subscriptionID
attribute.void
setSubscriptionID(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.subscriptionID
attribute.void
setTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of thePaymentTransactionEntry.time
attribute.void
setTime(java.util.Date value)
Generated method - Setter of thePaymentTransactionEntry.time
attribute.void
setTransactionStatus(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatus
attribute.void
setTransactionStatus(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatus
attribute.void
setTransactionStatusDetails(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatusDetails
attribute.void
setTransactionStatusDetails(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatusDetails
attribute.void
setType(EnumerationValue value)
Generated method - Setter of thePaymentTransactionEntry.type
attribute.void
setType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of thePaymentTransactionEntry.type
attribute.protected void
setVersionID(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.versionID
attribute.protected void
setVersionID(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.versionID
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
-
TYPE
public static final java.lang.String TYPE
Qualifier of thePaymentTransactionEntry.type
attribute- See Also:
- Constant Field Values
-
AMOUNT
public static final java.lang.String AMOUNT
Qualifier of thePaymentTransactionEntry.amount
attribute- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Qualifier of thePaymentTransactionEntry.currency
attribute- See Also:
- Constant Field Values
-
TIME
public static final java.lang.String TIME
Qualifier of thePaymentTransactionEntry.time
attribute- See Also:
- Constant Field Values
-
TRANSACTIONSTATUS
public static final java.lang.String TRANSACTIONSTATUS
Qualifier of thePaymentTransactionEntry.transactionStatus
attribute- See Also:
- Constant Field Values
-
TRANSACTIONSTATUSDETAILS
public static final java.lang.String TRANSACTIONSTATUSDETAILS
Qualifier of thePaymentTransactionEntry.transactionStatusDetails
attribute- See Also:
- Constant Field Values
-
REQUESTTOKEN
public static final java.lang.String REQUESTTOKEN
Qualifier of thePaymentTransactionEntry.requestToken
attribute- See Also:
- Constant Field Values
-
REQUESTID
public static final java.lang.String REQUESTID
Qualifier of thePaymentTransactionEntry.requestId
attribute- See Also:
- Constant Field Values
-
SUBSCRIPTIONID
public static final java.lang.String SUBSCRIPTIONID
Qualifier of thePaymentTransactionEntry.subscriptionID
attribute- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Qualifier of thePaymentTransactionEntry.code
attribute- See Also:
- Constant Field Values
-
VERSIONID
public static final java.lang.String VERSIONID
Qualifier of thePaymentTransactionEntry.versionID
attribute- See Also:
- Constant Field Values
-
PAYMENTTRANSACTION
public static final java.lang.String PAYMENTTRANSACTION
Qualifier of thePaymentTransactionEntry.paymentTransaction
attribute- See Also:
- Constant Field Values
-
PAYMENTTRANSACTIONHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedPaymentTransactionEntry> PAYMENTTRANSACTIONHANDLER
BidirectionalOneToManyHandler
for handling 1:n PAYMENTTRANSACTION'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
-
getAmount
public java.math.BigDecimal getAmount(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.amount
attribute.- Returns:
- the amount
-
getAmount
public java.math.BigDecimal getAmount()
Generated method - Getter of thePaymentTransactionEntry.amount
attribute.- Returns:
- the amount
-
setAmount
public void setAmount(SessionContext ctx, java.math.BigDecimal value)
Generated method - Setter of thePaymentTransactionEntry.amount
attribute.- Parameters:
value
- the amount
-
setAmount
public void setAmount(java.math.BigDecimal value)
Generated method - Setter of thePaymentTransactionEntry.amount
attribute.- Parameters:
value
- the amount
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.code
attribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of thePaymentTransactionEntry.code
attribute.- Returns:
- the code
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.code
attribute.- Parameters:
value
- the code
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.code
attribute.- Parameters:
value
- the code
-
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
-
getCurrency
public Currency getCurrency(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.currency
attribute.- Returns:
- the currency
-
getCurrency
public Currency getCurrency()
Generated method - Getter of thePaymentTransactionEntry.currency
attribute.- Returns:
- the currency
-
setCurrency
public void setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of thePaymentTransactionEntry.currency
attribute.- Parameters:
value
- the currency
-
setCurrency
public void setCurrency(Currency value)
Generated method - Setter of thePaymentTransactionEntry.currency
attribute.- Parameters:
value
- the currency
-
getPaymentTransaction
public PaymentTransaction getPaymentTransaction(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.paymentTransaction
attribute.- Returns:
- the paymentTransaction
-
getPaymentTransaction
public PaymentTransaction getPaymentTransaction()
Generated method - Getter of thePaymentTransactionEntry.paymentTransaction
attribute.- Returns:
- the paymentTransaction
-
setPaymentTransaction
public void setPaymentTransaction(SessionContext ctx, PaymentTransaction value)
Generated method - Setter of thePaymentTransactionEntry.paymentTransaction
attribute.- Parameters:
value
- the paymentTransaction
-
setPaymentTransaction
public void setPaymentTransaction(PaymentTransaction value)
Generated method - Setter of thePaymentTransactionEntry.paymentTransaction
attribute.- Parameters:
value
- the paymentTransaction
-
getRequestId
public java.lang.String getRequestId(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.requestId
attribute.- Returns:
- the requestId
-
getRequestId
public java.lang.String getRequestId()
Generated method - Getter of thePaymentTransactionEntry.requestId
attribute.- Returns:
- the requestId
-
setRequestId
public void setRequestId(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestId
attribute.- Parameters:
value
- the requestId
-
setRequestId
public void setRequestId(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestId
attribute.- Parameters:
value
- the requestId
-
getRequestToken
public java.lang.String getRequestToken(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.requestToken
attribute.- Returns:
- the requestToken
-
getRequestToken
public java.lang.String getRequestToken()
Generated method - Getter of thePaymentTransactionEntry.requestToken
attribute.- Returns:
- the requestToken
-
setRequestToken
public void setRequestToken(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestToken
attribute.- Parameters:
value
- the requestToken
-
setRequestToken
public void setRequestToken(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestToken
attribute.- Parameters:
value
- the requestToken
-
getSubscriptionID
public java.lang.String getSubscriptionID(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.subscriptionID
attribute.- Returns:
- the subscriptionID
-
getSubscriptionID
public java.lang.String getSubscriptionID()
Generated method - Getter of thePaymentTransactionEntry.subscriptionID
attribute.- Returns:
- the subscriptionID
-
setSubscriptionID
public void setSubscriptionID(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.subscriptionID
attribute.- Parameters:
value
- the subscriptionID
-
setSubscriptionID
public void setSubscriptionID(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.subscriptionID
attribute.- Parameters:
value
- the subscriptionID
-
getTime
public java.util.Date getTime(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.time
attribute.- Returns:
- the time
-
getTime
public java.util.Date getTime()
Generated method - Getter of thePaymentTransactionEntry.time
attribute.- Returns:
- the time
-
setTime
public void setTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of thePaymentTransactionEntry.time
attribute.- Parameters:
value
- the time
-
setTime
public void setTime(java.util.Date value)
Generated method - Setter of thePaymentTransactionEntry.time
attribute.- Parameters:
value
- the time
-
getTransactionStatus
public java.lang.String getTransactionStatus(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.transactionStatus
attribute.- Returns:
- the transactionStatus
-
getTransactionStatus
public java.lang.String getTransactionStatus()
Generated method - Getter of thePaymentTransactionEntry.transactionStatus
attribute.- Returns:
- the transactionStatus
-
setTransactionStatus
public void setTransactionStatus(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatus
attribute.- Parameters:
value
- the transactionStatus
-
setTransactionStatus
public void setTransactionStatus(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatus
attribute.- Parameters:
value
- the transactionStatus
-
getTransactionStatusDetails
public java.lang.String getTransactionStatusDetails(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.transactionStatusDetails
attribute.- Returns:
- the transactionStatusDetails
-
getTransactionStatusDetails
public java.lang.String getTransactionStatusDetails()
Generated method - Getter of thePaymentTransactionEntry.transactionStatusDetails
attribute.- Returns:
- the transactionStatusDetails
-
setTransactionStatusDetails
public void setTransactionStatusDetails(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatusDetails
attribute.- Parameters:
value
- the transactionStatusDetails
-
setTransactionStatusDetails
public void setTransactionStatusDetails(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatusDetails
attribute.- Parameters:
value
- the transactionStatusDetails
-
getType
public EnumerationValue getType(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.type
attribute.- Returns:
- the type
-
getType
public EnumerationValue getType()
Generated method - Getter of thePaymentTransactionEntry.type
attribute.- Returns:
- the type
-
setType
public void setType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of thePaymentTransactionEntry.type
attribute.- Parameters:
value
- the type
-
setType
public void setType(EnumerationValue value)
Generated method - Setter of thePaymentTransactionEntry.type
attribute.- Parameters:
value
- the type
-
getVersionID
public java.lang.String getVersionID(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.versionID
attribute.- Returns:
- the versionID
-
getVersionID
public java.lang.String getVersionID()
Generated method - Getter of thePaymentTransactionEntry.versionID
attribute.- Returns:
- the versionID
-
setVersionID
protected void setVersionID(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.versionID
attribute.- Parameters:
value
- the versionID
-
setVersionID
protected void setVersionID(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.versionID
attribute.- Parameters:
value
- the versionID
-
-