Adempiere 3.5.2a

org.compiere.model
Interface I_CM_Ad

All Known Implementing Classes:
MAd, X_CM_Ad

public interface I_CM_Ad

Generated Interface for CM_Ad

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_ActualClick
          Column name ActualClick
static String COLUMNNAME_ActualImpression
          Column name ActualImpression
static String COLUMNNAME_CM_Ad_Cat_ID
          Column name CM_Ad_Cat_ID
static String COLUMNNAME_CM_Ad_ID
          Column name CM_Ad_ID
static String COLUMNNAME_CM_Media_ID
          Column name CM_Media_ID
static String COLUMNNAME_ContentHTML
          Column name ContentHTML
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EndDate
          Column name EndDate
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsAdFlag
          Column name IsAdFlag
static String COLUMNNAME_IsLogged
          Column name IsLogged
static String COLUMNNAME_MaxClick
          Column name MaxClick
static String COLUMNNAME_MaxImpression
          Column name MaxImpression
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_StartDate
          Column name StartDate
static String COLUMNNAME_StartImpression
          Column name StartImpression
static String COLUMNNAME_Target_Frame
          Column name Target_Frame
static String COLUMNNAME_TargetURL
          Column name TargetURL
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=858
static String Table_Name
          TableName=CM_Ad
 
Method Summary
 int getActualClick()
          Get Actual Click Count.
 int getActualImpression()
          Get Actual Impression Count.
 int getCM_Ad_Cat_ID()
          Get Advertisement Category.
 I_CM_Ad_Cat getCM_Ad_Cat()
           
 int getCM_Ad_ID()
          Get Advertisement.
 int getCM_Media_ID()
          Get Media Item.
 I_CM_Media getCM_Media()
           
 String getContentHTML()
          Get Content HTML.
 String getDescription()
          Get Description.
 Timestamp getEndDate()
          Get End Date.
 String getHelp()
          Get Comment/Help.
 int getMaxClick()
          Get Max Click Count.
 int getMaxImpression()
          Get Max Impression Count.
 String getName()
          Get Name.
 Timestamp getStartDate()
          Get Start Date.
 int getStartImpression()
          Get Start Count Impression.
 String getTarget_Frame()
          Get Target Frame.
 String getTargetURL()
          Get Target URL.
 boolean isAdFlag()
          Get Special AD Flag.
 boolean isLogged()
          Get Logging.
 void setActualClick(int ActualClick)
          Set Actual Click Count.
 void setActualImpression(int ActualImpression)
          Set Actual Impression Count.
 void setCM_Ad_Cat_ID(int CM_Ad_Cat_ID)
          Set Advertisement Category.
 void setCM_Ad_ID(int CM_Ad_ID)
          Set Advertisement.
 void setCM_Media_ID(int CM_Media_ID)
          Set Media Item.
 void setContentHTML(String ContentHTML)
          Set Content HTML.
 void setDescription(String Description)
          Set Description.
 void setEndDate(Timestamp EndDate)
          Set End Date.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsAdFlag(boolean IsAdFlag)
          Set Special AD Flag.
 void setIsLogged(boolean IsLogged)
          Set Logging.
 void setMaxClick(int MaxClick)
          Set Max Click Count.
 void setMaxImpression(int MaxImpression)
          Set Max Impression Count.
 void setName(String Name)
          Set Name.
 void setStartDate(Timestamp StartDate)
          Set Start Date.
 void setStartImpression(int StartImpression)
          Set Start Count Impression.
 void setTarget_Frame(String Target_Frame)
          Set Target Frame.
 void setTargetURL(String TargetURL)
          Set Target URL.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_Ad

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=858


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_ActualClick

static final String COLUMNNAME_ActualClick
Column name ActualClick

See Also:
Constant Field Values

COLUMNNAME_ActualImpression

static final String COLUMNNAME_ActualImpression
Column name ActualImpression

See Also:
Constant Field Values

COLUMNNAME_CM_Ad_Cat_ID

static final String COLUMNNAME_CM_Ad_Cat_ID
Column name CM_Ad_Cat_ID

See Also:
Constant Field Values

COLUMNNAME_CM_Ad_ID

static final String COLUMNNAME_CM_Ad_ID
Column name CM_Ad_ID

See Also:
Constant Field Values

COLUMNNAME_CM_Media_ID

static final String COLUMNNAME_CM_Media_ID
Column name CM_Media_ID

See Also:
Constant Field Values

COLUMNNAME_ContentHTML

static final String COLUMNNAME_ContentHTML
Column name ContentHTML

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EndDate

static final String COLUMNNAME_EndDate
Column name EndDate

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsAdFlag

static final String COLUMNNAME_IsAdFlag
Column name IsAdFlag

See Also:
Constant Field Values

COLUMNNAME_IsLogged

static final String COLUMNNAME_IsLogged
Column name IsLogged

See Also:
Constant Field Values

COLUMNNAME_MaxClick

static final String COLUMNNAME_MaxClick
Column name MaxClick

See Also:
Constant Field Values

COLUMNNAME_MaxImpression

static final String COLUMNNAME_MaxImpression
Column name MaxImpression

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_StartDate

static final String COLUMNNAME_StartDate
Column name StartDate

See Also:
Constant Field Values

COLUMNNAME_StartImpression

static final String COLUMNNAME_StartImpression
Column name StartImpression

See Also:
Constant Field Values

COLUMNNAME_Target_Frame

static final String COLUMNNAME_Target_Frame
Column name Target_Frame

See Also:
Constant Field Values

COLUMNNAME_TargetURL

static final String COLUMNNAME_TargetURL
Column name TargetURL

See Also:
Constant Field Values
Method Detail

setActualClick

void setActualClick(int ActualClick)
Set Actual Click Count. How many clicks have been counted


getActualClick

int getActualClick()
Get Actual Click Count. How many clicks have been counted


setActualImpression

void setActualImpression(int ActualImpression)
Set Actual Impression Count. How many impressions have been counted


getActualImpression

int getActualImpression()
Get Actual Impression Count. How many impressions have been counted


setCM_Ad_Cat_ID

void setCM_Ad_Cat_ID(int CM_Ad_Cat_ID)
Set Advertisement Category. Advertisement Category like Banner Homepage


getCM_Ad_Cat_ID

int getCM_Ad_Cat_ID()
Get Advertisement Category. Advertisement Category like Banner Homepage


getCM_Ad_Cat

I_CM_Ad_Cat getCM_Ad_Cat()
                         throws Exception
Throws:
Exception

setCM_Ad_ID

void setCM_Ad_ID(int CM_Ad_ID)
Set Advertisement. An Advertisement is something like a banner


getCM_Ad_ID

int getCM_Ad_ID()
Get Advertisement. An Advertisement is something like a banner


setCM_Media_ID

void setCM_Media_ID(int CM_Media_ID)
Set Media Item. Contains media content like images, flash movies etc.


getCM_Media_ID

int getCM_Media_ID()
Get Media Item. Contains media content like images, flash movies etc.


getCM_Media

I_CM_Media getCM_Media()
                       throws Exception
Throws:
Exception

setContentHTML

void setContentHTML(String ContentHTML)
Set Content HTML. Contains the content itself


getContentHTML

String getContentHTML()
Get Content HTML. Contains the content itself


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setEndDate

void setEndDate(Timestamp EndDate)
Set End Date. Last effective date (inclusive)


getEndDate

Timestamp getEndDate()
Get End Date. Last effective date (inclusive)


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setIsAdFlag

void setIsAdFlag(boolean IsAdFlag)
Set Special AD Flag. Do we need to specially mention this ad?


isAdFlag

boolean isAdFlag()
Get Special AD Flag. Do we need to specially mention this ad?


setIsLogged

void setIsLogged(boolean IsLogged)
Set Logging. Do we need to log the banner impressions and clicks? (needs much performance)


isLogged

boolean isLogged()
Get Logging. Do we need to log the banner impressions and clicks? (needs much performance)


setMaxClick

void setMaxClick(int MaxClick)
Set Max Click Count. Maximum Click Count until banner is deactivated


getMaxClick

int getMaxClick()
Get Max Click Count. Maximum Click Count until banner is deactivated


setMaxImpression

void setMaxImpression(int MaxImpression)
Set Max Impression Count. Maximum Impression Count until banner is deactivated


getMaxImpression

int getMaxImpression()
Get Max Impression Count. Maximum Impression Count until banner is deactivated


setName

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


getName

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


setStartDate

void setStartDate(Timestamp StartDate)
Set Start Date. First effective day (inclusive)


getStartDate

Timestamp getStartDate()
Get Start Date. First effective day (inclusive)


setStartImpression

void setStartImpression(int StartImpression)
Set Start Count Impression. For rotation we need a start count


getStartImpression

int getStartImpression()
Get Start Count Impression. For rotation we need a start count


setTarget_Frame

void setTarget_Frame(String Target_Frame)
Set Target Frame. Which target should be used if user clicks?


getTarget_Frame

String getTarget_Frame()
Get Target Frame. Which target should be used if user clicks?


setTargetURL

void setTargetURL(String TargetURL)
Set Target URL. URL for the Target


getTargetURL

String getTargetURL()
Get Target URL. URL for the Target


Adempiere 3.5.2a

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