Adempiere 3.5.2a

org.compiere.model
Interface I_C_AllocationHdr

All Known Implementing Classes:
MAllocationHdr, X_C_AllocationHdr

public interface I_C_AllocationHdr

Generated Interface for C_AllocationHdr

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_AllocationHdr_ID
          Column name C_AllocationHdr_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_DateAcct
          Column name DateAcct
static String COLUMNNAME_DateTrx
          Column name DateTrx
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_IsManual
          Column name IsManual
static String COLUMNNAME_Posted
          Column name Posted
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=735
static String Table_Name
          TableName=C_AllocationHdr
 
Method Summary
 BigDecimal getApprovalAmt()
          Get Approval Amount.
 int getC_AllocationHdr_ID()
          Get Allocation.
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 Timestamp getDateAcct()
          Get Account Date.
 Timestamp getDateTrx()
          Get Transaction Date.
 String getDescription()
          Get Description.
 String getDocAction()
          Get Document Action.
 String getDocStatus()
          Get Document Status.
 String getDocumentNo()
          Get Document No.
 boolean isApproved()
          Get Approved.
 boolean isManual()
          Get Manual.
 boolean isPosted()
          Get Posted.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setApprovalAmt(BigDecimal ApprovalAmt)
          Set Approval Amount.
 void setC_AllocationHdr_ID(int C_AllocationHdr_ID)
          Set Allocation.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setDateAcct(Timestamp DateAcct)
          Set Account Date.
 void setDateTrx(Timestamp DateTrx)
          Set Transaction 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 setIsManual(boolean IsManual)
          Set Manual.
 void setPosted(boolean Posted)
          Set Posted.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_AllocationHdr

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=735


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_AllocationHdr_ID

static final String COLUMNNAME_C_AllocationHdr_ID
Column name C_AllocationHdr_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_DateAcct

static final String COLUMNNAME_DateAcct
Column name DateAcct

See Also:
Constant Field Values

COLUMNNAME_DateTrx

static final String COLUMNNAME_DateTrx
Column name DateTrx

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_IsManual

static final String COLUMNNAME_IsManual
Column name IsManual

See Also:
Constant Field Values

COLUMNNAME_Posted

static final String COLUMNNAME_Posted
Column name Posted

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

setApprovalAmt

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


getApprovalAmt

BigDecimal getApprovalAmt()
Get Approval Amount. Document Approval Amount


setC_AllocationHdr_ID

void setC_AllocationHdr_ID(int C_AllocationHdr_ID)
Set Allocation. Payment allocation


getC_AllocationHdr_ID

int getC_AllocationHdr_ID()
Get Allocation. Payment allocation


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

setDateAcct

void setDateAcct(Timestamp DateAcct)
Set Account Date. Accounting Date


getDateAcct

Timestamp getDateAcct()
Get Account Date. Accounting Date


setDateTrx

void setDateTrx(Timestamp DateTrx)
Set Transaction Date. Transaction Date


getDateTrx

Timestamp getDateTrx()
Get Transaction Date. Transaction 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


setIsManual

void setIsManual(boolean IsManual)
Set Manual. This is a manual process


isManual

boolean isManual()
Get Manual. This is a manual process


setPosted

void setPosted(boolean Posted)
Set Posted. Posting status


isPosted

boolean isPosted()
Get Posted. Posting status


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


Adempiere 3.5.2a

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