Package org.compiere.model
Interface I_M_ShippingTransactionLine
- All Known Implementing Classes:
MShippingTransactionLine
,X_M_ShippingTransactionLine
public interface I_M_ShippingTransactionLine
Generated Interface for M_ShippingTransactionLine
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_UOM_Length_IDstatic final String
Column name C_UOM_Weight_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name Heightstatic final String
Column name IsActivestatic final String
Column name Lengthstatic final String
Column name M_PackageMPS_IDstatic final String
Column name M_ShippingTransaction_IDstatic final String
Column name M_ShippingTransactionLine_IDstatic final String
Column name M_ShippingTransactionLine_UUstatic final String
Column name MasterTrackingNostatic final String
Column name Pricestatic final String
Column name Processedstatic final String
Column name SeqNostatic final String
Column name TrackingNostatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Weightstatic final String
Column name Widthstatic final KeyNamePair
static final int
AD_Table_ID=200052static final String
TableName=M_ShippingTransactionLine -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get UOM for Length.int
Get UOM for Weight.Get Created.int
Get Created By.Get Description.Get HeightGet Lengthint
Get Package MPSint
Get Shipping Transactionint
Get Shipping Transaction LineGet M_ShippingTransactionLine_UUGet Master Tracking NogetPrice()
Get Price.int
getSeqNo()
Get Sequence.Get Tracking No.Get Updated.int
Get Updated By.Get Weight.getWidth()
Get Widthboolean
isActive()
Get Active.boolean
Get Processed.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_UOM_Length_ID
(int C_UOM_Length_ID) Set UOM for Length.void
setC_UOM_Weight_ID
(int C_UOM_Weight_ID) Set UOM for Weight.void
setDescription
(String Description) Set Description.void
setHeight
(BigDecimal Height) Set Heightvoid
setIsActive
(boolean IsActive) Set Active.void
setLength
(BigDecimal Length) Set Lengthvoid
setM_PackageMPS_ID
(int M_PackageMPS_ID) Set Package MPSvoid
setM_ShippingTransaction_ID
(int M_ShippingTransaction_ID) Set Shipping Transactionvoid
setM_ShippingTransactionLine_ID
(int M_ShippingTransactionLine_ID) Set Shipping Transaction Linevoid
setM_ShippingTransactionLine_UU
(String M_ShippingTransactionLine_UU) Set M_ShippingTransactionLine_UUvoid
setMasterTrackingNo
(String MasterTrackingNo) Set Master Tracking Novoid
setPrice
(BigDecimal Price) Set Price.void
setProcessed
(boolean Processed) Set Processed.void
setSeqNo
(int SeqNo) Set Sequence.void
setTrackingNo
(String TrackingNo) Set Tracking No.void
setWeight
(BigDecimal Weight) Set Weight.void
setWidth
(BigDecimal Width) Set Width
-
Field Details
-
Table_Name
TableName=M_ShippingTransactionLine- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200052- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_C_UOM_Length_ID
Column name C_UOM_Length_ID- See Also:
-
COLUMNNAME_C_UOM_Weight_ID
Column name C_UOM_Weight_ID- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_Height
Column name Height- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Length
Column name Length- See Also:
-
COLUMNNAME_MasterTrackingNo
Column name MasterTrackingNo- See Also:
-
COLUMNNAME_M_PackageMPS_ID
Column name M_PackageMPS_ID- See Also:
-
COLUMNNAME_M_ShippingTransaction_ID
Column name M_ShippingTransaction_ID- See Also:
-
COLUMNNAME_M_ShippingTransactionLine_ID
Column name M_ShippingTransactionLine_ID- See Also:
-
COLUMNNAME_M_ShippingTransactionLine_UU
Column name M_ShippingTransactionLine_UU- See Also:
-
COLUMNNAME_Price
Column name Price- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_TrackingNo
Column name TrackingNo- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Weight
Column name Weight- See Also:
-
COLUMNNAME_Width
Column name Width- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setC_UOM_Length_ID
void setC_UOM_Length_ID(int C_UOM_Length_ID) Set UOM for Length. Standard Unit of Measure for Length -
getC_UOM_Length_ID
int getC_UOM_Length_ID()Get UOM for Length. Standard Unit of Measure for Length -
getC_UOM_Length
- Throws:
RuntimeException
-
setC_UOM_Weight_ID
void setC_UOM_Weight_ID(int C_UOM_Weight_ID) Set UOM for Weight. Standard Unit of Measure for Weight -
getC_UOM_Weight_ID
int getC_UOM_Weight_ID()Get UOM for Weight. Standard Unit of Measure for Weight -
getC_UOM_Weight
- Throws:
RuntimeException
-
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setHeight
Set Height -
getHeight
BigDecimal getHeight()Get Height -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setLength
Set Length -
getLength
BigDecimal getLength()Get Length -
setMasterTrackingNo
Set Master Tracking No -
getMasterTrackingNo
String getMasterTrackingNo()Get Master Tracking No -
setM_PackageMPS_ID
void setM_PackageMPS_ID(int M_PackageMPS_ID) Set Package MPS -
getM_PackageMPS_ID
int getM_PackageMPS_ID()Get Package MPS -
getM_PackageMPS
- Throws:
RuntimeException
-
setM_ShippingTransaction_ID
void setM_ShippingTransaction_ID(int M_ShippingTransaction_ID) Set Shipping Transaction -
getM_ShippingTransaction_ID
int getM_ShippingTransaction_ID()Get Shipping Transaction -
getM_ShippingTransaction
- Throws:
RuntimeException
-
setM_ShippingTransactionLine_ID
void setM_ShippingTransactionLine_ID(int M_ShippingTransactionLine_ID) Set Shipping Transaction Line -
getM_ShippingTransactionLine_ID
int getM_ShippingTransactionLine_ID()Get Shipping Transaction Line -
setM_ShippingTransactionLine_UU
Set M_ShippingTransactionLine_UU -
getM_ShippingTransactionLine_UU
String getM_ShippingTransactionLine_UU()Get M_ShippingTransactionLine_UU -
setPrice
Set Price. Price -
getPrice
BigDecimal getPrice()Get Price. Price -
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
setSeqNo
void setSeqNo(int SeqNo) Set Sequence. Method of ordering records; lowest number comes first -
getSeqNo
int getSeqNo()Get Sequence. Method of ordering records; lowest number comes first -
setTrackingNo
Set Tracking No. Number to track the shipment -
getTrackingNo
String getTrackingNo()Get Tracking No. Number to track the shipment -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setWeight
Set Weight. Weight of a product -
getWeight
BigDecimal getWeight()Get Weight. Weight of a product -
setWidth
Set Width -
getWidth
BigDecimal getWidth()Get Width
-