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.StringAMOUNTQualifier of thePaymentTransactionEntry.amountattributestatic java.lang.StringCODEQualifier of thePaymentTransactionEntry.codeattributestatic java.lang.StringCURRENCYQualifier of thePaymentTransactionEntry.currencyattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringPAYMENTTRANSACTIONQualifier of thePaymentTransactionEntry.paymentTransactionattributeprotected static BidirectionalOneToManyHandler<GeneratedPaymentTransactionEntry>PAYMENTTRANSACTIONHANDLERBidirectionalOneToManyHandlerfor handling 1:n PAYMENTTRANSACTION's relation attributes from 'one' side.static java.lang.StringREQUESTIDQualifier of thePaymentTransactionEntry.requestIdattributestatic java.lang.StringREQUESTTOKENQualifier of thePaymentTransactionEntry.requestTokenattributestatic java.lang.StringSUBSCRIPTIONIDQualifier of thePaymentTransactionEntry.subscriptionIDattributestatic java.lang.StringTIMEQualifier of thePaymentTransactionEntry.timeattributestatic java.lang.StringTRANSACTIONSTATUSQualifier of thePaymentTransactionEntry.transactionStatusattributestatic java.lang.StringTRANSACTIONSTATUSDETAILSQualifier of thePaymentTransactionEntry.transactionStatusDetailsattributestatic java.lang.StringTYPEQualifier of thePaymentTransactionEntry.typeattributestatic java.lang.StringVERSIONIDQualifier of thePaymentTransactionEntry.versionIDattribute-
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 ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)Has to be implemented for each concrete subtype of item.java.math.BigDecimalgetAmount()Generated method - Getter of thePaymentTransactionEntry.amountattribute.java.math.BigDecimalgetAmount(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.amountattribute.java.lang.StringgetCode()Generated method - Getter of thePaymentTransactionEntry.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.codeattribute.CurrencygetCurrency()Generated method - Getter of thePaymentTransactionEntry.currencyattribute.CurrencygetCurrency(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.currencyattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()PaymentTransactiongetPaymentTransaction()Generated method - Getter of thePaymentTransactionEntry.paymentTransactionattribute.PaymentTransactiongetPaymentTransaction(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.paymentTransactionattribute.java.lang.StringgetRequestId()Generated method - Getter of thePaymentTransactionEntry.requestIdattribute.java.lang.StringgetRequestId(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.requestIdattribute.java.lang.StringgetRequestToken()Generated method - Getter of thePaymentTransactionEntry.requestTokenattribute.java.lang.StringgetRequestToken(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.requestTokenattribute.java.lang.StringgetSubscriptionID()Generated method - Getter of thePaymentTransactionEntry.subscriptionIDattribute.java.lang.StringgetSubscriptionID(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.subscriptionIDattribute.java.util.DategetTime()Generated method - Getter of thePaymentTransactionEntry.timeattribute.java.util.DategetTime(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.timeattribute.java.lang.StringgetTransactionStatus()Generated method - Getter of thePaymentTransactionEntry.transactionStatusattribute.java.lang.StringgetTransactionStatus(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.transactionStatusattribute.java.lang.StringgetTransactionStatusDetails()Generated method - Getter of thePaymentTransactionEntry.transactionStatusDetailsattribute.java.lang.StringgetTransactionStatusDetails(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.transactionStatusDetailsattribute.EnumerationValuegetType()Generated method - Getter of thePaymentTransactionEntry.typeattribute.EnumerationValuegetType(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.typeattribute.java.lang.StringgetVersionID()Generated method - Getter of thePaymentTransactionEntry.versionIDattribute.java.lang.StringgetVersionID(SessionContext ctx)Generated method - Getter of thePaymentTransactionEntry.versionIDattribute.voidsetAmount(SessionContext ctx, java.math.BigDecimal value)Generated method - Setter of thePaymentTransactionEntry.amountattribute.voidsetAmount(java.math.BigDecimal value)Generated method - Setter of thePaymentTransactionEntry.amountattribute.voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.codeattribute.voidsetCode(java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.codeattribute.voidsetCurrency(Currency value)Generated method - Setter of thePaymentTransactionEntry.currencyattribute.voidsetCurrency(SessionContext ctx, Currency value)Generated method - Setter of thePaymentTransactionEntry.currencyattribute.voidsetPaymentTransaction(SessionContext ctx, PaymentTransaction value)Generated method - Setter of thePaymentTransactionEntry.paymentTransactionattribute.voidsetPaymentTransaction(PaymentTransaction value)Generated method - Setter of thePaymentTransactionEntry.paymentTransactionattribute.voidsetRequestId(SessionContext ctx, java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.requestIdattribute.voidsetRequestId(java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.requestIdattribute.voidsetRequestToken(SessionContext ctx, java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.requestTokenattribute.voidsetRequestToken(java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.requestTokenattribute.voidsetSubscriptionID(SessionContext ctx, java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.subscriptionIDattribute.voidsetSubscriptionID(java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.subscriptionIDattribute.voidsetTime(SessionContext ctx, java.util.Date value)Generated method - Setter of thePaymentTransactionEntry.timeattribute.voidsetTime(java.util.Date value)Generated method - Setter of thePaymentTransactionEntry.timeattribute.voidsetTransactionStatus(SessionContext ctx, java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.transactionStatusattribute.voidsetTransactionStatus(java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.transactionStatusattribute.voidsetTransactionStatusDetails(SessionContext ctx, java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.transactionStatusDetailsattribute.voidsetTransactionStatusDetails(java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.transactionStatusDetailsattribute.voidsetType(EnumerationValue value)Generated method - Setter of thePaymentTransactionEntry.typeattribute.voidsetType(SessionContext ctx, EnumerationValue value)Generated method - Setter of thePaymentTransactionEntry.typeattribute.protected voidsetVersionID(SessionContext ctx, java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.versionIDattribute.protected voidsetVersionID(java.lang.String value)Generated method - Setter of thePaymentTransactionEntry.versionIDattribute.-
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.typeattribute- See Also:
- Constant Field Values
-
AMOUNT
public static final java.lang.String AMOUNT
Qualifier of thePaymentTransactionEntry.amountattribute- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Qualifier of thePaymentTransactionEntry.currencyattribute- See Also:
- Constant Field Values
-
TIME
public static final java.lang.String TIME
Qualifier of thePaymentTransactionEntry.timeattribute- See Also:
- Constant Field Values
-
TRANSACTIONSTATUS
public static final java.lang.String TRANSACTIONSTATUS
Qualifier of thePaymentTransactionEntry.transactionStatusattribute- See Also:
- Constant Field Values
-
TRANSACTIONSTATUSDETAILS
public static final java.lang.String TRANSACTIONSTATUSDETAILS
Qualifier of thePaymentTransactionEntry.transactionStatusDetailsattribute- See Also:
- Constant Field Values
-
REQUESTTOKEN
public static final java.lang.String REQUESTTOKEN
Qualifier of thePaymentTransactionEntry.requestTokenattribute- See Also:
- Constant Field Values
-
REQUESTID
public static final java.lang.String REQUESTID
Qualifier of thePaymentTransactionEntry.requestIdattribute- See Also:
- Constant Field Values
-
SUBSCRIPTIONID
public static final java.lang.String SUBSCRIPTIONID
Qualifier of thePaymentTransactionEntry.subscriptionIDattribute- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Qualifier of thePaymentTransactionEntry.codeattribute- See Also:
- Constant Field Values
-
VERSIONID
public static final java.lang.String VERSIONID
Qualifier of thePaymentTransactionEntry.versionIDattribute- See Also:
- Constant Field Values
-
PAYMENTTRANSACTION
public static final java.lang.String PAYMENTTRANSACTION
Qualifier of thePaymentTransactionEntry.paymentTransactionattribute- See Also:
- Constant Field Values
-
PAYMENTTRANSACTIONHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedPaymentTransactionEntry> PAYMENTTRANSACTIONHANDLER
BidirectionalOneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
getAmount
public java.math.BigDecimal getAmount(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.amountattribute.- Returns:
- the amount
-
getAmount
public java.math.BigDecimal getAmount()
Generated method - Getter of thePaymentTransactionEntry.amountattribute.- Returns:
- the amount
-
setAmount
public void setAmount(SessionContext ctx, java.math.BigDecimal value)
Generated method - Setter of thePaymentTransactionEntry.amountattribute.- Parameters:
value- the amount
-
setAmount
public void setAmount(java.math.BigDecimal value)
Generated method - Setter of thePaymentTransactionEntry.amountattribute.- Parameters:
value- the amount
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.codeattribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of thePaymentTransactionEntry.codeattribute.- Returns:
- the code
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.codeattribute.- Parameters:
value- the code
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.codeattribute.- Parameters:
value- the code
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:ItemHas 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:
createItemin 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.currencyattribute.- Returns:
- the currency
-
getCurrency
public Currency getCurrency()
Generated method - Getter of thePaymentTransactionEntry.currencyattribute.- Returns:
- the currency
-
setCurrency
public void setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of thePaymentTransactionEntry.currencyattribute.- Parameters:
value- the currency
-
setCurrency
public void setCurrency(Currency value)
Generated method - Setter of thePaymentTransactionEntry.currencyattribute.- Parameters:
value- the currency
-
getPaymentTransaction
public PaymentTransaction getPaymentTransaction(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.paymentTransactionattribute.- Returns:
- the paymentTransaction
-
getPaymentTransaction
public PaymentTransaction getPaymentTransaction()
Generated method - Getter of thePaymentTransactionEntry.paymentTransactionattribute.- Returns:
- the paymentTransaction
-
setPaymentTransaction
public void setPaymentTransaction(SessionContext ctx, PaymentTransaction value)
Generated method - Setter of thePaymentTransactionEntry.paymentTransactionattribute.- Parameters:
value- the paymentTransaction
-
setPaymentTransaction
public void setPaymentTransaction(PaymentTransaction value)
Generated method - Setter of thePaymentTransactionEntry.paymentTransactionattribute.- Parameters:
value- the paymentTransaction
-
getRequestId
public java.lang.String getRequestId(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.requestIdattribute.- Returns:
- the requestId
-
getRequestId
public java.lang.String getRequestId()
Generated method - Getter of thePaymentTransactionEntry.requestIdattribute.- Returns:
- the requestId
-
setRequestId
public void setRequestId(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestIdattribute.- Parameters:
value- the requestId
-
setRequestId
public void setRequestId(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestIdattribute.- Parameters:
value- the requestId
-
getRequestToken
public java.lang.String getRequestToken(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.requestTokenattribute.- Returns:
- the requestToken
-
getRequestToken
public java.lang.String getRequestToken()
Generated method - Getter of thePaymentTransactionEntry.requestTokenattribute.- Returns:
- the requestToken
-
setRequestToken
public void setRequestToken(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestTokenattribute.- Parameters:
value- the requestToken
-
setRequestToken
public void setRequestToken(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.requestTokenattribute.- Parameters:
value- the requestToken
-
getSubscriptionID
public java.lang.String getSubscriptionID(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.subscriptionIDattribute.- Returns:
- the subscriptionID
-
getSubscriptionID
public java.lang.String getSubscriptionID()
Generated method - Getter of thePaymentTransactionEntry.subscriptionIDattribute.- Returns:
- the subscriptionID
-
setSubscriptionID
public void setSubscriptionID(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.subscriptionIDattribute.- Parameters:
value- the subscriptionID
-
setSubscriptionID
public void setSubscriptionID(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.subscriptionIDattribute.- Parameters:
value- the subscriptionID
-
getTime
public java.util.Date getTime(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.timeattribute.- Returns:
- the time
-
getTime
public java.util.Date getTime()
Generated method - Getter of thePaymentTransactionEntry.timeattribute.- Returns:
- the time
-
setTime
public void setTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of thePaymentTransactionEntry.timeattribute.- Parameters:
value- the time
-
setTime
public void setTime(java.util.Date value)
Generated method - Setter of thePaymentTransactionEntry.timeattribute.- Parameters:
value- the time
-
getTransactionStatus
public java.lang.String getTransactionStatus(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.transactionStatusattribute.- Returns:
- the transactionStatus
-
getTransactionStatus
public java.lang.String getTransactionStatus()
Generated method - Getter of thePaymentTransactionEntry.transactionStatusattribute.- Returns:
- the transactionStatus
-
setTransactionStatus
public void setTransactionStatus(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatusattribute.- Parameters:
value- the transactionStatus
-
setTransactionStatus
public void setTransactionStatus(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatusattribute.- Parameters:
value- the transactionStatus
-
getTransactionStatusDetails
public java.lang.String getTransactionStatusDetails(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.transactionStatusDetailsattribute.- Returns:
- the transactionStatusDetails
-
getTransactionStatusDetails
public java.lang.String getTransactionStatusDetails()
Generated method - Getter of thePaymentTransactionEntry.transactionStatusDetailsattribute.- Returns:
- the transactionStatusDetails
-
setTransactionStatusDetails
public void setTransactionStatusDetails(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatusDetailsattribute.- Parameters:
value- the transactionStatusDetails
-
setTransactionStatusDetails
public void setTransactionStatusDetails(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.transactionStatusDetailsattribute.- Parameters:
value- the transactionStatusDetails
-
getType
public EnumerationValue getType(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.typeattribute.- Returns:
- the type
-
getType
public EnumerationValue getType()
Generated method - Getter of thePaymentTransactionEntry.typeattribute.- Returns:
- the type
-
setType
public void setType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of thePaymentTransactionEntry.typeattribute.- Parameters:
value- the type
-
setType
public void setType(EnumerationValue value)
Generated method - Setter of thePaymentTransactionEntry.typeattribute.- Parameters:
value- the type
-
getVersionID
public java.lang.String getVersionID(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.versionIDattribute.- Returns:
- the versionID
-
getVersionID
public java.lang.String getVersionID()
Generated method - Getter of thePaymentTransactionEntry.versionIDattribute.- Returns:
- the versionID
-
setVersionID
protected void setVersionID(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.versionIDattribute.- Parameters:
value- the versionID
-
setVersionID
protected void setVersionID(java.lang.String value)
Generated method - Setter of thePaymentTransactionEntry.versionIDattribute.- Parameters:
value- the versionID
-
-