Adempiere 3.5.2a

org.compiere.model
Interface I_M_ProductDownload

All Known Implementing Classes:
MProductDownload, X_M_ProductDownload

public interface I_M_ProductDownload

Generated Interface for M_ProductDownload

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_DownloadURL
          Column name DownloadURL
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_ProductDownload_ID
          Column name M_ProductDownload_ID
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=777
static String Table_Name
          TableName=M_ProductDownload
 
Method Summary
 String getDownloadURL()
          Get Download URL.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_ProductDownload_ID()
          Get Product Download.
 String getName()
          Get Name.
 void setDownloadURL(String DownloadURL)
          Set Download URL.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setM_ProductDownload_ID(int M_ProductDownload_ID)
          Set Product Download.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_ProductDownload

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=777


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_DownloadURL

static final String COLUMNNAME_DownloadURL
Column name DownloadURL

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_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setDownloadURL

void setDownloadURL(String DownloadURL)
Set Download URL. URL of the Download files


getDownloadURL

String getDownloadURL()
Get Download URL. URL of the Download files


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


setM_Product_ID

void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item


getM_Product_ID

int getM_Product_ID()
Get Product. Product, Service, Item


getM_Product

I_M_Product getM_Product()
                         throws Exception
Throws:
Exception

setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.