Package org.compiere.model
Interface I_Test
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_Account_Acct
Column name Account_Acctstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_BinaryData
Column name BinaryDatastatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_C_Location_ID
Column name C_Location_IDstatic String
COLUMNNAME_C_Payment_ID
Column name C_Payment_IDstatic String
COLUMNNAME_C_UOM_ID
Column name C_UOM_IDstatic String
COLUMNNAME_CharacterData
Column name CharacterDatastatic String
COLUMNNAME_Color
Column name Colorstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_M_Locator_ID
Column name M_Locator_IDstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_T_Amount
Column name T_Amountstatic String
COLUMNNAME_T_Date
Column name T_Datestatic String
COLUMNNAME_T_DateTime
Column name T_DateTimestatic String
COLUMNNAME_T_Integer
Column name T_Integerstatic String
COLUMNNAME_T_Number
Column name T_Numberstatic String
COLUMNNAME_T_Qty
Column name T_Qtystatic String
COLUMNNAME_Test_ID
Column name Test_IDstatic String
COLUMNNAME_Test_UU
Column name Test_UUstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=135static String
Table_Name
TableName=Test
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_C_ValidCombination
getAccount_A()
int
getAccount_Acct()
Get Account_Acctint
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.int
getBinaryData()
Get Binary Data.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.I_C_Location
getC_Location()
int
getC_Location_ID()
Get Address.I_C_Payment
getC_Payment()
int
getC_Payment_ID()
Get Payment.I_C_UOM
getC_UOM()
int
getC_UOM_ID()
Get UOM.String
getCharacterData()
Get Character Data.String
getColor()
Get ColorTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getHelp()
Get Comment/Help.I_M_Locator
getM_Locator()
int
getM_Locator_ID()
Get Locator.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.String
getName()
Get Name.BigDecimal
getT_Amount()
Get AmountTimestamp
getT_Date()
Get DateTimestamp
getT_DateTime()
Get DateTimeint
getT_Integer()
Get IntegerBigDecimal
getT_Number()
Get NumberBigDecimal
getT_Qty()
Get Qtyint
getTest_ID()
Get Test IDString
getTest_UU()
Get Test_UUTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowvoid
setAccount_Acct(int Account_Acct)
Set Account_Acctvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setBinaryData(int BinaryData)
Set Binary Data.void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setC_Currency_ID(int C_Currency_ID)
Set Currency.void
setC_Location_ID(int C_Location_ID)
Set Address.void
setC_Payment_ID(int C_Payment_ID)
Set Payment.void
setC_UOM_ID(int C_UOM_ID)
Set UOM.void
setCharacterData(String CharacterData)
Set Character Data.void
setColor(String Color)
Set Colorvoid
setDescription(String Description)
Set Description.void
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.void
setM_Locator_ID(int M_Locator_ID)
Set Locator.void
setM_Product_ID(int M_Product_ID)
Set Product.void
setName(String Name)
Set Name.void
setProcessed(boolean Processed)
Set Processed.void
setProcessing(boolean Processing)
Set Process Nowvoid
setT_Amount(BigDecimal T_Amount)
Set Amountvoid
setT_Date(Timestamp T_Date)
Set Datevoid
setT_DateTime(Timestamp T_DateTime)
Set DateTimevoid
setT_Integer(int T_Integer)
Set Integervoid
setT_Number(BigDecimal T_Number)
Set Numbervoid
setT_Qty(BigDecimal T_Qty)
Set Qtyvoid
setTest_ID(int Test_ID)
Set Test IDvoid
setTest_UU(String Test_UU)
Set Test_UU
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=Test- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=135- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_Account_Acct
static final String COLUMNNAME_Account_Acct
Column name Account_Acct- See Also:
- Constant Field Values
-
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_BinaryData
static final String COLUMNNAME_BinaryData
Column name BinaryData- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
- Constant Field Values
-
COLUMNNAME_CharacterData
static final String COLUMNNAME_CharacterData
Column name CharacterData- See Also:
- Constant Field Values
-
COLUMNNAME_C_Location_ID
static final String COLUMNNAME_C_Location_ID
Column name C_Location_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Color
static final String COLUMNNAME_Color
Column name Color- See Also:
- Constant Field Values
-
COLUMNNAME_C_Payment_ID
static final String COLUMNNAME_C_Payment_ID
Column name C_Payment_ID- 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_C_UOM_ID
static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_M_Locator_ID
static final String COLUMNNAME_M_Locator_ID
Column name M_Locator_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_T_Amount
static final String COLUMNNAME_T_Amount
Column name T_Amount- See Also:
- Constant Field Values
-
COLUMNNAME_T_Date
static final String COLUMNNAME_T_Date
Column name T_Date- See Also:
- Constant Field Values
-
COLUMNNAME_T_DateTime
static final String COLUMNNAME_T_DateTime
Column name T_DateTime- See Also:
- Constant Field Values
-
COLUMNNAME_Test_ID
static final String COLUMNNAME_Test_ID
Column name Test_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Test_UU
static final String COLUMNNAME_Test_UU
Column name Test_UU- See Also:
- Constant Field Values
-
COLUMNNAME_T_Integer
static final String COLUMNNAME_T_Integer
Column name T_Integer- See Also:
- Constant Field Values
-
COLUMNNAME_T_Number
static final String COLUMNNAME_T_Number
Column name T_Number- See Also:
- Constant Field Values
-
COLUMNNAME_T_Qty
static final String COLUMNNAME_T_Qty
Column name T_Qty- 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
-
setAccount_Acct
void setAccount_Acct(int Account_Acct)
Set Account_Acct
-
getAccount_Acct
int getAccount_Acct()
Get Account_Acct
-
getAccount_A
I_C_ValidCombination getAccount_A() throws RuntimeException
- Throws:
RuntimeException
-
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
-
setBinaryData
void setBinaryData(int BinaryData)
Set Binary Data. Binary Data
-
getBinaryData
int getBinaryData()
Get Binary Data. Binary Data
-
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. Identifies a Business Partner
-
getC_BPartner_ID
int getC_BPartner_ID()
Get Business Partner. Identifies a Business Partner
-
getC_BPartner
I_C_BPartner getC_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record
-
getC_Currency_ID
int getC_Currency_ID()
Get Currency. The Currency for this record
-
getC_Currency
I_C_Currency getC_Currency() throws RuntimeException
- Throws:
RuntimeException
-
setCharacterData
void setCharacterData(String CharacterData)
Set Character Data. Long Character Field
-
getCharacterData
String getCharacterData()
Get Character Data. Long Character Field
-
setC_Location_ID
void setC_Location_ID(int C_Location_ID)
Set Address. Location or Address
-
getC_Location_ID
int getC_Location_ID()
Get Address. Location or Address
-
getC_Location
I_C_Location getC_Location() throws RuntimeException
- Throws:
RuntimeException
-
setColor
void setColor(String Color)
Set Color
-
getColor
String getColor()
Get Color
-
setC_Payment_ID
void setC_Payment_ID(int C_Payment_ID)
Set Payment. Payment identifier
-
getC_Payment_ID
int getC_Payment_ID()
Get Payment. Payment identifier
-
getC_Payment
I_C_Payment getC_Payment() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setC_UOM_ID
void setC_UOM_ID(int C_UOM_ID)
Set UOM. Unit of Measure
-
getC_UOM_ID
int getC_UOM_ID()
Get UOM. Unit of Measure
-
getC_UOM
I_C_UOM getC_UOM() throws RuntimeException
- Throws:
RuntimeException
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
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
-
setM_Locator_ID
void setM_Locator_ID(int M_Locator_ID)
Set Locator. Warehouse Locator
-
getM_Locator_ID
int getM_Locator_ID()
Get Locator. Warehouse Locator
-
getM_Locator
I_M_Locator getM_Locator() throws RuntimeException
- Throws:
RuntimeException
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item
-
getM_Product_ID
int getM_Product_ID()
Get Product. Product, Service, Item
-
getM_Product
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setT_Amount
void setT_Amount(BigDecimal T_Amount)
Set Amount
-
getT_Amount
BigDecimal getT_Amount()
Get Amount
-
setT_Date
void setT_Date(Timestamp T_Date)
Set Date
-
getT_Date
Timestamp getT_Date()
Get Date
-
setT_DateTime
void setT_DateTime(Timestamp T_DateTime)
Set DateTime
-
getT_DateTime
Timestamp getT_DateTime()
Get DateTime
-
setTest_ID
void setTest_ID(int Test_ID)
Set Test ID
-
getTest_ID
int getTest_ID()
Get Test ID
-
setTest_UU
void setTest_UU(String Test_UU)
Set Test_UU
-
getTest_UU
String getTest_UU()
Get Test_UU
-
setT_Integer
void setT_Integer(int T_Integer)
Set Integer
-
getT_Integer
int getT_Integer()
Get Integer
-
setT_Number
void setT_Number(BigDecimal T_Number)
Set Number
-
getT_Number
BigDecimal getT_Number()
Get Number
-
setT_Qty
void setT_Qty(BigDecimal T_Qty)
Set Qty
-
getT_Qty
BigDecimal getT_Qty()
Get Qty
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-