public class NotificationHistoryCriterion extends NotPersistenceObject
Constructor and Description |
---|
NotificationHistoryCriterion() |
Modifier and Type | Method and Description |
---|---|
CommunicationQueueLifeCycleState |
getCommunicationQueueLifeCycleState() |
java.lang.Integer |
getCreatedLessThan() |
com.crm.framework.util.UnitOfTime |
getCreatedLessThanUOT() |
java.lang.Integer |
getCreatedMoreThan() |
com.crm.framework.util.UnitOfTime |
getCreatedMoreThanUOT() |
CRMDONotificationType |
getNotificationType() |
java.lang.String |
getNotificationTypeID() |
static long |
getSerialversionuid() |
void |
setCommunicationQueueLifeCycleState(CommunicationQueueLifeCycleState communicationQueueLifeCycleState) |
void |
setCreatedLessThan(java.lang.Integer createdLessThan) |
void |
setCreatedLessThanUOT(com.crm.framework.util.UnitOfTime createdLessThanUOT) |
void |
setCreatedMoreThan(java.lang.Integer createdMoreThan) |
void |
setCreatedMoreThanUOT(com.crm.framework.util.UnitOfTime createdMoreThanUOT) |
void |
setNotificationType(CRMDONotificationType notificationType) |
void |
setNotificationTypeID(java.lang.String notificationTypeID) |
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, toString
public CRMDONotificationType getNotificationType()
public void setNotificationType(CRMDONotificationType notificationType)
public CommunicationQueueLifeCycleState getCommunicationQueueLifeCycleState()
public void setCommunicationQueueLifeCycleState(CommunicationQueueLifeCycleState communicationQueueLifeCycleState)
public java.lang.Integer getCreatedLessThan()
public void setCreatedLessThan(java.lang.Integer createdLessThan)
public com.crm.framework.util.UnitOfTime getCreatedLessThanUOT()
public void setCreatedLessThanUOT(com.crm.framework.util.UnitOfTime createdLessThanUOT)
public java.lang.Integer getCreatedMoreThan()
public void setCreatedMoreThan(java.lang.Integer createdMoreThan)
public com.crm.framework.util.UnitOfTime getCreatedMoreThanUOT()
public void setCreatedMoreThanUOT(com.crm.framework.util.UnitOfTime createdMoreThanUOT)
public java.lang.String getNotificationTypeID()
public void setNotificationTypeID(java.lang.String notificationTypeID)
public static long getSerialversionuid()