|
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_Package
public class X_M_Package
Generated Model for M_Package
| Field Summary |
|---|
| 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 |
| Fields inherited from interface org.compiere.model.I_M_Package |
|---|
accessLevel, COLUMNNAME_DateReceived, COLUMNNAME_Description, COLUMNNAME_DocumentNo, COLUMNNAME_M_InOut_ID, COLUMNNAME_M_Package_ID, COLUMNNAME_M_Shipper_ID, COLUMNNAME_ReceivedInfo, COLUMNNAME_ShipDate, COLUMNNAME_TrackingInfo, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_Package(Properties ctx,
int M_Package_ID,
String trxName)
Standard Constructor |
|
X_M_Package(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
Timestamp |
getDateReceived()
Get Date received. |
String |
getDescription()
Get Description. |
String |
getDocumentNo()
Get Document No. |
int |
getM_InOut_ID()
Get Shipment/Receipt. |
I_M_InOut |
getM_InOut()
|
int |
getM_Package_ID()
Get Package. |
int |
getM_Shipper_ID()
Get Shipper. |
I_M_Shipper |
getM_Shipper()
|
String |
getReceivedInfo()
Get Info Received. |
Timestamp |
getShipDate()
Get Ship Date. |
String |
getTrackingInfo()
Get Tracking Info. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setDateReceived(Timestamp DateReceived)
Set Date received. |
void |
setDescription(String Description)
Set Description. |
void |
setDocumentNo(String DocumentNo)
Set Document No. |
void |
setM_InOut_ID(int M_InOut_ID)
Set Shipment/Receipt. |
void |
setM_Package_ID(int M_Package_ID)
Set Package. |
void |
setM_Shipper_ID(int M_Shipper_ID)
Set Shipper. |
void |
setReceivedInfo(String ReceivedInfo)
Set Info Received. |
void |
setShipDate(Timestamp ShipDate)
Set Ship Date. |
void |
setTrackingInfo(String TrackingInfo)
Set Tracking Info. |
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 |
| Constructor Detail |
|---|
public X_M_Package(Properties ctx,
int M_Package_ID,
String trxName)
public X_M_Package(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 setDateReceived(Timestamp DateReceived)
setDateReceived in interface I_M_PackageDateReceived - Date a product was receivedpublic Timestamp getDateReceived()
getDateReceived in interface I_M_Packagepublic void setDescription(String Description)
setDescription in interface I_M_PackageDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_Packagepublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_M_PackageDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_M_Package
public I_M_InOut getM_InOut()
throws Exception
getM_InOut in interface I_M_PackageExceptionpublic void setM_InOut_ID(int M_InOut_ID)
setM_InOut_ID in interface I_M_PackageM_InOut_ID - Material Shipment Documentpublic int getM_InOut_ID()
getM_InOut_ID in interface I_M_Packagepublic void setM_Package_ID(int M_Package_ID)
setM_Package_ID in interface I_M_PackageM_Package_ID - Shipment Packagepublic int getM_Package_ID()
getM_Package_ID in interface I_M_Package
public I_M_Shipper getM_Shipper()
throws Exception
getM_Shipper in interface I_M_PackageExceptionpublic void setM_Shipper_ID(int M_Shipper_ID)
setM_Shipper_ID in interface I_M_PackageM_Shipper_ID - Method or manner of product deliverypublic int getM_Shipper_ID()
getM_Shipper_ID in interface I_M_Packagepublic void setReceivedInfo(String ReceivedInfo)
setReceivedInfo in interface I_M_PackageReceivedInfo - Information of the receipt of the package (acknowledgement)public String getReceivedInfo()
getReceivedInfo in interface I_M_Packagepublic void setShipDate(Timestamp ShipDate)
setShipDate in interface I_M_PackageShipDate - Shipment Date/Timepublic Timestamp getShipDate()
getShipDate in interface I_M_Packagepublic void setTrackingInfo(String TrackingInfo)
setTrackingInfo in interface I_M_PackageTrackingInfo - Tracking Infopublic String getTrackingInfo()
getTrackingInfo in interface I_M_Package
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||