|
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_I_ReportLine
public class X_I_ReportLine
Generated Model for I_ReportLine
| Field Summary | |
|---|---|
static int |
AMOUNTTYPE_AD_Reference_ID
AmountType AD_Reference_ID=235 |
static String |
AMOUNTTYPE_PeriodBalance
Period Balance = BP |
static String |
AMOUNTTYPE_PeriodCreditOnly
Period Credit Only = CP |
static String |
AMOUNTTYPE_PeriodDebitOnly
Period Debit Only = DP |
static String |
AMOUNTTYPE_PeriodQuantity
Period Quantity = QP |
static String |
AMOUNTTYPE_TotalBalance
Total Balance = BT |
static String |
AMOUNTTYPE_TotalCreditOnly
Total Credit Only = CT |
static String |
AMOUNTTYPE_TotalDebitOnly
Total Debit Only = DT |
static String |
AMOUNTTYPE_TotalQuantity
Total Quantity = QT |
static String |
AMOUNTTYPE_YearBalance
Year Balance = BY |
static String |
AMOUNTTYPE_YearCreditOnly
Year Credit Only = CY |
static String |
AMOUNTTYPE_YearDebitOnly
Year Debit Only = DY |
static String |
AMOUNTTYPE_YearQuantity
Year Quantity = QY |
static int |
CALCULATIONTYPE_AD_Reference_ID
CalculationType AD_Reference_ID=236 |
static String |
CALCULATIONTYPE_AddOp1PlusOp2
Add (Op1+Op2) = A |
static String |
CALCULATIONTYPE_AddRangeOp1ToOp2
Add Range (Op1 to Op2) = R |
static String |
CALCULATIONTYPE_PercentageOp1OfOp2
Percentage (Op1 of Op2) = P |
static String |
CALCULATIONTYPE_SubtractOp1_Op2
Subtract (Op1-Op2) = S |
static int |
LINETYPE_AD_Reference_ID
LineType AD_Reference_ID=241 |
static String |
LINETYPE_Calculation
Calculation = C |
static String |
LINETYPE_SegmentValue
Segment Value = S |
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 |
| 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_I_ReportLine(Properties ctx,
int I_ReportLine_ID,
String trxName)
Standard Constructor |
|
X_I_ReportLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getAmountType()
Get Amount Type. |
int |
getC_ElementValue_ID()
Get Account Element. |
I_C_ElementValue |
getC_ElementValue()
|
String |
getCalculationType()
Get Calculation. |
String |
getDescription()
Get Description. |
String |
getElementValue()
Get Element Key. |
String |
getI_ErrorMsg()
Get Import Error Message. |
int |
getI_ReportLine_ID()
Get Import Report Line Set. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getLineType()
Get Line Type. |
String |
getName()
Get Name. |
int |
getPA_ReportLine_ID()
Get Report Line. |
I_PA_ReportLine |
getPA_ReportLine()
|
int |
getPA_ReportLineSet_ID()
Get Report Line Set. |
I_PA_ReportLineSet |
getPA_ReportLineSet()
|
int |
getPA_ReportSource_ID()
Get Report Source. |
I_PA_ReportSource |
getPA_ReportSource()
|
String |
getPostingType()
Get PostingType. |
String |
getReportLineSetName()
Get Report Line Set Name. |
int |
getSeqNo()
Get Sequence. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isI_IsImported()
Get Imported. |
boolean |
isPrinted()
Get Printed. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isSummary()
Get Summary Level. |
void |
setAmountType(String AmountType)
Set Amount Type. |
void |
setC_ElementValue_ID(int C_ElementValue_ID)
Set Account Element. |
void |
setCalculationType(String CalculationType)
Set Calculation. |
void |
setDescription(String Description)
Set Description. |
void |
setElementValue(String ElementValue)
Set Element Key. |
void |
setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. |
void |
setI_IsImported(boolean I_IsImported)
Set Imported. |
void |
setI_ReportLine_ID(int I_ReportLine_ID)
Set Import Report Line Set. |
void |
setIsPrinted(boolean IsPrinted)
Set Printed. |
void |
setIsSummary(boolean IsSummary)
Set Summary Level. |
void |
setLineType(String LineType)
Set Line Type. |
void |
setName(String Name)
Set Name. |
void |
setPA_ReportLine_ID(int PA_ReportLine_ID)
Set Report Line. |
void |
setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
Set Report Line Set. |
void |
setPA_ReportSource_ID(int PA_ReportSource_ID)
Set Report Source. |
void |
setPostingType(String PostingType)
Set PostingType. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setReportLineSetName(String ReportLineSetName)
Set Report Line Set Name. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
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 AMOUNTTYPE_AD_Reference_ID
public static final String AMOUNTTYPE_TotalDebitOnly
public static final String AMOUNTTYPE_TotalCreditOnly
public static final String AMOUNTTYPE_TotalBalance
public static final String AMOUNTTYPE_PeriodBalance
public static final String AMOUNTTYPE_PeriodCreditOnly
public static final String AMOUNTTYPE_PeriodDebitOnly
public static final String AMOUNTTYPE_PeriodQuantity
public static final String AMOUNTTYPE_TotalQuantity
public static final String AMOUNTTYPE_YearBalance
public static final String AMOUNTTYPE_YearCreditOnly
public static final String AMOUNTTYPE_YearDebitOnly
public static final String AMOUNTTYPE_YearQuantity
public static final int CALCULATIONTYPE_AD_Reference_ID
public static final String CALCULATIONTYPE_AddOp1PlusOp2
public static final String CALCULATIONTYPE_SubtractOp1_Op2
public static final String CALCULATIONTYPE_PercentageOp1OfOp2
public static final String CALCULATIONTYPE_AddRangeOp1ToOp2
public static final int LINETYPE_AD_Reference_ID
public static final String LINETYPE_SegmentValue
public static final String LINETYPE_Calculation
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
| Constructor Detail |
|---|
public X_I_ReportLine(Properties ctx,
int I_ReportLine_ID,
String trxName)
public X_I_ReportLine(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 POpublic void setAmountType(String AmountType)
setAmountType in interface I_I_ReportLineAmountType - Type of amount to reportpublic String getAmountType()
getAmountType in interface I_I_ReportLinepublic void setCalculationType(String CalculationType)
setCalculationType in interface I_I_ReportLineCalculationType - Calculationpublic String getCalculationType()
getCalculationType in interface I_I_ReportLine
public I_C_ElementValue getC_ElementValue()
throws Exception
getC_ElementValue in interface I_I_ReportLineExceptionpublic void setC_ElementValue_ID(int C_ElementValue_ID)
setC_ElementValue_ID in interface I_I_ReportLineC_ElementValue_ID - Account Elementpublic int getC_ElementValue_ID()
getC_ElementValue_ID in interface I_I_ReportLinepublic void setDescription(String Description)
setDescription in interface I_I_ReportLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_I_ReportLinepublic void setElementValue(String ElementValue)
setElementValue in interface I_I_ReportLineElementValue - Key of the elementpublic String getElementValue()
getElementValue in interface I_I_ReportLinepublic void setI_ErrorMsg(String I_ErrorMsg)
setI_ErrorMsg in interface I_I_ReportLineI_ErrorMsg - Messages generated from import processpublic String getI_ErrorMsg()
getI_ErrorMsg in interface I_I_ReportLinepublic void setI_IsImported(boolean I_IsImported)
setI_IsImported in interface I_I_ReportLineI_IsImported - Has this import been processedpublic boolean isI_IsImported()
isI_IsImported in interface I_I_ReportLinepublic void setI_ReportLine_ID(int I_ReportLine_ID)
setI_ReportLine_ID in interface I_I_ReportLineI_ReportLine_ID - Import Report Line Set valuespublic int getI_ReportLine_ID()
getI_ReportLine_ID in interface I_I_ReportLinepublic void setIsPrinted(boolean IsPrinted)
setIsPrinted in interface I_I_ReportLineIsPrinted - Indicates if this document / line is printedpublic boolean isPrinted()
isPrinted in interface I_I_ReportLinepublic void setIsSummary(boolean IsSummary)
setIsSummary in interface I_I_ReportLineIsSummary - This is a summary entitypublic boolean isSummary()
isSummary in interface I_I_ReportLinepublic void setLineType(String LineType)
setLineType in interface I_I_ReportLineLineType - Line Typepublic String getLineType()
getLineType in interface I_I_ReportLinepublic void setName(String Name)
setName in interface I_I_ReportLineName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_I_ReportLinepublic KeyNamePair getKeyNamePair()
public I_PA_ReportLine getPA_ReportLine()
throws Exception
getPA_ReportLine in interface I_I_ReportLineExceptionpublic void setPA_ReportLine_ID(int PA_ReportLine_ID)
setPA_ReportLine_ID in interface I_I_ReportLinePA_ReportLine_ID - Report Linepublic int getPA_ReportLine_ID()
getPA_ReportLine_ID in interface I_I_ReportLine
public I_PA_ReportLineSet getPA_ReportLineSet()
throws Exception
getPA_ReportLineSet in interface I_I_ReportLineExceptionpublic void setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
setPA_ReportLineSet_ID in interface I_I_ReportLinePA_ReportLineSet_ID - Report Line Setpublic int getPA_ReportLineSet_ID()
getPA_ReportLineSet_ID in interface I_I_ReportLine
public I_PA_ReportSource getPA_ReportSource()
throws Exception
getPA_ReportSource in interface I_I_ReportLineExceptionpublic void setPA_ReportSource_ID(int PA_ReportSource_ID)
setPA_ReportSource_ID in interface I_I_ReportLinePA_ReportSource_ID - Restriction of what will be shown in Report Linepublic int getPA_ReportSource_ID()
getPA_ReportSource_ID in interface I_I_ReportLinepublic void setPostingType(String PostingType)
setPostingType in interface I_I_ReportLinePostingType - The type of posted amount for the transactionpublic String getPostingType()
getPostingType in interface I_I_ReportLinepublic void setProcessed(boolean Processed)
setProcessed in interface I_I_ReportLineProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_I_ReportLinepublic void setProcessing(boolean Processing)
setProcessing in interface I_I_ReportLineProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_I_ReportLinepublic void setReportLineSetName(String ReportLineSetName)
setReportLineSetName in interface I_I_ReportLineReportLineSetName - Name of the Report Line Setpublic String getReportLineSetName()
getReportLineSetName in interface I_I_ReportLinepublic void setSeqNo(int SeqNo)
setSeqNo in interface I_I_ReportLineSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_I_ReportLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||