Adempiere 3.5.2a

org.compiere.model
Interface I_Test

All Known Implementing Classes:
MTest, X_Test

public interface I_Test

Generated Interface for Test

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_Account_Acct
          Column name Account_Acct
static String COLUMNNAME_BinaryData
          Column name BinaryData
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_Location_ID
          Column name C_Location_ID
static String COLUMNNAME_C_Payment_ID
          Column name C_Payment_ID
static String COLUMNNAME_C_UOM_ID
          Column name C_UOM_ID
static String COLUMNNAME_CharacterData
          Column name CharacterData
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_M_Locator_ID
          Column name M_Locator_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_T_Amount
          Column name T_Amount
static String COLUMNNAME_T_Date
          Column name T_Date
static String COLUMNNAME_T_DateTime
          Column name T_DateTime
static String COLUMNNAME_T_Integer
          Column name T_Integer
static String COLUMNNAME_T_Number
          Column name T_Number
static String COLUMNNAME_T_Qty
          Column name T_Qty
static String COLUMNNAME_Test_ID
          Column name Test_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=135
static String Table_Name
          TableName=Test
 
Method Summary
 int getAccount_Acct()
          Get Account_Acct
 int getBinaryData()
          Get BinaryData.
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_Location_ID()
          Get Address.
 int getC_Payment_ID()
          Get Payment.
 I_C_Payment getC_Payment()
           
 int getC_UOM_ID()
          Get UOM.
 I_C_UOM getC_UOM()
           
 String getCharacterData()
          Get Character Data.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 int getM_Locator_ID()
          Get Locator.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getName()
          Get Name.
 BigDecimal getT_Amount()
          Get Amount
 Timestamp getT_Date()
          Get Date
 Timestamp getT_DateTime()
          Get DateTime
 int getT_Integer()
          Get Integer
 BigDecimal getT_Number()
          Get Number
 BigDecimal getT_Qty()
          Get Qty
 int getTest_ID()
          Get Test ID
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setAccount_Acct(int Account_Acct)
          Set Account_Acct
 void setBinaryData(int BinaryData)
          Set BinaryData.
 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 setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 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 Now
 void setT_Amount(BigDecimal T_Amount)
          Set Amount
 void setT_Date(Timestamp T_Date)
          Set Date
 void setT_DateTime(Timestamp T_DateTime)
          Set DateTime
 void setT_Integer(int T_Integer)
          Set Integer
 void setT_Number(BigDecimal T_Number)
          Set Number
 void setT_Qty(BigDecimal T_Qty)
          Set Qty
 void setTest_ID(int Test_ID)
          Set Test ID
 

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


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_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_C_Payment_ID

static final String COLUMNNAME_C_Payment_ID
Column name C_Payment_ID

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_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_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
Method Detail

setAccount_Acct

void setAccount_Acct(int Account_Acct)
Set Account_Acct


getAccount_Acct

int getAccount_Acct()
Get Account_Acct


setBinaryData

void setBinaryData(int BinaryData)
Set BinaryData. Binary Data


getBinaryData

int getBinaryData()
Get BinaryData. 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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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


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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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


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


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 Exception
Throws:
Exception

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


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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.