Class DebtPaymentCancelV
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.financialmgmt.payment.DebtPaymentCancelV
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class DebtPaymentCancelV extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity FinancialMgmtDebtPaymentCancelV (stored in table C_Debt_Payment_Cancel).
Help: Canceled debt payment tab allows the debt payment transformation into a generated debt payment. If you want to add new records in this tab, you must use the Create from button on the settlement tab. Once you have a cancelled debt payment, the only way to ed
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACTIVE
Property active stored in column IsActive in table C_Debt_Payment_Cancelstatic String
PROPERTY_AMOUNT
Property amount stored in column Amount in table C_Debt_Payment_Cancelstatic String
PROPERTY_BANKACCOUNT
Property bankAccount stored in column C_BankAccount_ID in table C_Debt_Payment_Cancel
Help: The Bank Account identifies an account at this Bank.static String
PROPERTY_BANKSTATEMENTLINE
Property bankStatementLine stored in column C_BankStatementLine_ID in table C_Debt_Payment_Cancel
Help: The Bank Statement Line identifies a unique transaction (Payment, Withdrawal, Charge) for the defined time period at this Bank.static String
PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_BPartner_ID in table C_Debt_Payment_Cancel
Help: A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.static String
PROPERTY_CANCELPROCESSED
Property cancelProcessed stored in column Cancel_Processed in table C_Debt_Payment_Cancel
Help: The settlement cancel is processed.static String
PROPERTY_CASHBOOK
Property cashbook stored in column C_CashBook_ID in table C_Debt_Payment_Cancel
Help: The Cash Book identifies a unique cash book. The cash book is used to record cash transactions.static String
PROPERTY_CASHJOURNALLINE
Property cashJournalLine stored in column C_CashLine_ID in table C_Debt_Payment_Cancel
Help: The Cash Journal Line indicates a unique line in a cash journal.static String
PROPERTY_CHANGESETTLEMENTCANCEL
Property changeSettlementCancel stored in column ChangeSettlementCancel in table C_Debt_Payment_Cancelstatic String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_Debt_Payment_Cancelstatic String
PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_Debt_Payment_Cancelstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_Debt_Payment_Cancelstatic String
PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table C_Debt_Payment_Cancel
Help: Indicates the currency to be used when processing this document.static String
PROPERTY_DESCRIPTION
Property description stored in column Description in table C_Debt_Payment_Cancel
Help: A description is limited to 255 characters.static String
PROPERTY_DUEDATE
Property dueDate stored in column Dateplanned in table C_Debt_Payment_Cancelstatic String
PROPERTY_FORMOFPAYMENT
Property formOfPayment stored in column PaymentRule in table C_Debt_Payment_Cancelstatic String
PROPERTY_ID
Property id stored in column C_Debt_Payment_ID in table C_Debt_Payment_Cancelstatic String
PROPERTY_INVOICE
Property invoice stored in column C_Invoice_ID in table C_Debt_Payment_Cancel
Help: The Invoice ID uniquely identifies an Invoice Document.static String
PROPERTY_MANUAL
Property manual stored in column IsManual in table C_Debt_Payment_Cancel
Help: The Manual check box indicates if the process will done manually.static String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_Debt_Payment_Cancelstatic String
PROPERTY_PAYMENTCOMPLETE
Property paymentComplete stored in column IsPaid in table C_Debt_Payment_Cancel
Help: The document is paid for.static String
PROPERTY_RECEIPT
Property receipt stored in column IsReceipt in table C_Debt_Payment_Cancelstatic String
PROPERTY_SETTLEMENT
Property settlement stored in column C_Settlement_ID in table C_Debt_Payment_Cancel
Help: Termination of a business operation by using its assets to discharge its liabilities.static String
PROPERTY_SETTLEMENTGENERATE
Property settlementGenerate stored in column C_Settlement_Generate_ID in table C_Debt_Payment_Cancel
Help: Refers to the settlement in which this Debt/Payment has been generated.static String
PROPERTY_STATUS
Property status stored in column Status in table C_Debt_Payment_Cancel
Help: Current status of a debt/payment.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table C_Debt_Payment_Cancelstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_Debt_Payment_Cancelstatic String
PROPERTY_VALID
Property valid stored in column IsValid in table C_Debt_Payment_Cancel
Help: The element passed the validation checkstatic String
PROPERTY_WITHHOLDING
Property withholding stored in column C_Withholding_ID in table C_Debt_Payment_Cancel
Help: The Withholding indicates the type of withholding to be calculated.static String
PROPERTY_WITHHOLDINGAMOUNT
Property withholdingamount stored in column Withholdingamount in table C_Debt_Payment_Cancelstatic String
PROPERTY_WRITEOFFAMOUNT
Property writeoffAmount stored in column WriteOffAmt in table C_Debt_Payment_Cancel
Help: The Write Off Amount indicates the amount to be written off as uncollectible.static String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description DebtPaymentCancelV()
-
Method Summary
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column C_Debt_Payment_ID in table C_Debt_Payment_Cancel- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_Debt_Payment_Cancel- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_Debt_Payment_Cancel- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table C_Debt_Payment_Cancel- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_Debt_Payment_Cancel- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_Debt_Payment_Cancel- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table C_Debt_Payment_Cancel- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_Debt_Payment_Cancel- See Also:
Traceable
, Constant Field Values
-
PROPERTY_RECEIPT
public static final String PROPERTY_RECEIPT
Property receipt stored in column IsReceipt in table C_Debt_Payment_Cancel- See Also:
- Constant Field Values
-
PROPERTY_SETTLEMENT
public static final String PROPERTY_SETTLEMENT
Property settlement stored in column C_Settlement_ID in table C_Debt_Payment_Cancel
Help: Termination of a business operation by using its assets to discharge its liabilities.- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table C_Debt_Payment_Cancel
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_INVOICE
public static final String PROPERTY_INVOICE
Property invoice stored in column C_Invoice_ID in table C_Debt_Payment_Cancel
Help: The Invoice ID uniquely identifies an Invoice Document.- See Also:
- Constant Field Values
-
PROPERTY_BUSINESSPARTNER
public static final String PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_BPartner_ID in table C_Debt_Payment_Cancel
Help: A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.- See Also:
- Constant Field Values
-
PROPERTY_CURRENCY
public static final String PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table C_Debt_Payment_Cancel
Help: Indicates the currency to be used when processing this document.- See Also:
- Constant Field Values
-
PROPERTY_CASHJOURNALLINE
public static final String PROPERTY_CASHJOURNALLINE
Property cashJournalLine stored in column C_CashLine_ID in table C_Debt_Payment_Cancel
Help: The Cash Journal Line indicates a unique line in a cash journal.- See Also:
- Constant Field Values
-
PROPERTY_BANKSTATEMENTLINE
public static final String PROPERTY_BANKSTATEMENTLINE
Property bankStatementLine stored in column C_BankStatementLine_ID in table C_Debt_Payment_Cancel
Help: The Bank Statement Line identifies a unique transaction (Payment, Withdrawal, Charge) for the defined time period at this Bank.- See Also:
- Constant Field Values
-
PROPERTY_BANKACCOUNT
public static final String PROPERTY_BANKACCOUNT
Property bankAccount stored in column C_BankAccount_ID in table C_Debt_Payment_Cancel
Help: The Bank Account identifies an account at this Bank.- See Also:
- Constant Field Values
-
PROPERTY_CASHBOOK
public static final String PROPERTY_CASHBOOK
Property cashbook stored in column C_CashBook_ID in table C_Debt_Payment_Cancel
Help: The Cash Book identifies a unique cash book. The cash book is used to record cash transactions.- See Also:
- Constant Field Values
-
PROPERTY_FORMOFPAYMENT
public static final String PROPERTY_FORMOFPAYMENT
Property formOfPayment stored in column PaymentRule in table C_Debt_Payment_Cancel- See Also:
- Constant Field Values
-
PROPERTY_PAYMENTCOMPLETE
public static final String PROPERTY_PAYMENTCOMPLETE
Property paymentComplete stored in column IsPaid in table C_Debt_Payment_Cancel
Help: The document is paid for.- See Also:
- Constant Field Values
-
PROPERTY_AMOUNT
public static final String PROPERTY_AMOUNT
Property amount stored in column Amount in table C_Debt_Payment_Cancel- See Also:
- Constant Field Values
-
PROPERTY_WRITEOFFAMOUNT
public static final String PROPERTY_WRITEOFFAMOUNT
Property writeoffAmount stored in column WriteOffAmt in table C_Debt_Payment_Cancel
Help: The Write Off Amount indicates the amount to be written off as uncollectible.- See Also:
- Constant Field Values
-
PROPERTY_DUEDATE
public static final String PROPERTY_DUEDATE
Property dueDate stored in column Dateplanned in table C_Debt_Payment_Cancel- See Also:
- Constant Field Values
-
PROPERTY_MANUAL
public static final String PROPERTY_MANUAL
Property manual stored in column IsManual in table C_Debt_Payment_Cancel
Help: The Manual check box indicates if the process will done manually.- See Also:
- Constant Field Values
-
PROPERTY_VALID
public static final String PROPERTY_VALID
Property valid stored in column IsValid in table C_Debt_Payment_Cancel
Help: The element passed the validation check- See Also:
- Constant Field Values
-
PROPERTY_CHANGESETTLEMENTCANCEL
public static final String PROPERTY_CHANGESETTLEMENTCANCEL
Property changeSettlementCancel stored in column ChangeSettlementCancel in table C_Debt_Payment_Cancel- See Also:
- Constant Field Values
-
PROPERTY_CANCELPROCESSED
public static final String PROPERTY_CANCELPROCESSED
Property cancelProcessed stored in column Cancel_Processed in table C_Debt_Payment_Cancel
Help: The settlement cancel is processed.- See Also:
- Constant Field Values
-
PROPERTY_SETTLEMENTGENERATE
public static final String PROPERTY_SETTLEMENTGENERATE
Property settlementGenerate stored in column C_Settlement_Generate_ID in table C_Debt_Payment_Cancel
Help: Refers to the settlement in which this Debt/Payment has been generated.- See Also:
- Constant Field Values
-
PROPERTY_STATUS
public static final String PROPERTY_STATUS
Property status stored in column Status in table C_Debt_Payment_Cancel
Help: Current status of a debt/payment.- See Also:
- Constant Field Values
-
PROPERTY_WITHHOLDING
public static final String PROPERTY_WITHHOLDING
Property withholding stored in column C_Withholding_ID in table C_Debt_Payment_Cancel
Help: The Withholding indicates the type of withholding to be calculated.- See Also:
- Constant Field Values
-
PROPERTY_WITHHOLDINGAMOUNT
public static final String PROPERTY_WITHHOLDINGAMOUNT
Property withholdingamount stored in column Withholdingamount in table C_Debt_Payment_Cancel- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
isReceipt
public Boolean isReceipt()
- See Also:
PROPERTY_RECEIPT
-
setReceipt
public void setReceipt(Boolean receipt)
- See Also:
PROPERTY_RECEIPT
-
getSettlement
public Settlement getSettlement()
- See Also:
PROPERTY_SETTLEMENT
-
setSettlement
public void setSettlement(Settlement settlement)
- See Also:
PROPERTY_SETTLEMENT
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
getInvoice
public Invoice getInvoice()
- See Also:
PROPERTY_INVOICE
-
setInvoice
public void setInvoice(Invoice invoice)
- See Also:
PROPERTY_INVOICE
-
getBusinessPartner
public BusinessPartner getBusinessPartner()
- See Also:
PROPERTY_BUSINESSPARTNER
-
setBusinessPartner
public void setBusinessPartner(BusinessPartner businessPartner)
- See Also:
PROPERTY_BUSINESSPARTNER
-
getCurrency
public Currency getCurrency()
- See Also:
PROPERTY_CURRENCY
-
setCurrency
public void setCurrency(Currency currency)
- See Also:
PROPERTY_CURRENCY
-
getCashJournalLine
public CashJournalLine getCashJournalLine()
- See Also:
PROPERTY_CASHJOURNALLINE
-
setCashJournalLine
public void setCashJournalLine(CashJournalLine cashJournalLine)
- See Also:
PROPERTY_CASHJOURNALLINE
-
getBankStatementLine
public BankStatementLine getBankStatementLine()
- See Also:
PROPERTY_BANKSTATEMENTLINE
-
setBankStatementLine
public void setBankStatementLine(BankStatementLine bankStatementLine)
- See Also:
PROPERTY_BANKSTATEMENTLINE
-
getBankAccount
public BankAccount getBankAccount()
- See Also:
PROPERTY_BANKACCOUNT
-
setBankAccount
public void setBankAccount(BankAccount bankAccount)
- See Also:
PROPERTY_BANKACCOUNT
-
getCashbook
public CashBook getCashbook()
- See Also:
PROPERTY_CASHBOOK
-
setCashbook
public void setCashbook(CashBook cashbook)
- See Also:
PROPERTY_CASHBOOK
-
getFormOfPayment
public String getFormOfPayment()
- See Also:
PROPERTY_FORMOFPAYMENT
-
setFormOfPayment
public void setFormOfPayment(String formOfPayment)
- See Also:
PROPERTY_FORMOFPAYMENT
-
isPaymentComplete
public Boolean isPaymentComplete()
- See Also:
PROPERTY_PAYMENTCOMPLETE
-
setPaymentComplete
public void setPaymentComplete(Boolean paymentComplete)
- See Also:
PROPERTY_PAYMENTCOMPLETE
-
getAmount
public BigDecimal getAmount()
- See Also:
PROPERTY_AMOUNT
-
setAmount
public void setAmount(BigDecimal amount)
- See Also:
PROPERTY_AMOUNT
-
getWriteoffAmount
public BigDecimal getWriteoffAmount()
- See Also:
PROPERTY_WRITEOFFAMOUNT
-
setWriteoffAmount
public void setWriteoffAmount(BigDecimal writeoffAmount)
- See Also:
PROPERTY_WRITEOFFAMOUNT
-
getDueDate
public Date getDueDate()
- See Also:
PROPERTY_DUEDATE
-
setDueDate
public void setDueDate(Date dueDate)
- See Also:
PROPERTY_DUEDATE
-
isManual
public Boolean isManual()
- See Also:
PROPERTY_MANUAL
-
setManual
public void setManual(Boolean manual)
- See Also:
PROPERTY_MANUAL
-
isValid
public Boolean isValid()
- See Also:
PROPERTY_VALID
-
setValid
public void setValid(Boolean valid)
- See Also:
PROPERTY_VALID
-
isChangeSettlementCancel
public Boolean isChangeSettlementCancel()
- See Also:
PROPERTY_CHANGESETTLEMENTCANCEL
-
setChangeSettlementCancel
public void setChangeSettlementCancel(Boolean changeSettlementCancel)
- See Also:
PROPERTY_CHANGESETTLEMENTCANCEL
-
isCancelProcessed
public Boolean isCancelProcessed()
- See Also:
PROPERTY_CANCELPROCESSED
-
setCancelProcessed
public void setCancelProcessed(Boolean cancelProcessed)
- See Also:
PROPERTY_CANCELPROCESSED
-
getSettlementGenerate
public Settlement getSettlementGenerate()
- See Also:
PROPERTY_SETTLEMENTGENERATE
-
setSettlementGenerate
public void setSettlementGenerate(Settlement settlementGenerate)
- See Also:
PROPERTY_SETTLEMENTGENERATE
-
getStatus
public String getStatus()
- See Also:
PROPERTY_STATUS
-
setStatus
public void setStatus(String status)
- See Also:
PROPERTY_STATUS
-
getWithholding
public Withholding getWithholding()
- See Also:
PROPERTY_WITHHOLDING
-
setWithholding
public void setWithholding(Withholding withholding)
- See Also:
PROPERTY_WITHHOLDING
-
getWithholdingamount
public BigDecimal getWithholdingamount()
- See Also:
PROPERTY_WITHHOLDINGAMOUNT
-
setWithholdingamount
public void setWithholdingamount(BigDecimal withholdingamount)
- See Also:
PROPERTY_WITHHOLDINGAMOUNT
-
-