public class CRMDOApprovalDefinitionAuthUser extends CRMDO implements ICRMDOCollectionEntity
Constructor and Description |
---|
CRMDOApprovalDefinitionAuthUser() |
Modifier and Type | Method and Description |
---|---|
boolean |
approveByAssignedToUnit() |
boolean |
approveByUpdatedByUnit() |
CRMDOApprovalDefinition |
getApprovalDefinition() |
java.lang.Integer |
getApproveByAssignedToUnit() |
java.lang.Integer |
getApproveByUpdatedByUnit() |
CRMDO |
getMainEntity() |
CRMDOSecurityProfile |
getSecurityProfile() |
CRMDOUnit |
getUnit() |
CRMDOUser |
getUser() |
void |
setApprovalDefinition(CRMDOApprovalDefinition approvalDefinition) |
void |
setApproveByAssignedToUnit(java.lang.Integer approveByAssignedToUnit) |
void |
setApproveByUpdatedByUnit(java.lang.Integer approveByUpdatedByUnit) |
void |
setSecurityProfile(CRMDOSecurityProfile securityProfile) |
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, toString
public CRMDOApprovalDefinition getApprovalDefinition()
public void setApprovalDefinition(CRMDOApprovalDefinition approvalDefinition)
public CRMDOUser getUser()
public void setUser(CRMDOUser user)
public CRMDOUnit getUnit()
public void setUnit(CRMDOUnit unit)
public CRMDOSecurityProfile getSecurityProfile()
public void setSecurityProfile(CRMDOSecurityProfile securityProfile)
public CRMDO getMainEntity()
getMainEntity
in interface ICRMDOCollectionEntity
public java.lang.Integer getApproveByAssignedToUnit()
public void setApproveByAssignedToUnit(java.lang.Integer approveByAssignedToUnit)
public java.lang.Integer getApproveByUpdatedByUnit()
public void setApproveByUpdatedByUnit(java.lang.Integer approveByUpdatedByUnit)
public boolean approveByAssignedToUnit()
public boolean approveByUpdatedByUnit()