|
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_RatioElement
public class X_PA_RatioElement
Generated Model for PA_RatioElement
| Field Summary | |
|---|---|
static int |
ACCOUNT_ID_AD_Reference_ID
Account_ID AD_Reference_ID=331 |
static int |
PA_RATIOUSED_ID_AD_Reference_ID
PA_RatioUsed_ID AD_Reference_ID=371 |
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 String |
RATIOELEMENTTYPE_AccountValue
Account Value = A |
static int |
RATIOELEMENTTYPE_AD_Reference_ID
RatioElementType AD_Reference_ID=372 |
static String |
RATIOELEMENTTYPE_Calculation
Calculation = X |
static String |
RATIOELEMENTTYPE_Constant
Constant = C |
static String |
RATIOELEMENTTYPE_Ratio
Ratio = R |
static int |
RATIOOPERAND_AD_Reference_ID
RatioOperand AD_Reference_ID=373 |
static String |
RATIOOPERAND_Divide
Divide = D |
static String |
RATIOOPERAND_Minus
Minus = N |
static String |
RATIOOPERAND_Multiply
Multiply = M |
static String |
RATIOOPERAND_Plus
Plus = P |
| 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_RatioElement |
|---|
accessLevel, COLUMNNAME_Account_ID, COLUMNNAME_ConstantValue, COLUMNNAME_Description, COLUMNNAME_Name, COLUMNNAME_PA_MeasureCalc_ID, COLUMNNAME_PA_Ratio_ID, COLUMNNAME_PA_RatioElement_ID, COLUMNNAME_PA_RatioUsed_ID, COLUMNNAME_PostingType, COLUMNNAME_RatioElementType, COLUMNNAME_RatioOperand, COLUMNNAME_SeqNo, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_PA_RatioElement(Properties ctx,
int PA_RatioElement_ID,
String trxName)
Standard Constructor |
|
X_PA_RatioElement(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAccount_ID()
Get Account. |
BigDecimal |
getConstantValue()
Get Constant Value. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getPA_MeasureCalc_ID()
Get Measure Calculation. |
I_PA_MeasureCalc |
getPA_MeasureCalc()
|
int |
getPA_Ratio_ID()
Get Ratio. |
I_PA_Ratio |
getPA_Ratio()
|
int |
getPA_RatioElement_ID()
Get Ratio Element. |
int |
getPA_RatioUsed_ID()
Get Ratio Used. |
String |
getPostingType()
Get PostingType. |
String |
getRatioElementType()
Get Element Type. |
String |
getRatioOperand()
Get Operand. |
int |
getSeqNo()
Get Sequence. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setAccount_ID(int Account_ID)
Set Account. |
void |
setConstantValue(BigDecimal ConstantValue)
Set Constant Value. |
void |
setDescription(String Description)
Set Description. |
void |
setName(String Name)
Set Name. |
void |
setPA_MeasureCalc_ID(int PA_MeasureCalc_ID)
Set Measure Calculation. |
void |
setPA_Ratio_ID(int PA_Ratio_ID)
Set Ratio. |
void |
setPA_RatioElement_ID(int PA_RatioElement_ID)
Set Ratio Element. |
void |
setPA_RatioUsed_ID(int PA_RatioUsed_ID)
Set Ratio Used. |
void |
setPostingType(String PostingType)
Set PostingType. |
void |
setRatioElementType(String RatioElementType)
Set Element Type. |
void |
setRatioOperand(String RatioOperand)
Set Operand. |
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 ACCOUNT_ID_AD_Reference_ID
public static final int PA_RATIOUSED_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
public static final int RATIOELEMENTTYPE_AD_Reference_ID
public static final String RATIOELEMENTTYPE_Ratio
public static final String RATIOELEMENTTYPE_Constant
public static final String RATIOELEMENTTYPE_Calculation
public static final String RATIOELEMENTTYPE_AccountValue
public static final int RATIOOPERAND_AD_Reference_ID
public static final String RATIOOPERAND_Plus
public static final String RATIOOPERAND_Minus
public static final String RATIOOPERAND_Multiply
public static final String RATIOOPERAND_Divide
| Constructor Detail |
|---|
public X_PA_RatioElement(Properties ctx,
int PA_RatioElement_ID,
String trxName)
public X_PA_RatioElement(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 setAccount_ID(int Account_ID)
setAccount_ID in interface I_PA_RatioElementAccount_ID - Account usedpublic int getAccount_ID()
getAccount_ID in interface I_PA_RatioElementpublic void setConstantValue(BigDecimal ConstantValue)
setConstantValue in interface I_PA_RatioElementConstantValue - Constant valuepublic BigDecimal getConstantValue()
getConstantValue in interface I_PA_RatioElementpublic void setDescription(String Description)
setDescription in interface I_PA_RatioElementDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_PA_RatioElementpublic void setName(String Name)
setName in interface I_PA_RatioElementName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_PA_RatioElement
public I_PA_MeasureCalc getPA_MeasureCalc()
throws Exception
getPA_MeasureCalc in interface I_PA_RatioElementExceptionpublic void setPA_MeasureCalc_ID(int PA_MeasureCalc_ID)
setPA_MeasureCalc_ID in interface I_PA_RatioElementPA_MeasureCalc_ID - Calculation method for measuring performancepublic int getPA_MeasureCalc_ID()
getPA_MeasureCalc_ID in interface I_PA_RatioElementpublic void setPA_RatioElement_ID(int PA_RatioElement_ID)
setPA_RatioElement_ID in interface I_PA_RatioElementPA_RatioElement_ID - Performance Ratio Elementpublic int getPA_RatioElement_ID()
getPA_RatioElement_ID in interface I_PA_RatioElement
public I_PA_Ratio getPA_Ratio()
throws Exception
getPA_Ratio in interface I_PA_RatioElementExceptionpublic void setPA_Ratio_ID(int PA_Ratio_ID)
setPA_Ratio_ID in interface I_PA_RatioElementPA_Ratio_ID - Performace Ratiopublic int getPA_Ratio_ID()
getPA_Ratio_ID in interface I_PA_RatioElementpublic void setPA_RatioUsed_ID(int PA_RatioUsed_ID)
setPA_RatioUsed_ID in interface I_PA_RatioElementPA_RatioUsed_ID - Performace Ratio Usedpublic int getPA_RatioUsed_ID()
getPA_RatioUsed_ID in interface I_PA_RatioElementpublic void setPostingType(String PostingType)
setPostingType in interface I_PA_RatioElementPostingType - The type of posted amount for the transactionpublic String getPostingType()
getPostingType in interface I_PA_RatioElementpublic void setRatioElementType(String RatioElementType)
setRatioElementType in interface I_PA_RatioElementRatioElementType - Ratio Element Typepublic String getRatioElementType()
getRatioElementType in interface I_PA_RatioElementpublic void setRatioOperand(String RatioOperand)
setRatioOperand in interface I_PA_RatioElementRatioOperand - Ratio Operandpublic String getRatioOperand()
getRatioOperand in interface I_PA_RatioElementpublic void setSeqNo(int SeqNo)
setSeqNo in interface I_PA_RatioElementSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_PA_RatioElementpublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||