@Entity public class DocumentTypePolicy extends PersistableBusinessObjectBase
extension, versionNumber| Constructor and Description |
|---|
DocumentTypePolicy() |
DocumentTypePolicy(String policyName,
Boolean policyValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
copy(boolean preserveKeys) |
DocumentType |
getDocumentType() |
String |
getDocumentTypeId() |
DocumentTypePolicyId |
getDocumentTypePolicyId() |
Boolean |
getInheritedFlag() |
String |
getPolicyDisplayValue() |
String |
getPolicyName() |
String |
getPolicyStringValue() |
Boolean |
getPolicyValue() |
boolean |
isAllowUnrequestedAction() |
boolean |
isDefaultApprove() |
boolean |
isDisApprove() |
void |
setDocumentType(DocumentType documentType) |
void |
setDocumentTypeId(String documentTypeId) |
void |
setDocumentTypePolicyId(DocumentTypePolicyId documentTypePolicyId) |
void |
setInheritedFlag(Boolean inheritedFlag) |
void |
setPolicyName(String policyName) |
void |
setPolicyStringValue(String policyStringValue) |
void |
setPolicyValue(Boolean policyValue) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic DocumentTypePolicy()
public DocumentTypePolicy(String policyName, Boolean policyValue)
public DocumentTypePolicyId getDocumentTypePolicyId()
public void setDocumentTypePolicyId(DocumentTypePolicyId documentTypePolicyId)
public String getPolicyDisplayValue()
public Boolean getInheritedFlag()
public void setInheritedFlag(Boolean inheritedFlag)
public boolean isAllowUnrequestedAction()
public boolean isDefaultApprove()
public boolean isDisApprove()
public String getDocumentTypeId()
public void setDocumentTypeId(String documentTypeId)
public String getPolicyName()
public void setPolicyName(String policyName)
public Boolean getPolicyValue()
public void setPolicyValue(Boolean policyValue)
public String getPolicyStringValue()
public void setPolicyStringValue(String policyStringValue)
public DocumentType getDocumentType()
public void setDocumentType(DocumentType documentType)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.