Class BankStatementLine
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.financialmgmt.cashmgmt.BankStatementLine
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class BankStatementLine extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity FinancialMgmtBankStatementLine (stored in table C_BankStatementLine).
Help: The Statement Line Tab defines the individual line items on the Bank Statement. They can be entered manually or generated from payments entered.
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_ACCOUNTINGDATE
Property accountingDate stored in column DateAcct in table C_BankStatementLine
Help: The date this transaction is recorded on in the general ledger. This date also indicates which accounting period within the fiscal year this transaction will be part of.static String
PROPERTY_ACTIVE
Property active stored in column IsActive in table C_BankStatementLinestatic String
PROPERTY_BANKSTATEMENT
Property bankStatement stored in column C_BankStatement_ID in table C_BankStatementLine
Help: The Bank Statement identifies a unique Bank Statement for a defined time period. The statement defines all transactions that occurredstatic String
PROPERTY_CHARGE
Property charge stored in column C_Charge_ID in table C_BankStatementLine
Help: The Charge indicates a type of Charge (Handling, Shipping, Restocking)static String
PROPERTY_CHARGEAMOUNT
Property chargeAmount stored in column ChargeAmt in table C_BankStatementLine
Help: The Charge Amount indicates the amount for an additional charge.static String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_BankStatementLinestatic String
PROPERTY_CONVERTCHARGEAMOUNT
Property convertChargeAmount stored in column ConvertChargeAmt in table C_BankStatementLine
Help: The Convert Charge Amount indicates the amount for an additional charge due to currency conversions.static String
PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_BankStatementLinestatic String
PROPERTY_CREATEDDEBTPAYMENT
Property createdDebtPayment stored in column C_Debt_Payment_Create in table C_BankStatementLine
Help: Process to create a debt/payment.static String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_BankStatementLinestatic String
PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table C_BankStatementLine
Help: Indicates the currency to be used when processing this document.static String
PROPERTY_DESCRIPTION
Property description stored in column Description in table C_BankStatementLine
Help: A description is limited to 255 characters.static String
PROPERTY_EFFECTIVEDATE
Property effectiveDate stored in column ValutaDate in table C_BankStatementLine
Help: The Effective Date indicates the date that money is available from the bank.static String
PROPERTY_GLITEM
Property gLItem stored in column C_Glitem_ID in table C_BankStatementLine
Help: General ledger item.static String
PROPERTY_ID
Property id stored in column C_BankStatementLine_ID in table C_BankStatementLine
Help: The Bank Statement Line identifies a unique transaction (Payment, Withdrawal, Charge) for the defined time period at this Bank.static String
PROPERTY_LINENO
Property lineNo stored in column Line in table C_BankStatementLinestatic String
PROPERTY_MEMO
Property memo stored in column Memo in table C_BankStatementLine
Help: Memo Textstatic String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_BankStatementLinestatic String
PROPERTY_PAYMENT
Property payment stored in column C_Debt_Payment_ID in table C_BankStatementLine
Help: Refers to the amount of money to be paid or collected.static String
PROPERTY_PAYMENTMANAGEMENT
Property paymentManagement stored in column C_Dp_Management_ID in table C_BankStatementLine
Help: Debt Payment Management allows to manage the changes of status of a debt/payment.static String
PROPERTY_REFERENCENO
Property referenceNo stored in column ReferenceNo in table C_BankStatementLine
Help: The reference number can be printed on orders and invoices to allow your business partner to faster identify your records.static String
PROPERTY_STATEMENTAMOUNT
Property statementAmount stored in column StmtAmt in table C_BankStatementLinestatic String
PROPERTY_TRANSACTIONAMOUNT
Property transactionAmount stored in column TrxAmt in table C_BankStatementLine
Help: The Transaction Amount indicates the amount for a single transaction.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table C_BankStatementLinestatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_BankStatementLinestatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description BankStatementLine()
-
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_BankStatementLine_ID in table C_BankStatementLine
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_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_BankStatementLine- 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_BankStatementLine- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table C_BankStatementLine- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_BankStatementLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_BankStatementLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table C_BankStatementLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_BankStatementLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_BANKSTATEMENT
public static final String PROPERTY_BANKSTATEMENT
Property bankStatement stored in column C_BankStatement_ID in table C_BankStatementLine
Help: The Bank Statement identifies a unique Bank Statement for a defined time period. The statement defines all transactions that occurred- See Also:
- Constant Field Values
-
PROPERTY_LINENO
public static final String PROPERTY_LINENO
Property lineNo stored in column Line in table C_BankStatementLine- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table C_BankStatementLine
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_EFFECTIVEDATE
public static final String PROPERTY_EFFECTIVEDATE
Property effectiveDate stored in column ValutaDate in table C_BankStatementLine
Help: The Effective Date indicates the date that money is available from the bank.- See Also:
- Constant Field Values
-
PROPERTY_ACCOUNTINGDATE
public static final String PROPERTY_ACCOUNTINGDATE
Property accountingDate stored in column DateAcct in table C_BankStatementLine
Help: The date this transaction is recorded on in the general ledger. This date also indicates which accounting period within the fiscal year this transaction will be part of.- See Also:
- Constant Field Values
-
PROPERTY_CURRENCY
public static final String PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table C_BankStatementLine
Help: Indicates the currency to be used when processing this document.- See Also:
- Constant Field Values
-
PROPERTY_TRANSACTIONAMOUNT
public static final String PROPERTY_TRANSACTIONAMOUNT
Property transactionAmount stored in column TrxAmt in table C_BankStatementLine
Help: The Transaction Amount indicates the amount for a single transaction.- See Also:
- Constant Field Values
-
PROPERTY_STATEMENTAMOUNT
public static final String PROPERTY_STATEMENTAMOUNT
Property statementAmount stored in column StmtAmt in table C_BankStatementLine- See Also:
- Constant Field Values
-
PROPERTY_CHARGE
public static final String PROPERTY_CHARGE
Property charge stored in column C_Charge_ID in table C_BankStatementLine
Help: The Charge indicates a type of Charge (Handling, Shipping, Restocking)- See Also:
- Constant Field Values
-
PROPERTY_CHARGEAMOUNT
public static final String PROPERTY_CHARGEAMOUNT
Property chargeAmount stored in column ChargeAmt in table C_BankStatementLine
Help: The Charge Amount indicates the amount for an additional charge.- See Also:
- Constant Field Values
-
PROPERTY_MEMO
public static final String PROPERTY_MEMO
Property memo stored in column Memo in table C_BankStatementLine
Help: Memo Text- See Also:
- Constant Field Values
-
PROPERTY_REFERENCENO
public static final String PROPERTY_REFERENCENO
Property referenceNo stored in column ReferenceNo in table C_BankStatementLine
Help: The reference number can be printed on orders and invoices to allow your business partner to faster identify your records.- See Also:
- Constant Field Values
-
PROPERTY_PAYMENT
public static final String PROPERTY_PAYMENT
Property payment stored in column C_Debt_Payment_ID in table C_BankStatementLine
Help: Refers to the amount of money to be paid or collected.- See Also:
- Constant Field Values
-
PROPERTY_CONVERTCHARGEAMOUNT
public static final String PROPERTY_CONVERTCHARGEAMOUNT
Property convertChargeAmount stored in column ConvertChargeAmt in table C_BankStatementLine
Help: The Convert Charge Amount indicates the amount for an additional charge due to currency conversions.- See Also:
- Constant Field Values
-
PROPERTY_CREATEDDEBTPAYMENT
public static final String PROPERTY_CREATEDDEBTPAYMENT
Property createdDebtPayment stored in column C_Debt_Payment_Create in table C_BankStatementLine
Help: Process to create a debt/payment.- See Also:
- Constant Field Values
-
PROPERTY_PAYMENTMANAGEMENT
public static final String PROPERTY_PAYMENTMANAGEMENT
Property paymentManagement stored in column C_Dp_Management_ID in table C_BankStatementLine
Help: Debt Payment Management allows to manage the changes of status of a debt/payment.- See Also:
- Constant Field Values
-
PROPERTY_GLITEM
public static final String PROPERTY_GLITEM
Property gLItem stored in column C_Glitem_ID in table C_BankStatementLine
Help: General ledger item.- 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
-
getBankStatement
public BankStatement getBankStatement()
- See Also:
PROPERTY_BANKSTATEMENT
-
setBankStatement
public void setBankStatement(BankStatement bankStatement)
- See Also:
PROPERTY_BANKSTATEMENT
-
getLineNo
public Long getLineNo()
- See Also:
PROPERTY_LINENO
-
setLineNo
public void setLineNo(Long lineNo)
- See Also:
PROPERTY_LINENO
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
getEffectiveDate
public Date getEffectiveDate()
- See Also:
PROPERTY_EFFECTIVEDATE
-
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
- See Also:
PROPERTY_EFFECTIVEDATE
-
getAccountingDate
public Date getAccountingDate()
- See Also:
PROPERTY_ACCOUNTINGDATE
-
setAccountingDate
public void setAccountingDate(Date accountingDate)
- See Also:
PROPERTY_ACCOUNTINGDATE
-
getCurrency
public Currency getCurrency()
- See Also:
PROPERTY_CURRENCY
-
setCurrency
public void setCurrency(Currency currency)
- See Also:
PROPERTY_CURRENCY
-
getTransactionAmount
public BigDecimal getTransactionAmount()
- See Also:
PROPERTY_TRANSACTIONAMOUNT
-
setTransactionAmount
public void setTransactionAmount(BigDecimal transactionAmount)
- See Also:
PROPERTY_TRANSACTIONAMOUNT
-
getStatementAmount
public BigDecimal getStatementAmount()
- See Also:
PROPERTY_STATEMENTAMOUNT
-
setStatementAmount
public void setStatementAmount(BigDecimal statementAmount)
- See Also:
PROPERTY_STATEMENTAMOUNT
-
getCharge
public GLCharge getCharge()
- See Also:
PROPERTY_CHARGE
-
setCharge
public void setCharge(GLCharge charge)
- See Also:
PROPERTY_CHARGE
-
getChargeAmount
public BigDecimal getChargeAmount()
- See Also:
PROPERTY_CHARGEAMOUNT
-
setChargeAmount
public void setChargeAmount(BigDecimal chargeAmount)
- See Also:
PROPERTY_CHARGEAMOUNT
-
getMemo
public String getMemo()
- See Also:
PROPERTY_MEMO
-
setMemo
public void setMemo(String memo)
- See Also:
PROPERTY_MEMO
-
getReferenceNo
public String getReferenceNo()
- See Also:
PROPERTY_REFERENCENO
-
setReferenceNo
public void setReferenceNo(String referenceNo)
- See Also:
PROPERTY_REFERENCENO
-
getPayment
public DebtPayment getPayment()
- See Also:
PROPERTY_PAYMENT
-
setPayment
public void setPayment(DebtPayment payment)
- See Also:
PROPERTY_PAYMENT
-
getConvertChargeAmount
public BigDecimal getConvertChargeAmount()
- See Also:
PROPERTY_CONVERTCHARGEAMOUNT
-
setConvertChargeAmount
public void setConvertChargeAmount(BigDecimal convertChargeAmount)
- See Also:
PROPERTY_CONVERTCHARGEAMOUNT
-
isCreatedDebtPayment
public Boolean isCreatedDebtPayment()
- See Also:
PROPERTY_CREATEDDEBTPAYMENT
-
setCreatedDebtPayment
public void setCreatedDebtPayment(Boolean createdDebtPayment)
- See Also:
PROPERTY_CREATEDDEBTPAYMENT
-
getPaymentManagement
public DPManagement getPaymentManagement()
- See Also:
PROPERTY_PAYMENTMANAGEMENT
-
setPaymentManagement
public void setPaymentManagement(DPManagement paymentManagement)
- See Also:
PROPERTY_PAYMENTMANAGEMENT
-
getGLItem
public GLItem getGLItem()
- See Also:
PROPERTY_GLITEM
-
setGLItem
public void setGLItem(GLItem gLItem)
- See Also:
PROPERTY_GLITEM
-
-