Adempiere 3.5.2a

org.compiere.model
Interface I_S_TimeExpense

All Known Implementing Classes:
MTimeExpense, X_S_TimeExpense

public interface I_S_TimeExpense

Generated Interface for S_TimeExpense

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_ApprovalAmt
          Column name ApprovalAmt
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_DateReport
          Column name DateReport
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocAction
          Column name DocAction
static String COLUMNNAME_DocStatus
          Column name DocStatus
static String COLUMNNAME_DocumentNo
          Column name DocumentNo
static String COLUMNNAME_IsApproved
          Column name IsApproved
static String COLUMNNAME_M_PriceList_ID
          Column name M_PriceList_ID
static String COLUMNNAME_M_Warehouse_ID
          Column name M_Warehouse_ID
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_S_TimeExpense_ID
          Column name S_TimeExpense_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=486
static String Table_Name
          TableName=S_TimeExpense
 
Method Summary
 BigDecimal getApprovalAmt()
          Get Approval Amount.
 int getC_BPartner_ID()
          Get Business Partner .
 Timestamp getDateReport()
          Get Report Date.
 String getDescription()
          Get Description.
 String getDocAction()
          Get Document Action.
 String getDocStatus()
          Get Document Status.
 String getDocumentNo()
          Get Document No.
 int getM_PriceList_ID()
          Get Price List.
 I_M_PriceList getM_PriceList()
           
 int getM_Warehouse_ID()
          Get Warehouse.
 I_M_Warehouse getM_Warehouse()
           
 int getS_TimeExpense_ID()
          Get Expense Report.
 boolean isApproved()
          Get Approved.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setApprovalAmt(BigDecimal ApprovalAmt)
          Set Approval Amount.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setDateReport(Timestamp DateReport)
          Set Report Date.
 void setDescription(String Description)
          Set Description.
 void setDocAction(String DocAction)
          Set Document Action.
 void setDocStatus(String DocStatus)
          Set Document Status.
 void setDocumentNo(String DocumentNo)
          Set Document No.
 void setIsApproved(boolean IsApproved)
          Set Approved.
 void setM_PriceList_ID(int M_PriceList_ID)
          Set Price List.
 void setM_Warehouse_ID(int M_Warehouse_ID)
          Set Warehouse.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setS_TimeExpense_ID(int S_TimeExpense_ID)
          Set Expense Report.
 

Field Detail

Table_Name

static final String Table_Name
TableName=S_TimeExpense

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=486


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_ApprovalAmt

static final String COLUMNNAME_ApprovalAmt
Column name ApprovalAmt

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_DateReport

static final String COLUMNNAME_DateReport
Column name DateReport

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DocAction

static final String COLUMNNAME_DocAction
Column name DocAction

See Also:
Constant Field Values

COLUMNNAME_DocStatus

static final String COLUMNNAME_DocStatus
Column name DocStatus

See Also:
Constant Field Values

COLUMNNAME_DocumentNo

static final String COLUMNNAME_DocumentNo
Column name DocumentNo

See Also:
Constant Field Values

COLUMNNAME_IsApproved

static final String COLUMNNAME_IsApproved
Column name IsApproved

See Also:
Constant Field Values

COLUMNNAME_M_PriceList_ID

static final String COLUMNNAME_M_PriceList_ID
Column name M_PriceList_ID

See Also:
Constant Field Values

COLUMNNAME_M_Warehouse_ID

static final String COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID

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_S_TimeExpense_ID

static final String COLUMNNAME_S_TimeExpense_ID
Column name S_TimeExpense_ID

See Also:
Constant Field Values
Method Detail

setApprovalAmt

void setApprovalAmt(BigDecimal ApprovalAmt)
Set Approval Amount. Document Approval Amount


getApprovalAmt

BigDecimal getApprovalAmt()
Get Approval Amount. Document Approval Amount


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


setDateReport

void setDateReport(Timestamp DateReport)
Set Report Date. Expense/Time Report Date


getDateReport

Timestamp getDateReport()
Get Report Date. Expense/Time Report Date


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setDocAction

void setDocAction(String DocAction)
Set Document Action. The targeted status of the document


getDocAction

String getDocAction()
Get Document Action. The targeted status of the document


setDocStatus

void setDocStatus(String DocStatus)
Set Document Status. The current status of the document


getDocStatus

String getDocStatus()
Get Document Status. The current status of the document


setDocumentNo

void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document


getDocumentNo

String getDocumentNo()
Get Document No. Document sequence number of the document


setIsApproved

void setIsApproved(boolean IsApproved)
Set Approved. Indicates if this document requires approval


isApproved

boolean isApproved()
Get Approved. Indicates if this document requires approval


setM_PriceList_ID

void setM_PriceList_ID(int M_PriceList_ID)
Set Price List. Unique identifier of a Price List


getM_PriceList_ID

int getM_PriceList_ID()
Get Price List. Unique identifier of a Price List


getM_PriceList

I_M_PriceList getM_PriceList()
                             throws Exception
Throws:
Exception

setM_Warehouse_ID

void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. Storage Warehouse and Service Point


getM_Warehouse_ID

int getM_Warehouse_ID()
Get Warehouse. Storage Warehouse and Service Point


getM_Warehouse

I_M_Warehouse getM_Warehouse()
                             throws Exception
Throws:
Exception

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


setS_TimeExpense_ID

void setS_TimeExpense_ID(int S_TimeExpense_ID)
Set Expense Report. Time and Expense Report


getS_TimeExpense_ID

int getS_TimeExpense_ID()
Get Expense Report. Time and Expense Report


Adempiere 3.5.2a

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