|
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_M_InOutConfirm
public class X_M_InOutConfirm
Generated Model for M_InOutConfirm
| Field Summary | |
|---|---|
static int |
CONFIRMTYPE_AD_Reference_ID
ConfirmType AD_Reference_ID=320 |
static String |
CONFIRMTYPE_CustomerConfirmation
Customer Confirmation = XC |
static String |
CONFIRMTYPE_DropShipConfirm
Drop Ship Confirm = DS |
static String |
CONFIRMTYPE_PickQAConfirm
Pick/QA Confirm = PC |
static String |
CONFIRMTYPE_ShipReceiptConfirm
Ship/Receipt Confirm = SC |
static String |
CONFIRMTYPE_VendorConfirmation
Vendor Confirmation = XV |
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_M_InOutConfirm(Properties ctx,
int M_InOutConfirm_ID,
String trxName)
Standard Constructor |
|
X_M_InOutConfirm(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getApprovalAmt()
Get Approval Amount. |
int |
getC_Invoice_ID()
Get Invoice. |
I_C_Invoice |
getC_Invoice()
|
String |
getConfirmationNo()
Get Confirmation No. |
String |
getConfirmType()
Get Confirmation Type. |
String |
getCreatePackage()
Get Create Package. |
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_InOut_ID()
Get Shipment/Receipt. |
I_M_InOut |
getM_InOut()
|
int |
getM_InOutConfirm_ID()
Get Ship/Receipt Confirmation. |
int |
getM_Inventory_ID()
Get Phys.Inventory. |
I_M_Inventory |
getM_Inventory()
|
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isApproved()
Get Approved. |
boolean |
isCancelled()
Get Cancelled. |
boolean |
isInDispute()
Get In Dispute. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setApprovalAmt(BigDecimal ApprovalAmt)
Set Approval Amount. |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. |
void |
setConfirmationNo(String ConfirmationNo)
Set Confirmation No. |
void |
setConfirmType(String ConfirmType)
Set Confirmation Type. |
void |
setCreatePackage(String CreatePackage)
Set Create Package. |
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 |
setIsCancelled(boolean IsCancelled)
Set Cancelled. |
void |
setIsInDispute(boolean IsInDispute)
Set In Dispute. |
void |
setM_InOut_ID(int M_InOut_ID)
Set Shipment/Receipt. |
void |
setM_InOutConfirm_ID(int M_InOutConfirm_ID)
Set Ship/Receipt Confirmation. |
void |
setM_Inventory_ID(int M_Inventory_ID)
Set Phys.Inventory. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
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 CONFIRMTYPE_AD_Reference_ID
public static final String CONFIRMTYPE_VendorConfirmation
public static final String CONFIRMTYPE_CustomerConfirmation
public static final String CONFIRMTYPE_DropShipConfirm
public static final String CONFIRMTYPE_ShipReceiptConfirm
public static final String CONFIRMTYPE_PickQAConfirm
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_M_InOutConfirm(Properties ctx,
int M_InOutConfirm_ID,
String trxName)
public X_M_InOutConfirm(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_M_InOutConfirmApprovalAmt - Document Approval Amountpublic BigDecimal getApprovalAmt()
getApprovalAmt in interface I_M_InOutConfirm
public I_C_Invoice getC_Invoice()
throws Exception
getC_Invoice in interface I_M_InOutConfirmExceptionpublic void setC_Invoice_ID(int C_Invoice_ID)
setC_Invoice_ID in interface I_M_InOutConfirmC_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
getC_Invoice_ID in interface I_M_InOutConfirmpublic void setConfirmationNo(String ConfirmationNo)
setConfirmationNo in interface I_M_InOutConfirmConfirmationNo - Confirmation Numberpublic String getConfirmationNo()
getConfirmationNo in interface I_M_InOutConfirmpublic void setConfirmType(String ConfirmType)
setConfirmType in interface I_M_InOutConfirmConfirmType - Type of confirmationpublic String getConfirmType()
getConfirmType in interface I_M_InOutConfirmpublic void setCreatePackage(String CreatePackage)
setCreatePackage in interface I_M_InOutConfirmCreatePackage - Create Packagepublic String getCreatePackage()
getCreatePackage in interface I_M_InOutConfirmpublic void setDescription(String Description)
setDescription in interface I_M_InOutConfirmDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_InOutConfirmpublic void setDocAction(String DocAction)
setDocAction in interface I_M_InOutConfirmDocAction - The targeted status of the documentpublic String getDocAction()
getDocAction in interface I_M_InOutConfirmpublic void setDocStatus(String DocStatus)
setDocStatus in interface I_M_InOutConfirmDocStatus - The current status of the documentpublic String getDocStatus()
getDocStatus in interface I_M_InOutConfirmpublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_M_InOutConfirmDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_M_InOutConfirmpublic KeyNamePair getKeyNamePair()
public void setIsApproved(boolean IsApproved)
setIsApproved in interface I_M_InOutConfirmIsApproved - Indicates if this document requires approvalpublic boolean isApproved()
isApproved in interface I_M_InOutConfirmpublic void setIsCancelled(boolean IsCancelled)
setIsCancelled in interface I_M_InOutConfirmIsCancelled - The transaction was cancelledpublic boolean isCancelled()
isCancelled in interface I_M_InOutConfirmpublic void setIsInDispute(boolean IsInDispute)
setIsInDispute in interface I_M_InOutConfirmIsInDispute - Document is in disputepublic boolean isInDispute()
isInDispute in interface I_M_InOutConfirmpublic void setM_InOutConfirm_ID(int M_InOutConfirm_ID)
setM_InOutConfirm_ID in interface I_M_InOutConfirmM_InOutConfirm_ID - Material Shipment or Receipt Confirmationpublic int getM_InOutConfirm_ID()
getM_InOutConfirm_ID in interface I_M_InOutConfirm
public I_M_InOut getM_InOut()
throws Exception
getM_InOut in interface I_M_InOutConfirmExceptionpublic void setM_InOut_ID(int M_InOut_ID)
setM_InOut_ID in interface I_M_InOutConfirmM_InOut_ID - Material Shipment Documentpublic int getM_InOut_ID()
getM_InOut_ID in interface I_M_InOutConfirm
public I_M_Inventory getM_Inventory()
throws Exception
getM_Inventory in interface I_M_InOutConfirmExceptionpublic void setM_Inventory_ID(int M_Inventory_ID)
setM_Inventory_ID in interface I_M_InOutConfirmM_Inventory_ID - Parameters for a Physical Inventorypublic int getM_Inventory_ID()
getM_Inventory_ID in interface I_M_InOutConfirmpublic void setProcessed(boolean Processed)
setProcessed in interface I_M_InOutConfirmProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_M_InOutConfirmpublic void setProcessing(boolean Processing)
setProcessing in interface I_M_InOutConfirmProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_M_InOutConfirm
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||