public class CRMDOAlertDefinitionRecipient extends CRMDO implements ICRMDOCollectionEntity
| Constructor and Description |
|---|
CRMDOAlertDefinitionRecipient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
alertAssignedToUnit() |
boolean |
alertUpdatedByUnit() |
java.lang.Integer |
getAlertAssignedToUnit() |
java.lang.Integer |
getAlertUpdatedByUnit() |
CRMDOAlertDefinition |
getDefinition() |
CRMDO |
getMainEntity() |
static long |
getSerialversionuid() |
CRMDOUnit |
getUnit() |
CRMDOUser |
getUser() |
void |
setAlertAssignedToUnit(java.lang.Integer alertAssignedToUnit) |
void |
setAlertUpdatedByUnit(java.lang.Integer alertUpdatedByUnit) |
void |
setDefinition(CRMDOAlertDefinition definition) |
void |
setUnit(CRMDOUnit unit) |
void |
setUser(CRMDOUser user) |
clone, compareObjects, compareTo, deepCopy, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsRestricted, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, getNotes, getNotVisibleActions, getNotVisibleFields, getNotVisiblePrintouts, getNumber, getOldvalues, getOwnerCollection, getProperties, getProperty, getReadOnlyFields, getRecVersion, getSharedNotes, getSortby, getUpdatedByUnit, getUpdatedByUser, getUpdatedDate, initFieldsizes, initializeCRMDO, isAssignable, isDeletable, isDeleted, isEditable, isMandatory, isModified, isModified, isNew, isRestricted, isSortbyDefined, isSpecified, isViewable, networkRestrictionsSet, onDelete, onLoad, onLoad, onSave, onSave, onUpdate, securityRestrictionsSet, setAlias, setAltCode, setAttachments, setChange, setCode, setCreatedByUnit, setCreatedByUser, setCreatedDate, setDefaultMandatoryFields, setDescription, setFieldsize, setId, setIsAssignable, setIsDeletable, setIsDeleted, setIsEditable, setIsRestricted, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toStringpublic static long getSerialversionuid()
public CRMDOAlertDefinition getDefinition()
public void setDefinition(CRMDOAlertDefinition definition)
public CRMDOUser getUser()
public void setUser(CRMDOUser user)
public CRMDOUnit getUnit()
public void setUnit(CRMDOUnit unit)
public CRMDO getMainEntity()
getMainEntity in interface ICRMDOCollectionEntitypublic java.lang.Integer getAlertAssignedToUnit()
public void setAlertAssignedToUnit(java.lang.Integer alertAssignedToUnit)
public boolean alertAssignedToUnit()
public java.lang.Integer getAlertUpdatedByUnit()
public void setAlertUpdatedByUnit(java.lang.Integer alertUpdatedByUnit)
public boolean alertUpdatedByUnit()