Package org.compiere.model
Interface I_M_ShipperCfg
- All Known Implementing Classes:
X_M_ShipperCfg
public interface I_M_ShipperCfg
Generated Interface for M_ShipperCfg
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name CopyFromstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name IsActivestatic final String
Column name IsInternationalstatic final String
Column name IsOnlinestatic final String
Column name IsResidentialstatic final String
Column name IsSaturdayDeliverystatic final String
Column name M_ShipperCfg_IDstatic final String
Column name M_ShipperCfg_UUstatic final String
Column name M_ShippingProcessorCfg_IDstatic final String
Column name Namestatic final String
Column name ShippingServiceCodestatic final String
Column name TrackingURLstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=200047static final String
TableName=M_ShipperCfg -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Copy From.Get Created.int
Get Created By.Get Description.int
Get Shipper ConfigurationGet M_ShipperCfg_UUint
Get Shipping Processor ConfigurationgetName()
Get Name.Get Service CodeGet Tracking URL.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Internationalboolean
isOnline()
Get Online Access.boolean
Get Residentialboolean
Get Saturday Deliveryvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setCopyFrom
(String CopyFrom) Set Copy From.void
setDescription
(String Description) Set Description.void
setIsActive
(boolean IsActive) Set Active.void
setIsInternational
(boolean IsInternational) Set Internationalvoid
setIsOnline
(boolean IsOnline) Set Online Access.void
setIsResidential
(boolean IsResidential) Set Residentialvoid
setIsSaturdayDelivery
(boolean IsSaturdayDelivery) Set Saturday Deliveryvoid
setM_ShipperCfg_ID
(int M_ShipperCfg_ID) Set Shipper Configurationvoid
setM_ShipperCfg_UU
(String M_ShipperCfg_UU) Set M_ShipperCfg_UUvoid
setM_ShippingProcessorCfg_ID
(int M_ShippingProcessorCfg_ID) Set Shipping Processor Configurationvoid
Set Name.void
setShippingServiceCode
(String ShippingServiceCode) Set Service Codevoid
setTrackingURL
(String TrackingURL) Set Tracking URL.
-
Field Details
-
Table_Name
TableName=M_ShipperCfg- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200047- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_CopyFrom
Column name CopyFrom- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsInternational
Column name IsInternational- See Also:
-
COLUMNNAME_IsOnline
Column name IsOnline- See Also:
-
COLUMNNAME_IsResidential
Column name IsResidential- See Also:
-
COLUMNNAME_IsSaturdayDelivery
Column name IsSaturdayDelivery- See Also:
-
COLUMNNAME_M_ShipperCfg_ID
Column name M_ShipperCfg_ID- See Also:
-
COLUMNNAME_M_ShipperCfg_UU
Column name M_ShipperCfg_UU- See Also:
-
COLUMNNAME_M_ShippingProcessorCfg_ID
Column name M_ShippingProcessorCfg_ID- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_ShippingServiceCode
Column name ShippingServiceCode- See Also:
-
COLUMNNAME_TrackingURL
Column name TrackingURL- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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 -
setCopyFrom
Set Copy From. Copy From Record -
getCopyFrom
String getCopyFrom()Get Copy From. Copy From Record -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
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 -
setIsInternational
void setIsInternational(boolean IsInternational) Set International -
isInternational
boolean isInternational()Get International -
setIsOnline
void setIsOnline(boolean IsOnline) Set Online Access. Can be accessed online -
isOnline
boolean isOnline()Get Online Access. Can be accessed online -
setIsResidential
void setIsResidential(boolean IsResidential) Set Residential -
isResidential
boolean isResidential()Get Residential -
setIsSaturdayDelivery
void setIsSaturdayDelivery(boolean IsSaturdayDelivery) Set Saturday Delivery -
isSaturdayDelivery
boolean isSaturdayDelivery()Get Saturday Delivery -
setM_ShipperCfg_ID
void setM_ShipperCfg_ID(int M_ShipperCfg_ID) Set Shipper Configuration -
getM_ShipperCfg_ID
int getM_ShipperCfg_ID()Get Shipper Configuration -
setM_ShipperCfg_UU
Set M_ShipperCfg_UU -
getM_ShipperCfg_UU
String getM_ShipperCfg_UU()Get M_ShipperCfg_UU -
setM_ShippingProcessorCfg_ID
void setM_ShippingProcessorCfg_ID(int M_ShippingProcessorCfg_ID) Set Shipping Processor Configuration -
getM_ShippingProcessorCfg_ID
int getM_ShippingProcessorCfg_ID()Get Shipping Processor Configuration -
getM_ShippingProcessorCfg
- Throws:
RuntimeException
-
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setShippingServiceCode
Set Service Code -
getShippingServiceCode
String getShippingServiceCode()Get Service Code -
setTrackingURL
Set Tracking URL. URL of the shipper to track shipments -
getTrackingURL
String getTrackingURL()Get Tracking URL. URL of the shipper to track shipments -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-