|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_M_InOutLineConfirm
org.compiere.model.MInOutLineConfirm
public class MInOutLineConfirm
Ship Confirmation Line Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_InOutLineConfirm |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MInOutLineConfirm(Ctx ctx,
int M_InOutLineConfirm_ID,
String trxName)
Standard Constructor |
|
MInOutLineConfirm(Ctx ctx,
ResultSet rs,
String trxName)
Load Construvtor |
|
MInOutLineConfirm(MInOutConfirm header)
Parent Construvtor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeDelete()
Before Delete - do not delete |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
MInOutLine |
getLine()
Get Shipment Line |
boolean |
isFullyConfirmed()
Is Fully Confirmed |
boolean |
processLine(boolean isSOTrx,
String confirmType)
Process Confirmation Line |
void |
setInOutLine(MInOutLine line)
Set Shipment Line |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MInOutLineConfirm(Ctx ctx,
int M_InOutLineConfirm_ID,
String trxName)
ctx - contextM_InOutLineConfirm_ID - idtrxName - transaction
public MInOutLineConfirm(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MInOutLineConfirm(MInOutConfirm header)
header - parent| Method Detail |
|---|
public void setInOutLine(MInOutLine line)
line - shipment linepublic MInOutLine getLine()
public boolean processLine(boolean isSOTrx,
String confirmType)
isSOTrx - sales orderconfirmType - type
public boolean isFullyConfirmed()
protected boolean beforeDelete()
beforeDelete in class POprotected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||