|
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_PA_ReportLine
public class X_PA_ReportLine
Generated Model for PA_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 int |
OPER_1_ID_AD_Reference_ID
Oper_1_ID AD_Reference_ID=240 |
static int |
OPER_2_ID_AD_Reference_ID
Oper_2_ID AD_Reference_ID=240 |
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 |
| Fields inherited from interface org.compiere.model.I_PA_ReportLine |
|---|
accessLevel, COLUMNNAME_AmountType, COLUMNNAME_CalculationType, COLUMNNAME_Description, COLUMNNAME_GL_Budget_ID, COLUMNNAME_IsPrinted, COLUMNNAME_LineType, COLUMNNAME_Name, COLUMNNAME_Oper_1_ID, COLUMNNAME_Oper_2_ID, COLUMNNAME_PA_ReportLine_ID, COLUMNNAME_PA_ReportLineSet_ID, COLUMNNAME_PostingType, COLUMNNAME_SeqNo, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_PA_ReportLine(Properties ctx,
int PA_ReportLine_ID,
String trxName)
Standard Constructor |
|
X_PA_ReportLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getAmountType()
Get Amount Type. |
String |
getCalculationType()
Get Calculation. |
String |
getDescription()
Get Description. |
int |
getGL_Budget_ID()
Get Budget. |
I_GL_Budget |
getGL_Budget()
|
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getLineType()
Get Line Type. |
String |
getName()
Get Name. |
int |
getOper_1_ID()
Get Operand 1. |
int |
getOper_2_ID()
Get Operand 2. |
int |
getPA_ReportLine_ID()
Get Report Line. |
int |
getPA_ReportLineSet_ID()
Get Report Line Set. |
I_PA_ReportLineSet |
getPA_ReportLineSet()
|
String |
getPostingType()
Get PostingType. |
int |
getSeqNo()
Get Sequence. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isPrinted()
Get Printed. |
void |
setAmountType(String AmountType)
Set Amount Type. |
void |
setCalculationType(String CalculationType)
Set Calculation. |
void |
setDescription(String Description)
Set Description. |
void |
setGL_Budget_ID(int GL_Budget_ID)
Set Budget. |
void |
setIsPrinted(boolean IsPrinted)
Set Printed. |
void |
setLineType(String LineType)
Set Line Type. |
void |
setName(String Name)
Set Name. |
void |
setOper_1_ID(int Oper_1_ID)
Set Operand 1. |
void |
setOper_2_ID(int Oper_2_ID)
Set Operand 2. |
void |
setPA_ReportLine_ID(int PA_ReportLine_ID)
Set Report Line. |
void |
setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
Set Report Line Set. |
void |
setPostingType(String PostingType)
Set PostingType. |
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 OPER_1_ID_AD_Reference_ID
public static final int OPER_2_ID_AD_Reference_ID
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_PA_ReportLine(Properties ctx,
int PA_ReportLine_ID,
String trxName)
public X_PA_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_PA_ReportLineAmountType - Type of amount to reportpublic String getAmountType()
getAmountType in interface I_PA_ReportLinepublic void setCalculationType(String CalculationType)
setCalculationType in interface I_PA_ReportLineCalculationType - Calculationpublic String getCalculationType()
getCalculationType in interface I_PA_ReportLinepublic void setDescription(String Description)
setDescription in interface I_PA_ReportLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_PA_ReportLine
public I_GL_Budget getGL_Budget()
throws Exception
getGL_Budget in interface I_PA_ReportLineExceptionpublic void setGL_Budget_ID(int GL_Budget_ID)
setGL_Budget_ID in interface I_PA_ReportLineGL_Budget_ID - General Ledger Budgetpublic int getGL_Budget_ID()
getGL_Budget_ID in interface I_PA_ReportLinepublic void setIsPrinted(boolean IsPrinted)
setIsPrinted in interface I_PA_ReportLineIsPrinted - Indicates if this document / line is printedpublic boolean isPrinted()
isPrinted in interface I_PA_ReportLinepublic void setLineType(String LineType)
setLineType in interface I_PA_ReportLineLineType - Line Typepublic String getLineType()
getLineType in interface I_PA_ReportLinepublic void setName(String Name)
setName in interface I_PA_ReportLineName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_PA_ReportLinepublic KeyNamePair getKeyNamePair()
public void setOper_1_ID(int Oper_1_ID)
setOper_1_ID in interface I_PA_ReportLineOper_1_ID - First operand for calculationpublic int getOper_1_ID()
getOper_1_ID in interface I_PA_ReportLinepublic void setOper_2_ID(int Oper_2_ID)
setOper_2_ID in interface I_PA_ReportLineOper_2_ID - Second operand for calculationpublic int getOper_2_ID()
getOper_2_ID in interface I_PA_ReportLinepublic void setPA_ReportLine_ID(int PA_ReportLine_ID)
setPA_ReportLine_ID in interface I_PA_ReportLinePA_ReportLine_ID - Report Linepublic int getPA_ReportLine_ID()
getPA_ReportLine_ID in interface I_PA_ReportLine
public I_PA_ReportLineSet getPA_ReportLineSet()
throws Exception
getPA_ReportLineSet in interface I_PA_ReportLineExceptionpublic void setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
setPA_ReportLineSet_ID in interface I_PA_ReportLinePA_ReportLineSet_ID - Report Line Setpublic int getPA_ReportLineSet_ID()
getPA_ReportLineSet_ID in interface I_PA_ReportLinepublic void setPostingType(String PostingType)
setPostingType in interface I_PA_ReportLinePostingType - The type of posted amount for the transactionpublic String getPostingType()
getPostingType in interface I_PA_ReportLinepublic void setSeqNo(int SeqNo)
setSeqNo in interface I_PA_ReportLineSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_PA_ReportLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||