|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_Alert
public class X_AD_Alert
Generated Model for AD_Alert
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=594 |
static String |
Table_Name
TableName=AD_Alert |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_AD_Alert(Ctx ctx,
int AD_Alert_ID,
String trxName)
Standard Constructor |
|
X_AD_Alert(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Alert_ID()
Get Alert. |
int |
getAD_AlertProcessor_ID()
Get Alert Processor. |
String |
getAlertMessage()
Get Alert Message. |
String |
getAlertSubject()
Get Alert Subject. |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isEnforceClientSecurity()
Get Enforce Tenant 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 Tenant Security. |
void |
setEnforceRoleSecurity(boolean EnforceRoleSecurity)
Set Enforce Role Security. |
void |
setHelp(String Help)
Set Comment. |
void |
setIsValid(boolean IsValid)
Set Valid. |
void |
setName(String Name)
Set Name. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X_AD_Alert(Ctx ctx,
int AD_Alert_ID,
String trxName)
ctx - contextAD_Alert_ID - idtrxName - transaction
public X_AD_Alert(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAD_AlertProcessor_ID(int AD_AlertProcessor_ID)
AD_AlertProcessor_ID - Alert Processor/Server Parameterpublic int getAD_AlertProcessor_ID()
public void setAD_Alert_ID(int AD_Alert_ID)
AD_Alert_ID - Compiere Alertpublic int getAD_Alert_ID()
public void setAlertMessage(String AlertMessage)
AlertMessage - Message of the Alertpublic String getAlertMessage()
public void setAlertSubject(String AlertSubject)
AlertSubject - Subject of the Alertpublic String getAlertSubject()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setEnforceClientSecurity(boolean EnforceClientSecurity)
EnforceClientSecurity - Send alerts to recipient only if the Tenant security rules of the role allowspublic boolean isEnforceClientSecurity()
public void setEnforceRoleSecurity(boolean EnforceRoleSecurity)
EnforceRoleSecurity - Send alerts to recipient only if the data security rules of the role allowspublic boolean isEnforceRoleSecurity()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public void setIsValid(boolean IsValid)
IsValid - Element is validpublic boolean isValid()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||