|
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_PackageLine
public class X_M_PackageLine
Generated Model for M_PackageLine
| 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_PackageLine |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_M_InOutLine_ID, COLUMNNAME_M_Package_ID, COLUMNNAME_M_PackageLine_ID, COLUMNNAME_Qty, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_PackageLine(Properties ctx,
int M_PackageLine_ID,
String trxName)
Standard Constructor |
|
X_M_PackageLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_InOutLine_ID()
Get Shipment/Receipt Line. |
I_M_InOutLine |
getM_InOutLine()
|
int |
getM_Package_ID()
Get Package. |
I_M_Package |
getM_Package()
|
int |
getM_PackageLine_ID()
Get Package Line. |
BigDecimal |
getQty()
Get Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setDescription(String Description)
Set Description. |
void |
setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. |
void |
setM_Package_ID(int M_Package_ID)
Set Package. |
void |
setM_PackageLine_ID(int M_PackageLine_ID)
Set Package Line. |
void |
setQty(BigDecimal Qty)
Set Quantity. |
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_PackageLine(Properties ctx,
int M_PackageLine_ID,
String trxName)
public X_M_PackageLine(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 setDescription(String Description)
setDescription in interface I_M_PackageLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_PackageLine
public I_M_InOutLine getM_InOutLine()
throws Exception
getM_InOutLine in interface I_M_PackageLineExceptionpublic void setM_InOutLine_ID(int M_InOutLine_ID)
setM_InOutLine_ID in interface I_M_PackageLineM_InOutLine_ID - Line on Shipment or Receipt documentpublic int getM_InOutLine_ID()
getM_InOutLine_ID in interface I_M_PackageLine
public I_M_Package getM_Package()
throws Exception
getM_Package in interface I_M_PackageLineExceptionpublic void setM_Package_ID(int M_Package_ID)
setM_Package_ID in interface I_M_PackageLineM_Package_ID - Shipment Packagepublic int getM_Package_ID()
getM_Package_ID in interface I_M_PackageLinepublic KeyNamePair getKeyNamePair()
public void setM_PackageLine_ID(int M_PackageLine_ID)
setM_PackageLine_ID in interface I_M_PackageLineM_PackageLine_ID - The detail content of the Packagepublic int getM_PackageLine_ID()
getM_PackageLine_ID in interface I_M_PackageLinepublic void setQty(BigDecimal Qty)
setQty in interface I_M_PackageLineQty - Quantitypublic BigDecimal getQty()
getQty in interface I_M_PackageLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||