Package org.compiere.model
Interface I_A_Asset_Delivery
-
- All Known Implementing Classes:
MAssetDelivery
,X_A_Asset_Delivery
public interface I_A_Asset_Delivery
Generated Interface for A_Asset_Delivery- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_A_Asset_Delivery_ID
Column name A_Asset_Delivery_IDstatic String
COLUMNNAME_A_Asset_Delivery_UU
Column name A_Asset_Delivery_UUstatic String
COLUMNNAME_A_Asset_ID
Column name A_Asset_IDstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DeliveryConfirmation
Column name DeliveryConfirmationstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_EMail
Column name EMailstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Lot
Column name Lotstatic String
COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_IDstatic String
COLUMNNAME_M_ProductDownload_ID
Column name M_ProductDownload_IDstatic String
COLUMNNAME_MessageID
Column name MessageIDstatic String
COLUMNNAME_MovementDate
Column name MovementDatestatic String
COLUMNNAME_Referrer
Column name Referrerstatic String
COLUMNNAME_Remote_Addr
Column name Remote_Addrstatic String
COLUMNNAME_Remote_Host
Column name Remote_Hoststatic String
COLUMNNAME_SerNo
Column name SerNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_URL
Column name URLstatic String
COLUMNNAME_VersionNo
Column name VersionNostatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=541static String
Table_Name
TableName=A_Asset_Delivery
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_A_Asset
getA_Asset()
int
getA_Asset_Delivery_ID()
Get Asset Delivery.String
getA_Asset_Delivery_UU()
Get A_Asset_Delivery_UUint
getA_Asset_ID()
Get Asset.int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDeliveryConfirmation()
Get Delivery Confirmation.String
getDescription()
Get Description.String
getEMail()
Get EMail Address.String
getLot()
Get Lot No.I_M_InOutLine
getM_InOutLine()
int
getM_InOutLine_ID()
Get Shipment/Receipt Line.I_M_ProductDownload
getM_ProductDownload()
int
getM_ProductDownload_ID()
Get Product Download.String
getMessageID()
Get Message ID.Timestamp
getMovementDate()
Get Movement Date.String
getReferrer()
Get Referrer.String
getRemote_Addr()
Get Remote Addr.String
getRemote_Host()
Get Remote Host.String
getSerNo()
Get Serial No.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getURL()
Get URL.String
getVersionNo()
Get Version No.boolean
isActive()
Get Active.void
setA_Asset_Delivery_ID(int A_Asset_Delivery_ID)
Set Asset Delivery.void
setA_Asset_Delivery_UU(String A_Asset_Delivery_UU)
Set A_Asset_Delivery_UUvoid
setA_Asset_ID(int A_Asset_ID)
Set Asset.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_User_ID(int AD_User_ID)
Set User/Contact.void
setDeliveryConfirmation(String DeliveryConfirmation)
Set Delivery Confirmation.void
setDescription(String Description)
Set Description.void
setEMail(String EMail)
Set EMail Address.void
setIsActive(boolean IsActive)
Set Active.void
setLot(String Lot)
Set Lot No.void
setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line.void
setM_ProductDownload_ID(int M_ProductDownload_ID)
Set Product Download.void
setMessageID(String MessageID)
Set Message ID.void
setMovementDate(Timestamp MovementDate)
Set Movement Date.void
setReferrer(String Referrer)
Set Referrer.void
setRemote_Addr(String Remote_Addr)
Set Remote Addr.void
setRemote_Host(String Remote_Host)
Set Remote Host.void
setSerNo(String SerNo)
Set Serial No.void
setURL(String URL)
Set URL.void
setVersionNo(String VersionNo)
Set Version No.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=A_Asset_Delivery- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=541- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_A_Asset_Delivery_ID
static final String COLUMNNAME_A_Asset_Delivery_ID
Column name A_Asset_Delivery_ID- See Also:
- Constant Field Values
-
COLUMNNAME_A_Asset_Delivery_UU
static final String COLUMNNAME_A_Asset_Delivery_UU
Column name A_Asset_Delivery_UU- See Also:
- Constant Field Values
-
COLUMNNAME_A_Asset_ID
static final String COLUMNNAME_A_Asset_ID
Column name A_Asset_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DeliveryConfirmation
static final String COLUMNNAME_DeliveryConfirmation
Column name DeliveryConfirmation- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_EMail
static final String COLUMNNAME_EMail
Column name EMail- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Lot
static final String COLUMNNAME_Lot
Column name Lot- See Also:
- Constant Field Values
-
COLUMNNAME_MessageID
static final String COLUMNNAME_MessageID
Column name MessageID- See Also:
- Constant Field Values
-
COLUMNNAME_M_InOutLine_ID
static final String COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_MovementDate
static final String COLUMNNAME_MovementDate
Column name MovementDate- See Also:
- Constant Field Values
-
COLUMNNAME_M_ProductDownload_ID
static final String COLUMNNAME_M_ProductDownload_ID
Column name M_ProductDownload_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Referrer
static final String COLUMNNAME_Referrer
Column name Referrer- See Also:
- Constant Field Values
-
COLUMNNAME_Remote_Addr
static final String COLUMNNAME_Remote_Addr
Column name Remote_Addr- See Also:
- Constant Field Values
-
COLUMNNAME_Remote_Host
static final String COLUMNNAME_Remote_Host
Column name Remote_Host- See Also:
- Constant Field Values
-
COLUMNNAME_SerNo
static final String COLUMNNAME_SerNo
Column name SerNo- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_URL
static final String COLUMNNAME_URL
Column name URL- See Also:
- Constant Field Values
-
COLUMNNAME_VersionNo
static final String COLUMNNAME_VersionNo
Column name VersionNo- See Also:
- Constant Field Values
-
-
Method Detail
-
setA_Asset_Delivery_ID
void setA_Asset_Delivery_ID(int A_Asset_Delivery_ID)
Set Asset Delivery. Delivery of Asset
-
getA_Asset_Delivery_ID
int getA_Asset_Delivery_ID()
Get Asset Delivery. Delivery of Asset
-
setA_Asset_Delivery_UU
void setA_Asset_Delivery_UU(String A_Asset_Delivery_UU)
Set A_Asset_Delivery_UU
-
getA_Asset_Delivery_UU
String getA_Asset_Delivery_UU()
Get A_Asset_Delivery_UU
-
setA_Asset_ID
void setA_Asset_ID(int A_Asset_ID)
Set Asset. Asset used internally or by customers
-
getA_Asset_ID
int getA_Asset_ID()
Get Asset. Asset used internally or by customers
-
getA_Asset
I_A_Asset getA_Asset() throws RuntimeException
- Throws:
RuntimeException
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User_ID
int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDeliveryConfirmation
void setDeliveryConfirmation(String DeliveryConfirmation)
Set Delivery Confirmation. EMail Delivery confirmation
-
getDeliveryConfirmation
String getDeliveryConfirmation()
Get Delivery Confirmation. EMail Delivery confirmation
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setEMail
void setEMail(String EMail)
Set EMail Address. Electronic Mail Address
-
getEMail
String getEMail()
Get EMail Address. Electronic Mail Address
-
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
-
setLot
void setLot(String Lot)
Set Lot No. Lot number (alphanumeric)
-
getLot
String getLot()
Get Lot No. Lot number (alphanumeric)
-
setMessageID
void setMessageID(String MessageID)
Set Message ID. EMail Message ID
-
getMessageID
String getMessageID()
Get Message ID. EMail Message ID
-
setM_InOutLine_ID
void setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. Line on Shipment or Receipt document
-
getM_InOutLine_ID
int getM_InOutLine_ID()
Get Shipment/Receipt Line. Line on Shipment or Receipt document
-
getM_InOutLine
I_M_InOutLine getM_InOutLine() throws RuntimeException
- Throws:
RuntimeException
-
setMovementDate
void setMovementDate(Timestamp MovementDate)
Set Movement Date. Date a product was moved in or out of inventory
-
getMovementDate
Timestamp getMovementDate()
Get Movement Date. Date a product was moved in or out of inventory
-
setM_ProductDownload_ID
void setM_ProductDownload_ID(int M_ProductDownload_ID)
Set Product Download. Product downloads
-
getM_ProductDownload_ID
int getM_ProductDownload_ID()
Get Product Download. Product downloads
-
getM_ProductDownload
I_M_ProductDownload getM_ProductDownload() throws RuntimeException
- Throws:
RuntimeException
-
setReferrer
void setReferrer(String Referrer)
Set Referrer. Referring web address
-
getReferrer
String getReferrer()
Get Referrer. Referring web address
-
setRemote_Addr
void setRemote_Addr(String Remote_Addr)
Set Remote Addr. Remote Address
-
getRemote_Addr
String getRemote_Addr()
Get Remote Addr. Remote Address
-
setRemote_Host
void setRemote_Host(String Remote_Host)
Set Remote Host. Remote host Info
-
getRemote_Host
String getRemote_Host()
Get Remote Host. Remote host Info
-
setSerNo
void setSerNo(String SerNo)
Set Serial No. Product Serial Number
-
getSerNo
String getSerNo()
Get Serial No. Product Serial Number
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setURL
void setURL(String URL)
Set URL. Full URL address - e.g. http://www.idempiere.org
-
getURL
String getURL()
Get URL. Full URL address - e.g. http://www.idempiere.org
-
setVersionNo
void setVersionNo(String VersionNo)
Set Version No. Version Number
-
getVersionNo
String getVersionNo()
Get Version No. Version Number
-
-