Adempiere 3.5.2a

org.compiere.model
Interface I_AD_AlertRecipient

All Known Implementing Classes:
MAlertRecipient, X_AD_AlertRecipient

public interface I_AD_AlertRecipient

Generated Interface for AD_AlertRecipient

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_AlertRecipient_ID
          Column name AD_AlertRecipient_ID
static String COLUMNNAME_AD_Role_ID
          Column name AD_Role_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=592
static String Table_Name
          TableName=AD_AlertRecipient
 
Method Summary
 int getAD_Alert_ID()
          Get Alert.
 I_AD_Alert getAD_Alert()
           
 int getAD_AlertRecipient_ID()
          Get Alert Recipient.
 int getAD_Role_ID()
          Get Role.
 I_AD_Role getAD_Role()
           
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 void setAD_Alert_ID(int AD_Alert_ID)
          Set Alert.
 void setAD_AlertRecipient_ID(int AD_AlertRecipient_ID)
          Set Alert Recipient.
 void setAD_Role_ID(int AD_Role_ID)
          Set Role.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_AlertRecipient

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=592


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_AlertRecipient_ID

static final String COLUMNNAME_AD_AlertRecipient_ID
Column name AD_AlertRecipient_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Role_ID

static final String COLUMNNAME_AD_Role_ID
Column name AD_Role_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
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


getAD_Alert

I_AD_Alert getAD_Alert()
                       throws Exception
Throws:
Exception

setAD_AlertRecipient_ID

void setAD_AlertRecipient_ID(int AD_AlertRecipient_ID)
Set Alert Recipient. Recipient of the Alert Notification


getAD_AlertRecipient_ID

int getAD_AlertRecipient_ID()
Get Alert Recipient. Recipient of the Alert Notification


setAD_Role_ID

void setAD_Role_ID(int AD_Role_ID)
Set Role. Responsibility Role


getAD_Role_ID

int getAD_Role_ID()
Get Role. Responsibility Role


getAD_Role

I_AD_Role getAD_Role()
                     throws Exception
Throws:
Exception

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 Exception
Throws:
Exception

Adempiere 3.5.2a

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