public class AutomationSettings extends NotPersistenceObject
Constructor and Description |
---|
AutomationSettings() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAutoSetDeleted() |
java.lang.Boolean |
getAutoSetDeletedBool() |
java.lang.Integer |
getAutoSetNotEffective() |
java.lang.Boolean |
getAutoSetNotEffectiveBool() |
java.lang.Integer |
getCreatingWithNoIdentifierAndPasscode() |
java.lang.Boolean |
getCreatingWithNoIdentifierAndPasscodeBool() |
java.lang.Boolean |
isAutoSetDeleted() |
java.lang.Boolean |
isAutoSetNotEffective() |
java.lang.Boolean |
isCreatingWithNoIdentifierAndPasscode() |
void |
setAutoSetDeleted(java.lang.Integer autoSetDeleted) |
void |
setAutoSetDeletedBool(java.lang.Boolean autoSetDeletedBool) |
void |
setAutoSetNotEffective(java.lang.Integer autoSetNotEffective) |
void |
setAutoSetNotEffectiveBool(java.lang.Boolean autoSetNotEffectiveBool) |
void |
setCreatingWithNoIdentifierAndPasscode(java.lang.Integer creatingWithNoIdentifierAndPasscode) |
void |
setCreatingWithNoIdentifierAndPasscodeBool(java.lang.Boolean creatingWithNoIdentifierAndPasscodeBool) |
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 java.lang.Integer getCreatingWithNoIdentifierAndPasscode()
public void setCreatingWithNoIdentifierAndPasscode(java.lang.Integer creatingWithNoIdentifierAndPasscode)
public java.lang.Boolean isCreatingWithNoIdentifierAndPasscode()
public java.lang.Integer getAutoSetNotEffective()
public void setAutoSetNotEffective(java.lang.Integer autoSetNotEffective)
public java.lang.Boolean isAutoSetNotEffective()
public java.lang.Integer getAutoSetDeleted()
public void setAutoSetDeleted(java.lang.Integer autoSetDeleted)
public java.lang.Boolean isAutoSetDeleted()
public java.lang.Boolean getCreatingWithNoIdentifierAndPasscodeBool()
public void setCreatingWithNoIdentifierAndPasscodeBool(java.lang.Boolean creatingWithNoIdentifierAndPasscodeBool)
public java.lang.Boolean getAutoSetNotEffectiveBool()
public void setAutoSetNotEffectiveBool(java.lang.Boolean autoSetNotEffectiveBool)
public java.lang.Boolean getAutoSetDeletedBool()
public void setAutoSetDeletedBool(java.lang.Boolean autoSetDeletedBool)