public class NotificationProcessActionInputs extends CRMDO
Constructor and Description |
---|
NotificationProcessActionInputs() |
Modifier and Type | Method and Description |
---|---|
CRMDOCommunicationType |
getCommunicationTypeForEmail() |
java.lang.String |
getCommunicationTypeForEmailID() |
CRMDOCommunicationType |
getCommunicationTypeForLetter() |
java.lang.String |
getCommunicationTypeForLetterID() |
CRMDOCommunicationType |
getCommunicationTypeForSms() |
java.lang.String |
getCommunicationTypeForSmsID() |
com.crm.hib.mp.Editortemplates |
getEditortemplateForEmail() |
java.lang.String |
getEditortemplateForEmailID() |
com.crm.hib.mp.Editortemplates |
getEditortemplateForLetter() |
java.lang.String |
getEditortemplateForLetterID() |
com.crm.hib.mp.Editortemplates |
getEditortemplateForSms() |
java.lang.String |
getEditortemplateForSmsID() |
java.lang.Integer |
getSendEmail() |
java.lang.Integer |
getSendLetter() |
java.lang.Integer |
getSendSMS() |
static long |
getSerialversionuid() |
java.lang.String |
getSubjectEmail() |
void |
setCommunicationTypeForEmail(CRMDOCommunicationType communicationTypeForEmail) |
void |
setCommunicationTypeForEmailID(java.lang.String communicationTypeForEmailID) |
void |
setCommunicationTypeForLetter(CRMDOCommunicationType communicationTypeForLetter) |
void |
setCommunicationTypeForLetterID(java.lang.String communicationTypeForLetterID) |
void |
setCommunicationTypeForSms(CRMDOCommunicationType communicationTypeForSms) |
void |
setCommunicationTypeForSmsID(java.lang.String communicationTypeForSmsID) |
void |
setEditortemplateForEmail(com.crm.hib.mp.Editortemplates editortemplateForEmail) |
void |
setEditortemplateForEmailID(java.lang.String editortemplateForEmailID) |
void |
setEditortemplateForLetter(com.crm.hib.mp.Editortemplates editortemplateForLetter) |
void |
setEditortemplateForLetterID(java.lang.String editortemplateForLetterID) |
void |
setEditortemplateForSms(com.crm.hib.mp.Editortemplates editortemplateForSms) |
void |
setEditortemplateForSmsID(java.lang.String editortemplateForSmsID) |
void |
setSendEmail(java.lang.Integer sendEmail) |
void |
setSendLetter(java.lang.Integer sendLetter) |
void |
setSendSMS(java.lang.Integer sendSMS) |
void |
setSubjectEmail(java.lang.String subjectEmail) |
clone, compareObjects, compareTo, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, 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, 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, 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 java.lang.Integer getSendEmail()
public void setSendEmail(java.lang.Integer sendEmail)
public CRMDOCommunicationType getCommunicationTypeForEmail()
public void setCommunicationTypeForEmail(CRMDOCommunicationType communicationTypeForEmail)
public java.lang.String getCommunicationTypeForEmailID()
public void setCommunicationTypeForEmailID(java.lang.String communicationTypeForEmailID)
public com.crm.hib.mp.Editortemplates getEditortemplateForEmail()
public void setEditortemplateForEmail(com.crm.hib.mp.Editortemplates editortemplateForEmail)
public java.lang.String getEditortemplateForEmailID()
public void setEditortemplateForEmailID(java.lang.String editortemplateForEmailID)
public java.lang.String getSubjectEmail()
public void setSubjectEmail(java.lang.String subjectEmail)
public java.lang.Integer getSendLetter()
public void setSendLetter(java.lang.Integer sendLetter)
public CRMDOCommunicationType getCommunicationTypeForLetter()
public void setCommunicationTypeForLetter(CRMDOCommunicationType communicationTypeForLetter)
public java.lang.String getCommunicationTypeForLetterID()
public void setCommunicationTypeForLetterID(java.lang.String communicationTypeForLetterID)
public com.crm.hib.mp.Editortemplates getEditortemplateForLetter()
public void setEditortemplateForLetter(com.crm.hib.mp.Editortemplates editortemplateForLetter)
public java.lang.String getEditortemplateForLetterID()
public void setEditortemplateForLetterID(java.lang.String editortemplateForLetterID)
public java.lang.Integer getSendSMS()
public void setSendSMS(java.lang.Integer sendSMS)
public CRMDOCommunicationType getCommunicationTypeForSms()
public void setCommunicationTypeForSms(CRMDOCommunicationType communicationTypeForSms)
public java.lang.String getCommunicationTypeForSmsID()
public void setCommunicationTypeForSmsID(java.lang.String communicationTypeForSmsID)
public com.crm.hib.mp.Editortemplates getEditortemplateForSms()
public void setEditortemplateForSms(com.crm.hib.mp.Editortemplates editortemplateForSms)
public java.lang.String getEditortemplateForSmsID()
public void setEditortemplateForSmsID(java.lang.String editortemplateForSmsID)
public static long getSerialversionuid()