|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_PA_RatioElement
public class X_PA_RatioElement
Generated Model for PA_RatioElement
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
ACCOUNT_ID_AD_Reference_ID
Account_ID AD_Reference_ID=331 |
protected static KeyNamePair |
Model
|
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 |
static int |
Table_ID
AD_Table_ID=836 |
static String |
Table_Name
TableName=PA_RatioElement |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_PA_RatioElement(Ctx ctx,
int PA_RatioElement_ID,
String trxName)
Standard Constructor |
|
X_PA_RatioElement(Ctx 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. |
int |
getPA_Ratio_ID()
Get 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(Ctx ctx)
Load Meta Data |
boolean |
isPostingTypeValid(String test)
Is test a valid value. |
boolean |
isRatioElementTypeValid(String test)
Is test a valid value. |
boolean |
isRatioOperandValid(String test)
Is test a valid value. |
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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
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_Reservation
public static final String POSTINGTYPE_Statistical
public static final int RATIOELEMENTTYPE_AD_Reference_ID
public static final String RATIOELEMENTTYPE_AccountValue
public static final String RATIOELEMENTTYPE_Constant
public static final String RATIOELEMENTTYPE_Ratio
public static final String RATIOELEMENTTYPE_Calculation
public static final int RATIOOPERAND_AD_Reference_ID
public static final String RATIOOPERAND_Divide
public static final String RATIOOPERAND_Multiply
public static final String RATIOOPERAND_Minus
public static final String RATIOOPERAND_Plus
| Constructor Detail |
|---|
public X_PA_RatioElement(Ctx ctx,
int PA_RatioElement_ID,
String trxName)
ctx - contextPA_RatioElement_ID - idtrxName - transaction
public X_PA_RatioElement(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAccount_ID(int Account_ID)
Account_ID - Account usedpublic int getAccount_ID()
public void setConstantValue(BigDecimal ConstantValue)
ConstantValue - Constant valuepublic BigDecimal getConstantValue()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public void setPA_MeasureCalc_ID(int PA_MeasureCalc_ID)
PA_MeasureCalc_ID - Calculation method for measuring performancepublic int getPA_MeasureCalc_ID()
public void setPA_RatioElement_ID(int PA_RatioElement_ID)
PA_RatioElement_ID - Performance Ratio Elementpublic int getPA_RatioElement_ID()
public void setPA_RatioUsed_ID(int PA_RatioUsed_ID)
PA_RatioUsed_ID - Performance Ratio Usedpublic int getPA_RatioUsed_ID()
public void setPA_Ratio_ID(int PA_Ratio_ID)
PA_Ratio_ID - Performance Ratiopublic int getPA_Ratio_ID()
public boolean isPostingTypeValid(String test)
test - testvalue
public void setPostingType(String PostingType)
PostingType - The type of posted amount for the transactionpublic String getPostingType()
public boolean isRatioElementTypeValid(String test)
test - testvalue
public void setRatioElementType(String RatioElementType)
RatioElementType - Ratio Element Typepublic String getRatioElementType()
public boolean isRatioOperandValid(String test)
test - testvalue
public void setRatioOperand(String RatioOperand)
RatioOperand - Ratio Operandpublic String getRatioOperand()
public void setSeqNo(int SeqNo)
SeqNo - Method of ordering elements;
lowest number comes firstpublic int getSeqNo()
public KeyNamePair getKeyNamePair()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||