|
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_S_TimeExpense
public class X_S_TimeExpense
Generated Model for S_TimeExpense
| Field Summary | |
|---|---|
static int |
C_BPARTNER_ID_AD_Reference_ID
C_BPartner_ID AD_Reference_ID=277 |
static int |
DOCACTION_AD_Reference_ID
DocAction AD_Reference_ID=135 |
static String |
DOCACTION_Approve
Approve = AP |
static String |
DOCACTION_Close
Close = CL |
static String |
DOCACTION_Complete
Complete = CO |
static String |
DOCACTION_Invalidate
Invalidate = IN |
static String |
DOCACTION_None
|
static String |
DOCACTION_Post
Post = PO |
static String |
DOCACTION_Prepare
Prepare = PR |
static String |
DOCACTION_Re_Activate
Re-activate = RE |
static String |
DOCACTION_Reject
Reject = RJ |
static String |
DOCACTION_Reverse_Accrual
Reverse - Accrual = RA |
static String |
DOCACTION_Reverse_Correct
Reverse - Correct = RC |
static String |
DOCACTION_Unlock
Unlock = XL |
static String |
DOCACTION_Void
Void = VO |
static String |
DOCACTION_WaitComplete
Wait Complete = WC |
static int |
DOCSTATUS_AD_Reference_ID
DocStatus AD_Reference_ID=131 |
static String |
DOCSTATUS_Approved
Approved = AP |
static String |
DOCSTATUS_Closed
Closed = CL |
static String |
DOCSTATUS_Completed
Completed = CO |
static String |
DOCSTATUS_Drafted
Drafted = DR |
static String |
DOCSTATUS_InProgress
In Progress = IP |
static String |
DOCSTATUS_Invalid
Invalid = IN |
static String |
DOCSTATUS_NotApproved
Not Approved = NA |
static String |
DOCSTATUS_Reversed
Reversed = RE |
static String |
DOCSTATUS_Unknown
Unknown = ?? |
static String |
DOCSTATUS_Voided
Voided = VO |
static String |
DOCSTATUS_WaitingConfirmation
Waiting Confirmation = WC |
static String |
DOCSTATUS_WaitingPayment
Waiting Payment = WP |
| 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 |
| Constructor Summary | |
|---|---|
X_S_TimeExpense(Properties ctx,
int S_TimeExpense_ID,
String trxName)
Standard Constructor |
|
X_S_TimeExpense(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
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 C_BPARTNER_ID_AD_Reference_ID
public static final int DOCACTION_AD_Reference_ID
public static final String DOCACTION_Complete
public static final String DOCACTION_Approve
public static final String DOCACTION_Reject
public static final String DOCACTION_Post
public static final String DOCACTION_Void
public static final String DOCACTION_Close
public static final String DOCACTION_Reverse_Correct
public static final String DOCACTION_Reverse_Accrual
public static final String DOCACTION_Invalidate
public static final String DOCACTION_Re_Activate
public static final String DOCACTION_None
public static final String DOCACTION_Prepare
public static final String DOCACTION_Unlock
public static final String DOCACTION_WaitComplete
public static final int DOCSTATUS_AD_Reference_ID
public static final String DOCSTATUS_Drafted
public static final String DOCSTATUS_Completed
public static final String DOCSTATUS_Approved
public static final String DOCSTATUS_NotApproved
public static final String DOCSTATUS_Voided
public static final String DOCSTATUS_Invalid
public static final String DOCSTATUS_Reversed
public static final String DOCSTATUS_Closed
public static final String DOCSTATUS_Unknown
public static final String DOCSTATUS_InProgress
public static final String DOCSTATUS_WaitingPayment
public static final String DOCSTATUS_WaitingConfirmation
| Constructor Detail |
|---|
public X_S_TimeExpense(Properties ctx,
int S_TimeExpense_ID,
String trxName)
public X_S_TimeExpense(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 setApprovalAmt(BigDecimal ApprovalAmt)
setApprovalAmt in interface I_S_TimeExpenseApprovalAmt - Document Approval Amountpublic BigDecimal getApprovalAmt()
getApprovalAmt in interface I_S_TimeExpensepublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_S_TimeExpenseC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_S_TimeExpensepublic void setDateReport(Timestamp DateReport)
setDateReport in interface I_S_TimeExpenseDateReport - Expense/Time Report Datepublic Timestamp getDateReport()
getDateReport in interface I_S_TimeExpensepublic void setDescription(String Description)
setDescription in interface I_S_TimeExpenseDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_S_TimeExpensepublic void setDocAction(String DocAction)
setDocAction in interface I_S_TimeExpenseDocAction - The targeted status of the documentpublic String getDocAction()
getDocAction in interface I_S_TimeExpensepublic void setDocStatus(String DocStatus)
setDocStatus in interface I_S_TimeExpenseDocStatus - The current status of the documentpublic String getDocStatus()
getDocStatus in interface I_S_TimeExpensepublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_S_TimeExpenseDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_S_TimeExpensepublic KeyNamePair getKeyNamePair()
public void setIsApproved(boolean IsApproved)
setIsApproved in interface I_S_TimeExpenseIsApproved - Indicates if this document requires approvalpublic boolean isApproved()
isApproved in interface I_S_TimeExpense
public I_M_PriceList getM_PriceList()
throws Exception
getM_PriceList in interface I_S_TimeExpenseExceptionpublic void setM_PriceList_ID(int M_PriceList_ID)
setM_PriceList_ID in interface I_S_TimeExpenseM_PriceList_ID - Unique identifier of a Price Listpublic int getM_PriceList_ID()
getM_PriceList_ID in interface I_S_TimeExpense
public I_M_Warehouse getM_Warehouse()
throws Exception
getM_Warehouse in interface I_S_TimeExpenseExceptionpublic void setM_Warehouse_ID(int M_Warehouse_ID)
setM_Warehouse_ID in interface I_S_TimeExpenseM_Warehouse_ID - Storage Warehouse and Service Pointpublic int getM_Warehouse_ID()
getM_Warehouse_ID in interface I_S_TimeExpensepublic void setProcessed(boolean Processed)
setProcessed in interface I_S_TimeExpenseProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_S_TimeExpensepublic void setProcessing(boolean Processing)
setProcessing in interface I_S_TimeExpenseProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_S_TimeExpensepublic void setS_TimeExpense_ID(int S_TimeExpense_ID)
setS_TimeExpense_ID in interface I_S_TimeExpenseS_TimeExpense_ID - Time and Expense Reportpublic int getS_TimeExpense_ID()
getS_TimeExpense_ID in interface I_S_TimeExpense
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||