public class CRMDOJobTypeAllowedFulfillUnit extends CRMDO
Constructor and Description |
---|
CRMDOJobTypeAllowedFulfillUnit() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getEnableDeliveryReceiptMethod() |
java.lang.Integer |
getEnableOtherReceiptMethod() |
java.lang.Integer |
getEnablePickUpReceiptMethod() |
CRMDOJobType |
getType() |
CRMDOUnit |
getUnit() |
java.lang.Boolean |
isEnableDeliveryReceiptMethod() |
java.lang.Boolean |
isEnableOtherReceiptMethod() |
java.lang.Boolean |
isEnablePickUpReceiptMethod() |
void |
setEnableDeliveryReceiptMethod(java.lang.Integer enableDeliveryReceiptMethod) |
void |
setEnableOtherReceiptMethod(java.lang.Integer enableOtherReceiptMethod) |
void |
setEnablePickUpReceiptMethod(java.lang.Integer enablePickUpReceiptMethod) |
void |
setType(CRMDOJobType type) |
void |
setUnit(CRMDOUnit unit) |
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 CRMDOJobType getType()
public void setType(CRMDOJobType type)
public CRMDOUnit getUnit()
public void setUnit(CRMDOUnit unit)
public java.lang.Integer getEnableDeliveryReceiptMethod()
public void setEnableDeliveryReceiptMethod(java.lang.Integer enableDeliveryReceiptMethod)
public java.lang.Boolean isEnableDeliveryReceiptMethod()
public java.lang.Integer getEnablePickUpReceiptMethod()
public void setEnablePickUpReceiptMethod(java.lang.Integer enablePickUpReceiptMethod)
public java.lang.Boolean isEnablePickUpReceiptMethod()
public java.lang.Integer getEnableOtherReceiptMethod()
public void setEnableOtherReceiptMethod(java.lang.Integer enableOtherReceiptMethod)
public java.lang.Boolean isEnableOtherReceiptMethod()