Package 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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 6 - System - Clientstatic final StringColumn name AD_Alert_IDstatic final StringColumn name AD_Alert_UUstatic final StringColumn name AD_AlertProcessor_IDstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name AlertMessagestatic final StringColumn name AlertSubjectstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name EnforceClientSecuritystatic final StringColumn name EnforceRoleSecuritystatic final StringColumn name Helpstatic final StringColumn name IsActivestatic final StringColumn name IsValidstatic final StringColumn name Namestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=594static final StringTableName=AD_Alert -
Method Summary
Modifier and TypeMethodDescriptionintGet Alert.Get AD_Alert_UUDeprecated.intGet Alert Processor.intGet Tenant.intGet Organization.Get Alert Message.Get Alert Subject.Get Created.intGet Created By.Get Description.getHelp()Get Comment/Help.getName()Get Name.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Enforce Tenant Security.booleanGet Enforce Role Security.booleanisValid()Get Valid.voidsetAD_Alert_ID(int AD_Alert_ID) Set Alert.voidsetAD_Alert_UU(String AD_Alert_UU) Set AD_Alert_UUvoidsetAD_AlertProcessor_ID(int AD_AlertProcessor_ID) Set Alert Processor.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAlertMessage(String AlertMessage) Set Alert Message.voidsetAlertSubject(String AlertSubject) Set Alert Subject.voidsetDescription(String Description) Set Description.voidsetEnforceClientSecurity(boolean EnforceClientSecurity) Set Enforce Tenant Security.voidsetEnforceRoleSecurity(boolean EnforceRoleSecurity) Set Enforce Role Security.voidSet Comment/Help.voidsetIsActive(boolean IsActive) Set Active.voidsetIsValid(boolean IsValid) Set Valid.voidSet Name.
-
Field Details
-
Table_Name
TableName=AD_Alert- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=594- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_AlertProcessor_ID
Column name AD_AlertProcessor_ID- See Also:
-
COLUMNNAME_AD_Alert_ID
Column name AD_Alert_ID- See Also:
-
COLUMNNAME_AD_Alert_UU
Column name AD_Alert_UU- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AlertMessage
Column name AlertMessage- See Also:
-
COLUMNNAME_AlertSubject
Column name AlertSubject- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_EnforceClientSecurity
Column name EnforceClientSecurity- See Also:
-
COLUMNNAME_EnforceRoleSecurity
Column name EnforceRoleSecurity- See Also:
-
COLUMNNAME_Help
Column name Help- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsValid
Column name IsValid- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
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
Deprecated.- Throws:
RuntimeException
-
setAD_Alert_ID
void setAD_Alert_ID(int AD_Alert_ID) Set Alert. iDempiere Alert -
getAD_Alert_ID
int getAD_Alert_ID()Get Alert. iDempiere Alert -
setAD_Alert_UU
Set AD_Alert_UU -
getAD_Alert_UU
String getAD_Alert_UU()Get AD_Alert_UU -
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAlertMessage
Set Alert Message. Message of the Alert -
getAlertMessage
String getAlertMessage()Get Alert Message. Message of the Alert -
setAlertSubject
Set Alert Subject. Subject of the Alert -
getAlertSubject
String getAlertSubject()Get Alert Subject. Subject of the Alert -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
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 Tenant Security. Send alerts to recipient only if the tenant security rules of the role allows -
isEnforceClientSecurity
boolean isEnforceClientSecurity()Get Enforce Tenant Security. Send alerts to recipient only if the tenant 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
Set Comment/Help. Comment or Hint -
getHelp
String getHelp()Get Comment/Help. Comment or Hint -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setIsValid
void setIsValid(boolean IsValid) Set Valid. Element is valid -
isValid
boolean isValid()Get Valid. Element is valid -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-