Class CommercePaymentEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePaymentEntry>
com.liferay.commerce.payment.model.CommercePaymentEntryWrapper
- All Implemented Interfaces:
CommercePaymentEntry,CommercePaymentEntryModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommercePaymentEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.LocalizedModel,com.liferay.portal.kernel.model.ModelWrapper<CommercePaymentEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<CommercePaymentEntry>
public class CommercePaymentEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePaymentEntry>
implements CommercePaymentEntry, com.liferay.portal.kernel.model.ModelWrapper<CommercePaymentEntry>
This class is a wrapper for CommercePaymentEntry.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.payment.model.CommercePaymentEntry
COMMERCE_PAYMENT_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the amount of this commerce payment entry.String[]Returns the callback url of this commerce payment entry.Returns the cancel url of this commerce payment entry.Returns the fully qualified class name of this commerce payment entry.longReturns the class name ID of this commerce payment entry.longReturns the class pk of this commerce payment entry.longReturns the commerce channel ID of this commerce payment entry.longReturns the commerce payment entry ID of this commerce payment entry.longReturns the company ID of this commerce payment entry.Returns the create date of this commerce payment entry.Returns the currency code of this commerce payment entry.Returns the error messages of this commerce payment entry.Returns the external reference code of this commerce payment entry.Returns the language ID of this commerce payment entry.Returns the modified date of this commerce payment entry.longReturns the mvcc version of this commerce payment entry.getNote()Returns the note of this commerce payment entry.Returns the payload of this commerce payment entry.Returns the payment integration key of this commerce payment entry.intReturns the payment integration type of this commerce payment entry.intReturns the payment status of this commerce payment entry.longReturns the primary key of this commerce payment entry.Returns the reason key of this commerce payment entry.Returns the reason name of this commerce payment entry.getReasonName(String languageId) Returns the localized reason name of this commerce payment entry in the language.getReasonName(String languageId, boolean useDefault) Returns the localized reason name of this commerce payment entry in the language, optionally using the default language if no localization exists for the requested language.getReasonName(Locale locale) Returns the localized reason name of this commerce payment entry in the language.getReasonName(Locale locale, boolean useDefault) Returns the localized reason name of this commerce payment entry in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized reason names of this commerce payment entry.Returns the redirect url of this commerce payment entry.Returns the transaction code of this commerce payment entry.intgetType()Returns the type of this commerce payment entry.longReturns the user ID of this commerce payment entry.Returns the user name of this commerce payment entry.Returns the user uuid of this commerce payment entry.voidpersist()voidvoidprepareLocalizedFieldsForImport(Locale defaultImportLocale) voidsetAmount(BigDecimal amount) Sets the amount of this commerce payment entry.voidsetCallbackURL(String callbackURL) Sets the callback url of this commerce payment entry.voidsetCancelURL(String cancelURL) Sets the cancel url of this commerce payment entry.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this commerce payment entry.voidsetClassPK(long classPK) Sets the class pk of this commerce payment entry.voidsetCommerceChannelId(long commerceChannelId) Sets the commerce channel ID of this commerce payment entry.voidsetCommercePaymentEntryId(long commercePaymentEntryId) Sets the commerce payment entry ID of this commerce payment entry.voidsetCompanyId(long companyId) Sets the company ID of this commerce payment entry.voidsetCreateDate(Date createDate) Sets the create date of this commerce payment entry.voidsetCurrencyCode(String currencyCode) Sets the currency code of this commerce payment entry.voidsetErrorMessages(String errorMessages) Sets the error messages of this commerce payment entry.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this commerce payment entry.voidsetLanguageId(String languageId) Sets the language ID of this commerce payment entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce payment entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this commerce payment entry.voidSets the note of this commerce payment entry.voidsetPayload(String payload) Sets the payload of this commerce payment entry.voidsetPaymentIntegrationKey(String paymentIntegrationKey) Sets the payment integration key of this commerce payment entry.voidsetPaymentIntegrationType(int paymentIntegrationType) Sets the payment integration type of this commerce payment entry.voidsetPaymentStatus(int paymentStatus) Sets the payment status of this commerce payment entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce payment entry.voidsetReasonKey(String reasonKey) Sets the reason key of this commerce payment entry.voidsetReasonName(String reasonName) Sets the reason name of this commerce payment entry.voidsetReasonName(String reasonName, Locale locale) Sets the localized reason name of this commerce payment entry in the language.voidsetReasonName(String reasonName, Locale locale, Locale defaultLocale) Sets the localized reason name of this commerce payment entry in the language, and sets the default locale.voidsetReasonNameCurrentLanguageId(String languageId) voidsetReasonNameMap(Map<Locale, String> reasonNameMap) Sets the localized reason names of this commerce payment entry from the map of locales and localized reason names.voidsetReasonNameMap(Map<Locale, String> reasonNameMap, Locale defaultLocale) Sets the localized reason names of this commerce payment entry from the map of locales and localized reason names, and sets the default locale.voidsetRedirectURL(String redirectURL) Sets the redirect url of this commerce payment entry.voidsetTransactionCode(String transactionCode) Sets the transaction code of this commerce payment entry.voidsetType(int type) Sets the type of this commerce payment entry.voidsetUserId(long userId) Sets the user ID of this commerce payment entry.voidsetUserName(String userName) Sets the user name of this commerce payment entry.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce payment entry.protected CommercePaymentEntryWrapperwrap(CommercePaymentEntry commercePaymentEntry) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CommercePaymentEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommercePaymentEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommercePaymentEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommercePaymentEntry>- Specified by:
cloneWithOriginalValuesin interfaceCommercePaymentEntryModel
-
getAmount
Returns the amount of this commerce payment entry.- Specified by:
getAmountin interfaceCommercePaymentEntryModel- Returns:
- the amount of this commerce payment entry
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIdsin interfaceCommercePaymentEntryModel- Specified by:
getAvailableLanguageIdsin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getCallbackURL
Returns the callback url of this commerce payment entry.- Specified by:
getCallbackURLin interfaceCommercePaymentEntryModel- Returns:
- the callback url of this commerce payment entry
-
getCancelURL
Returns the cancel url of this commerce payment entry.- Specified by:
getCancelURLin interfaceCommercePaymentEntryModel- Returns:
- the cancel url of this commerce payment entry
-
getClassName
Returns the fully qualified class name of this commerce payment entry.- Specified by:
getClassNamein interfaceCommercePaymentEntryModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this commerce payment entry
-
getClassNameId
public long getClassNameId()Returns the class name ID of this commerce payment entry.- Specified by:
getClassNameIdin interfaceCommercePaymentEntryModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this commerce payment entry
-
getClassPK
public long getClassPK()Returns the class pk of this commerce payment entry.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceCommercePaymentEntryModel- Returns:
- the class pk of this commerce payment entry
-
getCommerceChannelId
public long getCommerceChannelId()Returns the commerce channel ID of this commerce payment entry.- Specified by:
getCommerceChannelIdin interfaceCommercePaymentEntryModel- Returns:
- the commerce channel ID of this commerce payment entry
-
getCommercePaymentEntryId
public long getCommercePaymentEntryId()Returns the commerce payment entry ID of this commerce payment entry.- Specified by:
getCommercePaymentEntryIdin interfaceCommercePaymentEntryModel- Returns:
- the commerce payment entry ID of this commerce payment entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce payment entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommercePaymentEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this commerce payment entry
-
getCreateDate
Returns the create date of this commerce payment entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommercePaymentEntryModel- Returns:
- the create date of this commerce payment entry
-
getCurrencyCode
Returns the currency code of this commerce payment entry.- Specified by:
getCurrencyCodein interfaceCommercePaymentEntryModel- Returns:
- the currency code of this commerce payment entry
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageIdin interfaceCommercePaymentEntryModel- Specified by:
getDefaultLanguageIdin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getErrorMessages
Returns the error messages of this commerce payment entry.- Specified by:
getErrorMessagesin interfaceCommercePaymentEntryModel- Returns:
- the error messages of this commerce payment entry
-
getExternalReferenceCode
Returns the external reference code of this commerce payment entry.- Specified by:
getExternalReferenceCodein interfaceCommercePaymentEntryModel- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this commerce payment entry
-
getLanguageId
Returns the language ID of this commerce payment entry.- Specified by:
getLanguageIdin interfaceCommercePaymentEntryModel- Returns:
- the language ID of this commerce payment entry
-
getModifiedDate
Returns the modified date of this commerce payment entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCommercePaymentEntryModel- Returns:
- the modified date of this commerce payment entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce payment entry.- Specified by:
getMvccVersionin interfaceCommercePaymentEntryModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce payment entry
-
getNote
Returns the note of this commerce payment entry.- Specified by:
getNotein interfaceCommercePaymentEntryModel- Returns:
- the note of this commerce payment entry
-
getPayload
Returns the payload of this commerce payment entry.- Specified by:
getPayloadin interfaceCommercePaymentEntryModel- Returns:
- the payload of this commerce payment entry
-
getPaymentIntegrationKey
Returns the payment integration key of this commerce payment entry.- Specified by:
getPaymentIntegrationKeyin interfaceCommercePaymentEntryModel- Returns:
- the payment integration key of this commerce payment entry
-
getPaymentIntegrationType
public int getPaymentIntegrationType()Returns the payment integration type of this commerce payment entry.- Specified by:
getPaymentIntegrationTypein interfaceCommercePaymentEntryModel- Returns:
- the payment integration type of this commerce payment entry
-
getPaymentStatus
public int getPaymentStatus()Returns the payment status of this commerce payment entry.- Specified by:
getPaymentStatusin interfaceCommercePaymentEntryModel- Returns:
- the payment status of this commerce payment entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce payment entry.- Specified by:
getPrimaryKeyin interfaceCommercePaymentEntryModel- Returns:
- the primary key of this commerce payment entry
-
getReasonKey
Returns the reason key of this commerce payment entry.- Specified by:
getReasonKeyin interfaceCommercePaymentEntryModel- Returns:
- the reason key of this commerce payment entry
-
getReasonName
Returns the reason name of this commerce payment entry.- Specified by:
getReasonNamein interfaceCommercePaymentEntryModel- Returns:
- the reason name of this commerce payment entry
-
getReasonName
Returns the localized reason name of this commerce payment entry in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getReasonNamein interfaceCommercePaymentEntryModel- Parameters:
locale- the locale of the language- Returns:
- the localized reason name of this commerce payment entry
-
getReasonName
Returns the localized reason name of this commerce payment entry in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getReasonNamein interfaceCommercePaymentEntryModel- Parameters:
locale- the local of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized reason name of this commerce payment entry. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getReasonName
Returns the localized reason name of this commerce payment entry in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getReasonNamein interfaceCommercePaymentEntryModel- Parameters:
languageId- the ID of the language- Returns:
- the localized reason name of this commerce payment entry
-
getReasonName
Returns the localized reason name of this commerce payment entry in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getReasonNamein interfaceCommercePaymentEntryModel- Parameters:
languageId- the ID of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized reason name of this commerce payment entry
-
getReasonNameCurrentLanguageId
- Specified by:
getReasonNameCurrentLanguageIdin interfaceCommercePaymentEntryModel
-
getReasonNameCurrentValue
- Specified by:
getReasonNameCurrentValuein interfaceCommercePaymentEntryModel
-
getReasonNameMap
Returns a map of the locales and localized reason names of this commerce payment entry.- Specified by:
getReasonNameMapin interfaceCommercePaymentEntryModel- Returns:
- the locales and localized reason names of this commerce payment entry
-
getRedirectURL
Returns the redirect url of this commerce payment entry.- Specified by:
getRedirectURLin interfaceCommercePaymentEntryModel- Returns:
- the redirect url of this commerce payment entry
-
getTransactionCode
Returns the transaction code of this commerce payment entry.- Specified by:
getTransactionCodein interfaceCommercePaymentEntryModel- Returns:
- the transaction code of this commerce payment entry
-
getType
public int getType()Returns the type of this commerce payment entry.- Specified by:
getTypein interfaceCommercePaymentEntryModel- Returns:
- the type of this commerce payment entry
-
getUserId
public long getUserId()Returns the user ID of this commerce payment entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommercePaymentEntryModel- Returns:
- the user ID of this commerce payment entry
-
getUserName
Returns the user name of this commerce payment entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommercePaymentEntryModel- Returns:
- the user name of this commerce payment entry
-
getUserUuid
Returns the user uuid of this commerce payment entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommercePaymentEntryModel- Returns:
- the user uuid of this commerce payment entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImportin interfaceCommercePaymentEntryModel- Specified by:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImportin interfaceCommercePaymentEntryModel- Specified by:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
setAmount
Sets the amount of this commerce payment entry.- Specified by:
setAmountin interfaceCommercePaymentEntryModel- Parameters:
amount- the amount of this commerce payment entry
-
setCallbackURL
Sets the callback url of this commerce payment entry.- Specified by:
setCallbackURLin interfaceCommercePaymentEntryModel- Parameters:
callbackURL- the callback url of this commerce payment entry
-
setCancelURL
Sets the cancel url of this commerce payment entry.- Specified by:
setCancelURLin interfaceCommercePaymentEntryModel- Parameters:
cancelURL- the cancel url of this commerce payment entry
-
setClassName
- Specified by:
setClassNamein interfaceCommercePaymentEntryModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this commerce payment entry.- Specified by:
setClassNameIdin interfaceCommercePaymentEntryModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this commerce payment entry
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this commerce payment entry.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceCommercePaymentEntryModel- Parameters:
classPK- the class pk of this commerce payment entry
-
setCommerceChannelId
public void setCommerceChannelId(long commerceChannelId) Sets the commerce channel ID of this commerce payment entry.- Specified by:
setCommerceChannelIdin interfaceCommercePaymentEntryModel- Parameters:
commerceChannelId- the commerce channel ID of this commerce payment entry
-
setCommercePaymentEntryId
public void setCommercePaymentEntryId(long commercePaymentEntryId) Sets the commerce payment entry ID of this commerce payment entry.- Specified by:
setCommercePaymentEntryIdin interfaceCommercePaymentEntryModel- Parameters:
commercePaymentEntryId- the commerce payment entry ID of this commerce payment entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce payment entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommercePaymentEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this commerce payment entry
-
setCreateDate
Sets the create date of this commerce payment entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCommercePaymentEntryModel- Parameters:
createDate- the create date of this commerce payment entry
-
setCurrencyCode
Sets the currency code of this commerce payment entry.- Specified by:
setCurrencyCodein interfaceCommercePaymentEntryModel- Parameters:
currencyCode- the currency code of this commerce payment entry
-
setErrorMessages
Sets the error messages of this commerce payment entry.- Specified by:
setErrorMessagesin interfaceCommercePaymentEntryModel- Parameters:
errorMessages- the error messages of this commerce payment entry
-
setExternalReferenceCode
Sets the external reference code of this commerce payment entry.- Specified by:
setExternalReferenceCodein interfaceCommercePaymentEntryModel- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this commerce payment entry
-
setLanguageId
Sets the language ID of this commerce payment entry.- Specified by:
setLanguageIdin interfaceCommercePaymentEntryModel- Parameters:
languageId- the language ID of this commerce payment entry
-
setModifiedDate
Sets the modified date of this commerce payment entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCommercePaymentEntryModel- Parameters:
modifiedDate- the modified date of this commerce payment entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce payment entry.- Specified by:
setMvccVersionin interfaceCommercePaymentEntryModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce payment entry
-
setNote
Sets the note of this commerce payment entry.- Specified by:
setNotein interfaceCommercePaymentEntryModel- Parameters:
note- the note of this commerce payment entry
-
setPayload
Sets the payload of this commerce payment entry.- Specified by:
setPayloadin interfaceCommercePaymentEntryModel- Parameters:
payload- the payload of this commerce payment entry
-
setPaymentIntegrationKey
Sets the payment integration key of this commerce payment entry.- Specified by:
setPaymentIntegrationKeyin interfaceCommercePaymentEntryModel- Parameters:
paymentIntegrationKey- the payment integration key of this commerce payment entry
-
setPaymentIntegrationType
public void setPaymentIntegrationType(int paymentIntegrationType) Sets the payment integration type of this commerce payment entry.- Specified by:
setPaymentIntegrationTypein interfaceCommercePaymentEntryModel- Parameters:
paymentIntegrationType- the payment integration type of this commerce payment entry
-
setPaymentStatus
public void setPaymentStatus(int paymentStatus) Sets the payment status of this commerce payment entry.- Specified by:
setPaymentStatusin interfaceCommercePaymentEntryModel- Parameters:
paymentStatus- the payment status of this commerce payment entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce payment entry.- Specified by:
setPrimaryKeyin interfaceCommercePaymentEntryModel- Parameters:
primaryKey- the primary key of this commerce payment entry
-
setReasonKey
Sets the reason key of this commerce payment entry.- Specified by:
setReasonKeyin interfaceCommercePaymentEntryModel- Parameters:
reasonKey- the reason key of this commerce payment entry
-
setReasonName
Sets the reason name of this commerce payment entry.- Specified by:
setReasonNamein interfaceCommercePaymentEntryModel- Parameters:
reasonName- the reason name of this commerce payment entry
-
setReasonName
Sets the localized reason name of this commerce payment entry in the language.- Specified by:
setReasonNamein interfaceCommercePaymentEntryModel- Parameters:
reasonName- the localized reason name of this commerce payment entrylocale- the locale of the language
-
setReasonName
Sets the localized reason name of this commerce payment entry in the language, and sets the default locale.- Specified by:
setReasonNamein interfaceCommercePaymentEntryModel- Parameters:
reasonName- the localized reason name of this commerce payment entrylocale- the locale of the languagedefaultLocale- the default locale
-
setReasonNameCurrentLanguageId
- Specified by:
setReasonNameCurrentLanguageIdin interfaceCommercePaymentEntryModel
-
setReasonNameMap
Sets the localized reason names of this commerce payment entry from the map of locales and localized reason names.- Specified by:
setReasonNameMapin interfaceCommercePaymentEntryModel- Parameters:
reasonNameMap- the locales and localized reason names of this commerce payment entry
-
setReasonNameMap
Sets the localized reason names of this commerce payment entry from the map of locales and localized reason names, and sets the default locale.- Specified by:
setReasonNameMapin interfaceCommercePaymentEntryModel- Parameters:
reasonNameMap- the locales and localized reason names of this commerce payment entrydefaultLocale- the default locale
-
setRedirectURL
Sets the redirect url of this commerce payment entry.- Specified by:
setRedirectURLin interfaceCommercePaymentEntryModel- Parameters:
redirectURL- the redirect url of this commerce payment entry
-
setTransactionCode
Sets the transaction code of this commerce payment entry.- Specified by:
setTransactionCodein interfaceCommercePaymentEntryModel- Parameters:
transactionCode- the transaction code of this commerce payment entry
-
setType
public void setType(int type) Sets the type of this commerce payment entry.- Specified by:
setTypein interfaceCommercePaymentEntryModel- Parameters:
type- the type of this commerce payment entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce payment entry.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCommercePaymentEntryModel- Parameters:
userId- the user ID of this commerce payment entry
-
setUserName
Sets the user name of this commerce payment entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCommercePaymentEntryModel- Parameters:
userName- the user name of this commerce payment entry
-
setUserUuid
Sets the user uuid of this commerce payment entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommercePaymentEntryModel- Parameters:
userUuid- the user uuid of this commerce payment entry
-
toXmlString
- Specified by:
toXmlStringin interfaceCommercePaymentEntryModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePaymentEntry>
-