Package org.openbravo.advpaymentmngt
Class APRM_Reconciliation_v
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.advpaymentmngt.APRM_Reconciliation_v
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class APRM_Reconciliation_v extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity APRM_Reconciliation (stored in table APRM_Reconciliation_v).
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_ACCOUNT
Property account stored in column FIN_Financial_Account_ID in table APRM_Reconciliation_v
Help: Financial account used to deposit / withdrawal money such as bank accounts or petty cashstatic String
PROPERTY_ACTIVE
Property active stored in column Isactive in table APRM_Reconciliation_vstatic String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table APRM_Reconciliation_vstatic String
PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table APRM_Reconciliation_vstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table APRM_Reconciliation_vstatic String
PROPERTY_DEPOSITAMT
Property depositAmt stored in column Deposit_Amt in table APRM_Reconciliation_vstatic String
PROPERTY_DEPOSITNO
Property depositNo stored in column Deposit_No in table APRM_Reconciliation_vstatic String
PROPERTY_DOCUMENTNO
Property documentNo stored in column DocumentNo in table APRM_Reconciliation_vstatic String
PROPERTY_DOCUMENTSTATUS
Property documentStatus stored in column Docstatus in table APRM_Reconciliation_v
Help: The Document Status indicates the status of a document at this time. To change the status of a document, use one of the buttons usually located at the bottom of the document window.static String
PROPERTY_DOCUMENTTYPE
Property documentType stored in column C_Doctype_ID in table APRM_Reconciliation_v
Help: The Document Type determines document sequence and processing rulesstatic String
PROPERTY_ENDINGBALANCE
Property endingBalance stored in column Endingbalance in table APRM_Reconciliation_v
Help: The Ending Balance is the result of adjusting the Beginning Balance by any payments or disbursements.static String
PROPERTY_ENDINGDATE
Property endingDate stored in column Dateto in table APRM_Reconciliation_v
Help: The Date To indicates the end date of a range (inclusive)static String
PROPERTY_FORCEDTABLE
Property forcedTable stored in column Forced_Table_ID in table APRM_Reconciliation_v
Help: Hidden column to set the source table id in views. It is needed when creating a tab from a view which will trigger accounting. In that case the original AD_Table_ID is loaded through Forced_Table_ID.static String
PROPERTY_ID
Property id stored in column Aprm_Reconciliation_V_ID in table APRM_Reconciliation_vstatic String
PROPERTY_ITEMAMT
Property itemAmt stored in column Item_Amt in table APRM_Reconciliation_vstatic String
PROPERTY_ITEMNO
Property itemNo stored in column Item_No in table APRM_Reconciliation_vstatic String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table APRM_Reconciliation_vstatic String
PROPERTY_PAYMENTAMT
Property paymentAmt stored in column Payment_Amt in table APRM_Reconciliation_vstatic String
PROPERTY_PAYMENTNO
Property paymentNo stored in column Payment_No in table APRM_Reconciliation_vstatic String
PROPERTY_POSTED
Property posted stored in column Posted in table APRM_Reconciliation_v
Help: An accounting status button that indicates if the transaction has already been posted to the general ledger or not. When doing the accounting manually this button can be used to post or unpost the transaction from the general ledger by hand.static String
PROPERTY_PRINTDETAILED
Property printDetailed stored in column Printdetailed in table APRM_Reconciliation_v
Help: Print Detailedstatic String
PROPERTY_PRINTSUMMARY
Property printSummary stored in column Printsummary in table APRM_Reconciliation_v
Help: Print Summarystatic String
PROPERTY_PROCESSED
Property processed stored in column Processed in table APRM_Reconciliation_v
Help: The Processed checkbox indicates that a document has been processed.static String
PROPERTY_PROCESSNOW
Property processNow stored in column Processing in table APRM_Reconciliation_v
Help: When this field is set as 'Y' a process is being performed on this record.static String
PROPERTY_PROCESSRECONCILIATION
Property processReconciliation stored in column Process_Reconciliation in table APRM_Reconciliation_v
Help: Used to process and reactivate reconciliation documentsstatic String
PROPERTY_RECONCILIATION
Property reconciliation stored in column FIN_Reconciliation_ID in table APRM_Reconciliation_v
Help: Reconciliation events related to the financial accountstatic String
PROPERTY_STARTINGBALANCE
Property startingBalance stored in column Startingbalance in table APRM_Reconciliation_v
Help: Starting Balancestatic String
PROPERTY_TRANSACTIONDATE
Property transactionDate stored in column Statementdate in table APRM_Reconciliation_vstatic String
PROPERTY_UNRECAMT
Property unrecAmt stored in column Unrec_Amt in table APRM_Reconciliation_vstatic String
PROPERTY_UNRECNO
Property unrecNo stored in column Unrec_No in table APRM_Reconciliation_vstatic String
PROPERTY_UPDATED
Property updated stored in column Updated in table APRM_Reconciliation_vstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table APRM_Reconciliation_vstatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description APRM_Reconciliation_v()
-
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 Aprm_Reconciliation_V_ID in table APRM_Reconciliation_v- See Also:
- Constant Field Values
-
PROPERTY_RECONCILIATION
public static final String PROPERTY_RECONCILIATION
Property reconciliation stored in column FIN_Reconciliation_ID in table APRM_Reconciliation_v
Help: Reconciliation events related to the financial account- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table APRM_Reconciliation_v- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table APRM_Reconciliation_v- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table APRM_Reconciliation_v- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table APRM_Reconciliation_v- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table APRM_Reconciliation_v- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table APRM_Reconciliation_v- See Also:
Traceable
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column Isactive in table APRM_Reconciliation_v- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_ACCOUNT
public static final String PROPERTY_ACCOUNT
Property account stored in column FIN_Financial_Account_ID in table APRM_Reconciliation_v
Help: Financial account used to deposit / withdrawal money such as bank accounts or petty cash- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTNO
public static final String PROPERTY_DOCUMENTNO
Property documentNo stored in column DocumentNo in table APRM_Reconciliation_v- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTTYPE
public static final String PROPERTY_DOCUMENTTYPE
Property documentType stored in column C_Doctype_ID in table APRM_Reconciliation_v
Help: The Document Type determines document sequence and processing rules- See Also:
- Constant Field Values
-
PROPERTY_ENDINGDATE
public static final String PROPERTY_ENDINGDATE
Property endingDate stored in column Dateto in table APRM_Reconciliation_v
Help: The Date To indicates the end date of a range (inclusive)- See Also:
- Constant Field Values
-
PROPERTY_TRANSACTIONDATE
public static final String PROPERTY_TRANSACTIONDATE
Property transactionDate stored in column Statementdate in table APRM_Reconciliation_v- See Also:
- Constant Field Values
-
PROPERTY_ENDINGBALANCE
public static final String PROPERTY_ENDINGBALANCE
Property endingBalance stored in column Endingbalance in table APRM_Reconciliation_v
Help: The Ending Balance is the result of adjusting the Beginning Balance by any payments or disbursements.- See Also:
- Constant Field Values
-
PROPERTY_STARTINGBALANCE
public static final String PROPERTY_STARTINGBALANCE
Property startingBalance stored in column Startingbalance in table APRM_Reconciliation_v
Help: Starting Balance- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTSTATUS
public static final String PROPERTY_DOCUMENTSTATUS
Property documentStatus stored in column Docstatus in table APRM_Reconciliation_v
Help: The Document Status indicates the status of a document at this time. To change the status of a document, use one of the buttons usually located at the bottom of the document window.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSNOW
public static final String PROPERTY_PROCESSNOW
Property processNow stored in column Processing in table APRM_Reconciliation_v
Help: When this field is set as 'Y' a process is being performed on this record.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSED
public static final String PROPERTY_PROCESSED
Property processed stored in column Processed in table APRM_Reconciliation_v
Help: The Processed checkbox indicates that a document has been processed.- See Also:
- Constant Field Values
-
PROPERTY_POSTED
public static final String PROPERTY_POSTED
Property posted stored in column Posted in table APRM_Reconciliation_v
Help: An accounting status button that indicates if the transaction has already been posted to the general ledger or not. When doing the accounting manually this button can be used to post or unpost the transaction from the general ledger by hand.- See Also:
- Constant Field Values
-
PROPERTY_PRINTDETAILED
public static final String PROPERTY_PRINTDETAILED
Property printDetailed stored in column Printdetailed in table APRM_Reconciliation_v
Help: Print Detailed- See Also:
- Constant Field Values
-
PROPERTY_PRINTSUMMARY
public static final String PROPERTY_PRINTSUMMARY
Property printSummary stored in column Printsummary in table APRM_Reconciliation_v
Help: Print Summary- See Also:
- Constant Field Values
-
PROPERTY_PROCESSRECONCILIATION
public static final String PROPERTY_PROCESSRECONCILIATION
Property processReconciliation stored in column Process_Reconciliation in table APRM_Reconciliation_v
Help: Used to process and reactivate reconciliation documents- See Also:
- Constant Field Values
-
PROPERTY_ITEMNO
public static final String PROPERTY_ITEMNO
Property itemNo stored in column Item_No in table APRM_Reconciliation_v- See Also:
- Constant Field Values
-
PROPERTY_ITEMAMT
public static final String PROPERTY_ITEMAMT
Property itemAmt stored in column Item_Amt in table APRM_Reconciliation_v- See Also:
- Constant Field Values
-
PROPERTY_UNRECNO
public static final String PROPERTY_UNRECNO
Property unrecNo stored in column Unrec_No in table APRM_Reconciliation_v- See Also:
- Constant Field Values
-
PROPERTY_UNRECAMT
public static final String PROPERTY_UNRECAMT
Property unrecAmt stored in column Unrec_Amt in table APRM_Reconciliation_v- See Also:
- Constant Field Values
-
PROPERTY_PAYMENTNO
public static final String PROPERTY_PAYMENTNO
Property paymentNo stored in column Payment_No in table APRM_Reconciliation_v- See Also:
- Constant Field Values
-
PROPERTY_PAYMENTAMT
public static final String PROPERTY_PAYMENTAMT
Property paymentAmt stored in column Payment_Amt in table APRM_Reconciliation_v- See Also:
- Constant Field Values
-
PROPERTY_DEPOSITNO
public static final String PROPERTY_DEPOSITNO
Property depositNo stored in column Deposit_No in table APRM_Reconciliation_v- See Also:
- Constant Field Values
-
PROPERTY_DEPOSITAMT
public static final String PROPERTY_DEPOSITAMT
Property depositAmt stored in column Deposit_Amt in table APRM_Reconciliation_v- See Also:
- Constant Field Values
-
PROPERTY_FORCEDTABLE
public static final String PROPERTY_FORCEDTABLE
Property forcedTable stored in column Forced_Table_ID in table APRM_Reconciliation_v
Help: Hidden column to set the source table id in views. It is needed when creating a tab from a view which will trigger accounting. In that case the original AD_Table_ID is loaded through Forced_Table_ID.- 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
-
getReconciliation
public FIN_Reconciliation getReconciliation()
- See Also:
PROPERTY_RECONCILIATION
-
setReconciliation
public void setReconciliation(FIN_Reconciliation reconciliation)
- See Also:
PROPERTY_RECONCILIATION
-
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
-
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
-
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
-
getAccount
public FIN_FinancialAccount getAccount()
- See Also:
PROPERTY_ACCOUNT
-
setAccount
public void setAccount(FIN_FinancialAccount account)
- See Also:
PROPERTY_ACCOUNT
-
getDocumentNo
public String getDocumentNo()
- See Also:
PROPERTY_DOCUMENTNO
-
setDocumentNo
public void setDocumentNo(String documentNo)
- See Also:
PROPERTY_DOCUMENTNO
-
getDocumentType
public DocumentType getDocumentType()
- See Also:
PROPERTY_DOCUMENTTYPE
-
setDocumentType
public void setDocumentType(DocumentType documentType)
- See Also:
PROPERTY_DOCUMENTTYPE
-
getEndingDate
public Date getEndingDate()
- See Also:
PROPERTY_ENDINGDATE
-
setEndingDate
public void setEndingDate(Date endingDate)
- See Also:
PROPERTY_ENDINGDATE
-
getTransactionDate
public Date getTransactionDate()
- See Also:
PROPERTY_TRANSACTIONDATE
-
setTransactionDate
public void setTransactionDate(Date transactionDate)
- See Also:
PROPERTY_TRANSACTIONDATE
-
getEndingBalance
public BigDecimal getEndingBalance()
- See Also:
PROPERTY_ENDINGBALANCE
-
setEndingBalance
public void setEndingBalance(BigDecimal endingBalance)
- See Also:
PROPERTY_ENDINGBALANCE
-
getStartingBalance
public BigDecimal getStartingBalance()
- See Also:
PROPERTY_STARTINGBALANCE
-
setStartingBalance
public void setStartingBalance(BigDecimal startingBalance)
- See Also:
PROPERTY_STARTINGBALANCE
-
getDocumentStatus
public String getDocumentStatus()
- See Also:
PROPERTY_DOCUMENTSTATUS
-
setDocumentStatus
public void setDocumentStatus(String documentStatus)
- See Also:
PROPERTY_DOCUMENTSTATUS
-
isProcessNow
public Boolean isProcessNow()
- See Also:
PROPERTY_PROCESSNOW
-
setProcessNow
public void setProcessNow(Boolean processNow)
- See Also:
PROPERTY_PROCESSNOW
-
isProcessed
public Boolean isProcessed()
- See Also:
PROPERTY_PROCESSED
-
setProcessed
public void setProcessed(Boolean processed)
- See Also:
PROPERTY_PROCESSED
-
getPosted
public String getPosted()
- See Also:
PROPERTY_POSTED
-
setPosted
public void setPosted(String posted)
- See Also:
PROPERTY_POSTED
-
isPrintDetailed
public Boolean isPrintDetailed()
- See Also:
PROPERTY_PRINTDETAILED
-
setPrintDetailed
public void setPrintDetailed(Boolean printDetailed)
- See Also:
PROPERTY_PRINTDETAILED
-
isPrintSummary
public Boolean isPrintSummary()
- See Also:
PROPERTY_PRINTSUMMARY
-
setPrintSummary
public void setPrintSummary(Boolean printSummary)
- See Also:
PROPERTY_PRINTSUMMARY
-
getProcessReconciliation
public String getProcessReconciliation()
- See Also:
PROPERTY_PROCESSRECONCILIATION
-
setProcessReconciliation
public void setProcessReconciliation(String processReconciliation)
- See Also:
PROPERTY_PROCESSRECONCILIATION
-
getItemNo
public Long getItemNo()
- See Also:
PROPERTY_ITEMNO
-
setItemNo
public void setItemNo(Long itemNo)
- See Also:
PROPERTY_ITEMNO
-
getItemAmt
public BigDecimal getItemAmt()
- See Also:
PROPERTY_ITEMAMT
-
setItemAmt
public void setItemAmt(BigDecimal itemAmt)
- See Also:
PROPERTY_ITEMAMT
-
getUnrecNo
public Long getUnrecNo()
- See Also:
PROPERTY_UNRECNO
-
setUnrecNo
public void setUnrecNo(Long unrecNo)
- See Also:
PROPERTY_UNRECNO
-
getUnrecAmt
public BigDecimal getUnrecAmt()
- See Also:
PROPERTY_UNRECAMT
-
setUnrecAmt
public void setUnrecAmt(BigDecimal unrecAmt)
- See Also:
PROPERTY_UNRECAMT
-
getPaymentNo
public Long getPaymentNo()
- See Also:
PROPERTY_PAYMENTNO
-
setPaymentNo
public void setPaymentNo(Long paymentNo)
- See Also:
PROPERTY_PAYMENTNO
-
getPaymentAmt
public BigDecimal getPaymentAmt()
- See Also:
PROPERTY_PAYMENTAMT
-
setPaymentAmt
public void setPaymentAmt(BigDecimal paymentAmt)
- See Also:
PROPERTY_PAYMENTAMT
-
getDepositNo
public Long getDepositNo()
- See Also:
PROPERTY_DEPOSITNO
-
setDepositNo
public void setDepositNo(Long depositNo)
- See Also:
PROPERTY_DEPOSITNO
-
getDepositAmt
public BigDecimal getDepositAmt()
- See Also:
PROPERTY_DEPOSITAMT
-
setDepositAmt
public void setDepositAmt(BigDecimal depositAmt)
- See Also:
PROPERTY_DEPOSITAMT
-
getForcedTable
public Table getForcedTable()
- See Also:
PROPERTY_FORCEDTABLE
-
setForcedTable
public void setForcedTable(Table forcedTable)
- See Also:
PROPERTY_FORCEDTABLE
-
-