Package org.compiere.model
Interface I_PA_ReportLine
-
- All Known Implementing Classes:
MReportLine
,X_PA_ReportLine
public interface I_PA_ReportLine
Generated Interface for PA_ReportLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_CalculationType
Column name CalculationTypestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_GL_Budget_ID
Column name GL_Budget_IDstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsInverseDebitCreditOnly
Column name IsInverseDebitCreditOnlystatic String
COLUMNNAME_IsPrinted
Column name IsPrintedstatic String
COLUMNNAME_IsShowOppositeSign
Column name IsShowOppositeSignstatic String
COLUMNNAME_LineType
Column name LineTypestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Oper_1_ID
Column name Oper_1_IDstatic String
COLUMNNAME_Oper_2_ID
Column name Oper_2_IDstatic String
COLUMNNAME_OverlineStrokeType
Column name OverlineStrokeTypestatic String
COLUMNNAME_PA_ReportLine_ID
Column name PA_ReportLine_IDstatic String
COLUMNNAME_PA_ReportLine_UU
Column name PA_ReportLine_UUstatic String
COLUMNNAME_PA_ReportLineSet_ID
Column name PA_ReportLineSet_IDstatic String
COLUMNNAME_PAAmountType
Column name PAAmountTypestatic String
COLUMNNAME_PAPeriodType
Column name PAPeriodTypestatic String
COLUMNNAME_PostingType
Column name PostingTypestatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_UnderlineStrokeType
Column name UnderlineStrokeTypestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=448static String
Table_Name
TableName=PA_ReportLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.String
getCalculationType()
Get CalculationTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.I_GL_Budget
getGL_Budget()
int
getGL_Budget_ID()
Get Budget.String
getLineType()
Get Line TypeString
getName()
Get Name.I_PA_ReportLine
getOper_1()
int
getOper_1_ID()
Get Operand 1.I_PA_ReportLine
getOper_2()
int
getOper_2_ID()
Get Operand 2.String
getOverlineStrokeType()
Get Overline Stroke Typeint
getPA_ReportLine_ID()
Get Report LineString
getPA_ReportLine_UU()
Get PA_ReportLine_UUI_PA_ReportLineSet
getPA_ReportLineSet()
int
getPA_ReportLineSet_ID()
Get Report Line SetString
getPAAmountType()
Get Amount Type.String
getPAPeriodType()
Get Period Type.String
getPostingType()
Get PostingType.int
getSeqNo()
Get Sequence.String
getUnderlineStrokeType()
Get Underline Stroke TypeTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isInverseDebitCreditOnly()
Get Inverse Operation for Debit/Credit Only Column.boolean
isPrinted()
Get Printed.boolean
isShowOppositeSign()
Get Show Opposite Sign.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setCalculationType(String CalculationType)
Set Calculationvoid
setDescription(String Description)
Set Description.void
setGL_Budget_ID(int GL_Budget_ID)
Set Budget.void
setIsActive(boolean IsActive)
Set Active.void
setIsInverseDebitCreditOnly(boolean IsInverseDebitCreditOnly)
Set Inverse Operation for Debit/Credit Only Column.void
setIsPrinted(boolean IsPrinted)
Set Printed.void
setIsShowOppositeSign(boolean IsShowOppositeSign)
Set Show Opposite Sign.void
setLineType(String LineType)
Set Line Typevoid
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
setOverlineStrokeType(String OverlineStrokeType)
Set Overline Stroke Typevoid
setPA_ReportLine_ID(int PA_ReportLine_ID)
Set Report Linevoid
setPA_ReportLine_UU(String PA_ReportLine_UU)
Set PA_ReportLine_UUvoid
setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
Set Report Line Setvoid
setPAAmountType(String PAAmountType)
Set Amount Type.void
setPAPeriodType(String PAPeriodType)
Set Period Type.void
setPostingType(String PostingType)
Set PostingType.void
setSeqNo(int SeqNo)
Set Sequence.void
setUnderlineStrokeType(String UnderlineStrokeType)
Set Underline Stroke Type
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=PA_ReportLine- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=448- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_CalculationType
static final String COLUMNNAME_CalculationType
Column name CalculationType- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_GL_Budget_ID
static final String COLUMNNAME_GL_Budget_ID
Column name GL_Budget_ID- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsInverseDebitCreditOnly
static final String COLUMNNAME_IsInverseDebitCreditOnly
Column name IsInverseDebitCreditOnly- See Also:
- Constant Field Values
-
COLUMNNAME_IsPrinted
static final String COLUMNNAME_IsPrinted
Column name IsPrinted- See Also:
- Constant Field Values
-
COLUMNNAME_IsShowOppositeSign
static final String COLUMNNAME_IsShowOppositeSign
Column name IsShowOppositeSign- See Also:
- Constant Field Values
-
COLUMNNAME_LineType
static final String COLUMNNAME_LineType
Column name LineType- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Oper_1_ID
static final String COLUMNNAME_Oper_1_ID
Column name Oper_1_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Oper_2_ID
static final String COLUMNNAME_Oper_2_ID
Column name Oper_2_ID- See Also:
- Constant Field Values
-
COLUMNNAME_OverlineStrokeType
static final String COLUMNNAME_OverlineStrokeType
Column name OverlineStrokeType- See Also:
- Constant Field Values
-
COLUMNNAME_PAAmountType
static final String COLUMNNAME_PAAmountType
Column name PAAmountType- See Also:
- Constant Field Values
-
COLUMNNAME_PAPeriodType
static final String COLUMNNAME_PAPeriodType
Column name PAPeriodType- See Also:
- Constant Field Values
-
COLUMNNAME_PA_ReportLine_ID
static final String COLUMNNAME_PA_ReportLine_ID
Column name PA_ReportLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_ReportLineSet_ID
static final String COLUMNNAME_PA_ReportLineSet_ID
Column name PA_ReportLineSet_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_ReportLine_UU
static final String COLUMNNAME_PA_ReportLine_UU
Column name PA_ReportLine_UU- See Also:
- Constant Field Values
-
COLUMNNAME_PostingType
static final String COLUMNNAME_PostingType
Column name PostingType- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- See Also:
- Constant Field Values
-
COLUMNNAME_UnderlineStrokeType
static final String COLUMNNAME_UnderlineStrokeType
Column name UnderlineStrokeType- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setCalculationType
void setCalculationType(String CalculationType)
Set Calculation
-
getCalculationType
String getCalculationType()
Get Calculation
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setGL_Budget_ID
void setGL_Budget_ID(int GL_Budget_ID)
Set Budget. General Ledger Budget
-
getGL_Budget_ID
int getGL_Budget_ID()
Get Budget. General Ledger Budget
-
getGL_Budget
I_GL_Budget getGL_Budget() throws RuntimeException
- Throws:
RuntimeException
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsInverseDebitCreditOnly
void setIsInverseDebitCreditOnly(boolean IsInverseDebitCreditOnly)
Set Inverse Operation for Debit/Credit Only Column. Apply inverse operation to debit or credit only column
-
isInverseDebitCreditOnly
boolean isInverseDebitCreditOnly()
Get Inverse Operation for Debit/Credit Only Column. Apply inverse operation to debit or credit only column
-
setIsPrinted
void setIsPrinted(boolean IsPrinted)
Set Printed. Indicates if this document / line is printed
-
isPrinted
boolean isPrinted()
Get Printed. Indicates if this document / line is printed
-
setIsShowOppositeSign
void setIsShowOppositeSign(boolean IsShowOppositeSign)
Set Show Opposite Sign. Display values with the opposite sign
-
isShowOppositeSign
boolean isShowOppositeSign()
Get Show Opposite Sign. Display values with the opposite sign
-
setLineType
void setLineType(String LineType)
Set Line Type
-
getLineType
String getLineType()
Get Line Type
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setOper_1_ID
void setOper_1_ID(int Oper_1_ID)
Set Operand 1. First operand for calculation
-
getOper_1_ID
int getOper_1_ID()
Get Operand 1. First operand for calculation
-
getOper_1
I_PA_ReportLine getOper_1() throws RuntimeException
- Throws:
RuntimeException
-
setOper_2_ID
void setOper_2_ID(int Oper_2_ID)
Set Operand 2. Second operand for calculation
-
getOper_2_ID
int getOper_2_ID()
Get Operand 2. Second operand for calculation
-
getOper_2
I_PA_ReportLine getOper_2() throws RuntimeException
- Throws:
RuntimeException
-
setOverlineStrokeType
void setOverlineStrokeType(String OverlineStrokeType)
Set Overline Stroke Type
-
getOverlineStrokeType
String getOverlineStrokeType()
Get Overline Stroke Type
-
setPAAmountType
void setPAAmountType(String PAAmountType)
Set Amount Type. PA Amount Type for reporting
-
getPAAmountType
String getPAAmountType()
Get Amount Type. PA Amount Type for reporting
-
setPAPeriodType
void setPAPeriodType(String PAPeriodType)
Set Period Type. PA Period Type
-
getPAPeriodType
String getPAPeriodType()
Get Period Type. PA Period Type
-
setPA_ReportLine_ID
void setPA_ReportLine_ID(int PA_ReportLine_ID)
Set Report Line
-
getPA_ReportLine_ID
int getPA_ReportLine_ID()
Get Report Line
-
setPA_ReportLineSet_ID
void setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
Set Report Line Set
-
getPA_ReportLineSet_ID
int getPA_ReportLineSet_ID()
Get Report Line Set
-
getPA_ReportLineSet
I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException
- Throws:
RuntimeException
-
setPA_ReportLine_UU
void setPA_ReportLine_UU(String PA_ReportLine_UU)
Set PA_ReportLine_UU
-
getPA_ReportLine_UU
String getPA_ReportLine_UU()
Get PA_ReportLine_UU
-
setPostingType
void setPostingType(String PostingType)
Set PostingType. The type of posted amount for the transaction
-
getPostingType
String getPostingType()
Get PostingType. The type of posted amount for the transaction
-
setSeqNo
void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first
-
getSeqNo
int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first
-
setUnderlineStrokeType
void setUnderlineStrokeType(String UnderlineStrokeType)
Set Underline Stroke Type
-
getUnderlineStrokeType
String getUnderlineStrokeType()
Get Underline Stroke Type
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-