Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Alert

All Known Implementing Classes:
MAlert, X_AD_Alert

public interface I_AD_Alert

Generated Interface for AD_Alert

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Alert_ID
          Column name AD_Alert_ID
static String COLUMNNAME_AD_AlertProcessor_ID
          Column name AD_AlertProcessor_ID
static String COLUMNNAME_AlertMessage
          Column name AlertMessage
static String COLUMNNAME_AlertSubject
          Column name AlertSubject
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EnforceClientSecurity
          Column name EnforceClientSecurity
static String COLUMNNAME_EnforceRoleSecurity
          Column name EnforceRoleSecurity
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsValid
          Column name IsValid
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=594
static String Table_Name
          TableName=AD_Alert
 
Method Summary
 int getAD_Alert_ID()
          Get Alert.
 int getAD_AlertProcessor_ID()
          Get Alert Processor.
 I_AD_AlertProcessor getAD_AlertProcessor()
           
 String getAlertMessage()
          Get Alert Message.
 String getAlertSubject()
          Get Alert Subject.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 boolean isEnforceClientSecurity()
          Get Enforce Client Security.
 boolean isEnforceRoleSecurity()
          Get Enforce Role Security.
 boolean isValid()
          Get Valid.
 void setAD_Alert_ID(int AD_Alert_ID)
          Set Alert.
 void setAD_AlertProcessor_ID(int AD_AlertProcessor_ID)
          Set Alert Processor.
 void setAlertMessage(String AlertMessage)
          Set Alert Message.
 void setAlertSubject(String AlertSubject)
          Set Alert Subject.
 void setDescription(String Description)
          Set Description.
 void setEnforceClientSecurity(boolean EnforceClientSecurity)
          Set Enforce Client Security.
 void setEnforceRoleSecurity(boolean EnforceRoleSecurity)
          Set Enforce Role Security.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsValid(boolean IsValid)
          Set Valid.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Alert

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=594


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Alert_ID

static final String COLUMNNAME_AD_Alert_ID
Column name AD_Alert_ID

See Also:
Constant Field Values

COLUMNNAME_AD_AlertProcessor_ID

static final String COLUMNNAME_AD_AlertProcessor_ID
Column name AD_AlertProcessor_ID

See Also:
Constant Field Values

COLUMNNAME_AlertMessage

static final String COLUMNNAME_AlertMessage
Column name AlertMessage

See Also:
Constant Field Values

COLUMNNAME_AlertSubject

static final String COLUMNNAME_AlertSubject
Column name AlertSubject

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EnforceClientSecurity

static final String COLUMNNAME_EnforceClientSecurity
Column name EnforceClientSecurity

See Also:
Constant Field Values

COLUMNNAME_EnforceRoleSecurity

static final String COLUMNNAME_EnforceRoleSecurity
Column name EnforceRoleSecurity

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsValid

static final String COLUMNNAME_IsValid
Column name IsValid

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAD_Alert_ID

void setAD_Alert_ID(int AD_Alert_ID)
Set Alert. Adempiere Alert


getAD_Alert_ID

int getAD_Alert_ID()
Get Alert. Adempiere Alert


setAD_AlertProcessor_ID

void setAD_AlertProcessor_ID(int AD_AlertProcessor_ID)
Set Alert Processor. Alert Processor/Server Parameter


getAD_AlertProcessor_ID

int getAD_AlertProcessor_ID()
Get Alert Processor. Alert Processor/Server Parameter


getAD_AlertProcessor

I_AD_AlertProcessor getAD_AlertProcessor()
                                         throws Exception
Throws:
Exception

setAlertMessage

void setAlertMessage(String AlertMessage)
Set Alert Message. Message of the Alert


getAlertMessage

String getAlertMessage()
Get Alert Message. Message of the Alert


setAlertSubject

void setAlertSubject(String AlertSubject)
Set Alert Subject. Subject of the Alert


getAlertSubject

String getAlertSubject()
Get Alert Subject. Subject of the Alert


setDescription

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


getDescription

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


setEnforceClientSecurity

void setEnforceClientSecurity(boolean EnforceClientSecurity)
Set Enforce Client Security. Send alerts to recipient only if the client security rules of the role allows


isEnforceClientSecurity

boolean isEnforceClientSecurity()
Get Enforce Client Security. Send alerts to recipient only if the client security rules of the role allows


setEnforceRoleSecurity

void setEnforceRoleSecurity(boolean EnforceRoleSecurity)
Set Enforce Role Security. Send alerts to recipient only if the data security rules of the role allows


isEnforceRoleSecurity

boolean isEnforceRoleSecurity()
Get Enforce Role Security. Send alerts to recipient only if the data security rules of the role allows


setHelp

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


getHelp

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


setIsValid

void setIsValid(boolean IsValid)
Set Valid. Element is valid


isValid

boolean isValid()
Get Valid. Element is valid


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.