|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_GL_Journal
public class X_GL_Journal
Generated Model for GL_Journal
| Field Summary | |
|---|---|
static int |
C_PERIOD_ID_AD_Reference_ID
C_Period_ID AD_Reference_ID=275 |
static int |
DOCACTION_AD_Reference_ID
DocAction AD_Reference_ID=135 |
static String |
DOCACTION_Approve
Approve = AP |
static String |
DOCACTION_Close
Close = CL |
static String |
DOCACTION_Complete
Complete = CO |
static String |
DOCACTION_Invalidate
Invalidate = IN |
static String |
DOCACTION_None
|
static String |
DOCACTION_Post
Post = PO |
static String |
DOCACTION_Prepare
Prepare = PR |
static String |
DOCACTION_Re_Activate
Re-activate = RE |
static String |
DOCACTION_Reject
Reject = RJ |
static String |
DOCACTION_Reverse_Accrual
Reverse - Accrual = RA |
static String |
DOCACTION_Reverse_Correct
Reverse - Correct = RC |
static String |
DOCACTION_Unlock
Unlock = XL |
static String |
DOCACTION_Void
Void = VO |
static String |
DOCACTION_WaitComplete
Wait Complete = WC |
static int |
DOCSTATUS_AD_Reference_ID
DocStatus AD_Reference_ID=131 |
static String |
DOCSTATUS_Approved
Approved = AP |
static String |
DOCSTATUS_Closed
Closed = CL |
static String |
DOCSTATUS_Completed
Completed = CO |
static String |
DOCSTATUS_Drafted
Drafted = DR |
static String |
DOCSTATUS_InProgress
In Progress = IP |
static String |
DOCSTATUS_Invalid
Invalid = IN |
static String |
DOCSTATUS_NotApproved
Not Approved = NA |
static String |
DOCSTATUS_Reversed
Reversed = RE |
static String |
DOCSTATUS_Unknown
Unknown = ?? |
static String |
DOCSTATUS_Voided
Voided = VO |
static String |
DOCSTATUS_WaitingConfirmation
Waiting Confirmation = WC |
static String |
DOCSTATUS_WaitingPayment
Waiting Payment = WP |
static String |
POSTINGTYPE_Actual
Actual = A |
static int |
POSTINGTYPE_AD_Reference_ID
PostingType AD_Reference_ID=125 |
static String |
POSTINGTYPE_Budget
Budget = B |
static String |
POSTINGTYPE_Commitment
Commitment = E |
static String |
POSTINGTYPE_Reservation
Reservation = R |
static String |
POSTINGTYPE_Statistical
Statistical = S |
static int |
REVERSAL_ID_AD_Reference_ID
Reversal_ID AD_Reference_ID=53250 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_GL_Journal(Properties ctx,
int GL_Journal_ID,
String trxName)
Standard Constructor |
|
X_GL_Journal(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_AcctSchema_ID()
Get Accounting Schema. |
I_C_AcctSchema |
getC_AcctSchema()
|
int |
getC_ConversionType_ID()
Get Currency Type. |
I_C_ConversionType |
getC_ConversionType()
|
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_Currency()
|
int |
getC_DocType_ID()
Get Document Type. |
I_C_DocType |
getC_DocType()
|
int |
getC_Period_ID()
Get Period. |
BigDecimal |
getControlAmt()
Get Control Amount. |
BigDecimal |
getCurrencyRate()
Get Rate. |
Timestamp |
getDateAcct()
Get Account Date. |
Timestamp |
getDateDoc()
Get Document Date. |
String |
getDescription()
Get Description. |
String |
getDocAction()
Get Document Action. |
String |
getDocStatus()
Get Document Status. |
String |
getDocumentNo()
Get Document No. |
int |
getGL_Budget_ID()
Get Budget. |
I_GL_Budget |
getGL_Budget()
|
int |
getGL_Category_ID()
Get GL Category. |
I_GL_Category |
getGL_Category()
|
int |
getGL_Journal_ID()
Get Journal. |
int |
getGL_JournalBatch_ID()
Get Journal Batch. |
I_GL_JournalBatch |
getGL_JournalBatch()
|
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getPostingType()
Get PostingType. |
int |
getReversal_ID()
Get Reversal ID. |
BigDecimal |
getTotalCr()
Get Total Credit. |
BigDecimal |
getTotalDr()
Get Total Debit. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isApproved()
Get Approved. |
boolean |
isPosted()
Get Posted. |
boolean |
isPrinted()
Get Printed. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. |
void |
setC_ConversionType_ID(int C_ConversionType_ID)
Set Currency Type. |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setC_DocType_ID(int C_DocType_ID)
Set Document Type. |
void |
setC_Period_ID(int C_Period_ID)
Set Period. |
void |
setControlAmt(BigDecimal ControlAmt)
Set Control Amount. |
void |
setCurrencyRate(BigDecimal CurrencyRate)
Set Rate. |
void |
setDateAcct(Timestamp DateAcct)
Set Account Date. |
void |
setDateDoc(Timestamp DateDoc)
Set Document Date. |
void |
setDescription(String Description)
Set Description. |
void |
setDocAction(String DocAction)
Set Document Action. |
void |
setDocStatus(String DocStatus)
Set Document Status. |
void |
setDocumentNo(String DocumentNo)
Set Document No. |
void |
setGL_Budget_ID(int GL_Budget_ID)
Set Budget. |
void |
setGL_Category_ID(int GL_Category_ID)
Set GL Category. |
void |
setGL_Journal_ID(int GL_Journal_ID)
Set Journal. |
void |
setGL_JournalBatch_ID(int GL_JournalBatch_ID)
Set Journal Batch. |
void |
setIsApproved(boolean IsApproved)
Set Approved. |
void |
setIsPrinted(boolean IsPrinted)
Set Printed. |
void |
setPosted(boolean Posted)
Set Posted. |
void |
setPostingType(String PostingType)
Set PostingType. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setReversal_ID(int Reversal_ID)
Set Reversal ID. |
void |
setTotalCr(BigDecimal TotalCr)
Set Total Credit. |
void |
setTotalDr(BigDecimal TotalDr)
Set Total Debit. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int C_PERIOD_ID_AD_Reference_ID
public static final int DOCACTION_AD_Reference_ID
public static final String DOCACTION_Complete
public static final String DOCACTION_Approve
public static final String DOCACTION_Reject
public static final String DOCACTION_Post
public static final String DOCACTION_Void
public static final String DOCACTION_Close
public static final String DOCACTION_Reverse_Correct
public static final String DOCACTION_Reverse_Accrual
public static final String DOCACTION_Invalidate
public static final String DOCACTION_Re_Activate
public static final String DOCACTION_None
public static final String DOCACTION_Prepare
public static final String DOCACTION_Unlock
public static final String DOCACTION_WaitComplete
public static final int DOCSTATUS_AD_Reference_ID
public static final String DOCSTATUS_Drafted
public static final String DOCSTATUS_Completed
public static final String DOCSTATUS_Approved
public static final String DOCSTATUS_NotApproved
public static final String DOCSTATUS_Voided
public static final String DOCSTATUS_Invalid
public static final String DOCSTATUS_Reversed
public static final String DOCSTATUS_Closed
public static final String DOCSTATUS_Unknown
public static final String DOCSTATUS_InProgress
public static final String DOCSTATUS_WaitingPayment
public static final String DOCSTATUS_WaitingConfirmation
public static final int POSTINGTYPE_AD_Reference_ID
public static final String POSTINGTYPE_Actual
public static final String POSTINGTYPE_Budget
public static final String POSTINGTYPE_Commitment
public static final String POSTINGTYPE_Statistical
public static final String POSTINGTYPE_Reservation
public static final int REVERSAL_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_GL_Journal(Properties ctx,
int GL_Journal_ID,
String trxName)
public X_GL_Journal(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_C_AcctSchema getC_AcctSchema()
throws Exception
getC_AcctSchema in interface I_GL_JournalExceptionpublic void setC_AcctSchema_ID(int C_AcctSchema_ID)
setC_AcctSchema_ID in interface I_GL_JournalC_AcctSchema_ID - Rules for accountingpublic int getC_AcctSchema_ID()
getC_AcctSchema_ID in interface I_GL_Journal
public I_C_ConversionType getC_ConversionType()
throws Exception
getC_ConversionType in interface I_GL_JournalExceptionpublic void setC_ConversionType_ID(int C_ConversionType_ID)
setC_ConversionType_ID in interface I_GL_JournalC_ConversionType_ID - Currency Conversion Rate Typepublic int getC_ConversionType_ID()
getC_ConversionType_ID in interface I_GL_Journal
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_GL_JournalExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_GL_JournalC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_GL_Journal
public I_C_DocType getC_DocType()
throws Exception
getC_DocType in interface I_GL_JournalExceptionpublic void setC_DocType_ID(int C_DocType_ID)
setC_DocType_ID in interface I_GL_JournalC_DocType_ID - Document type or rulespublic int getC_DocType_ID()
getC_DocType_ID in interface I_GL_Journalpublic void setControlAmt(BigDecimal ControlAmt)
setControlAmt in interface I_GL_JournalControlAmt - If not zero, the Debit amount of the document must be equal this amountpublic BigDecimal getControlAmt()
getControlAmt in interface I_GL_Journalpublic void setC_Period_ID(int C_Period_ID)
setC_Period_ID in interface I_GL_JournalC_Period_ID - Period of the Calendarpublic int getC_Period_ID()
getC_Period_ID in interface I_GL_Journalpublic void setCurrencyRate(BigDecimal CurrencyRate)
setCurrencyRate in interface I_GL_JournalCurrencyRate - Currency Conversion Ratepublic BigDecimal getCurrencyRate()
getCurrencyRate in interface I_GL_Journalpublic void setDateAcct(Timestamp DateAcct)
setDateAcct in interface I_GL_JournalDateAcct - Accounting Datepublic Timestamp getDateAcct()
getDateAcct in interface I_GL_Journalpublic void setDateDoc(Timestamp DateDoc)
setDateDoc in interface I_GL_JournalDateDoc - Date of the Documentpublic Timestamp getDateDoc()
getDateDoc in interface I_GL_Journalpublic void setDescription(String Description)
setDescription in interface I_GL_JournalDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_GL_Journalpublic void setDocAction(String DocAction)
setDocAction in interface I_GL_JournalDocAction - The targeted status of the documentpublic String getDocAction()
getDocAction in interface I_GL_Journalpublic void setDocStatus(String DocStatus)
setDocStatus in interface I_GL_JournalDocStatus - The current status of the documentpublic String getDocStatus()
getDocStatus in interface I_GL_Journalpublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_GL_JournalDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_GL_Journalpublic KeyNamePair getKeyNamePair()
public I_GL_Budget getGL_Budget()
throws Exception
getGL_Budget in interface I_GL_JournalExceptionpublic void setGL_Budget_ID(int GL_Budget_ID)
setGL_Budget_ID in interface I_GL_JournalGL_Budget_ID - General Ledger Budgetpublic int getGL_Budget_ID()
getGL_Budget_ID in interface I_GL_Journal
public I_GL_Category getGL_Category()
throws Exception
getGL_Category in interface I_GL_JournalExceptionpublic void setGL_Category_ID(int GL_Category_ID)
setGL_Category_ID in interface I_GL_JournalGL_Category_ID - General Ledger Categorypublic int getGL_Category_ID()
getGL_Category_ID in interface I_GL_Journal
public I_GL_JournalBatch getGL_JournalBatch()
throws Exception
getGL_JournalBatch in interface I_GL_JournalExceptionpublic void setGL_JournalBatch_ID(int GL_JournalBatch_ID)
setGL_JournalBatch_ID in interface I_GL_JournalGL_JournalBatch_ID - General Ledger Journal Batchpublic int getGL_JournalBatch_ID()
getGL_JournalBatch_ID in interface I_GL_Journalpublic void setGL_Journal_ID(int GL_Journal_ID)
setGL_Journal_ID in interface I_GL_JournalGL_Journal_ID - General Ledger Journalpublic int getGL_Journal_ID()
getGL_Journal_ID in interface I_GL_Journalpublic void setIsApproved(boolean IsApproved)
setIsApproved in interface I_GL_JournalIsApproved - Indicates if this document requires approvalpublic boolean isApproved()
isApproved in interface I_GL_Journalpublic void setIsPrinted(boolean IsPrinted)
setIsPrinted in interface I_GL_JournalIsPrinted - Indicates if this document / line is printedpublic boolean isPrinted()
isPrinted in interface I_GL_Journalpublic void setPosted(boolean Posted)
setPosted in interface I_GL_JournalPosted - Posting statuspublic boolean isPosted()
isPosted in interface I_GL_Journalpublic void setPostingType(String PostingType)
setPostingType in interface I_GL_JournalPostingType - The type of posted amount for the transactionpublic String getPostingType()
getPostingType in interface I_GL_Journalpublic void setProcessed(boolean Processed)
setProcessed in interface I_GL_JournalProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_GL_Journalpublic void setProcessing(boolean Processing)
setProcessing in interface I_GL_JournalProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_GL_Journalpublic void setReversal_ID(int Reversal_ID)
setReversal_ID in interface I_GL_JournalReversal_ID - ID of document reversalpublic int getReversal_ID()
getReversal_ID in interface I_GL_Journalpublic void setTotalCr(BigDecimal TotalCr)
setTotalCr in interface I_GL_JournalTotalCr - Total Credit in document currencypublic BigDecimal getTotalCr()
getTotalCr in interface I_GL_Journalpublic void setTotalDr(BigDecimal TotalDr)
setTotalDr in interface I_GL_JournalTotalDr - Total debit in document currencypublic BigDecimal getTotalDr()
getTotalDr in interface I_GL_Journal
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||