public class DocFieldConfig extends ConfigDocument
Constructor and Description |
---|
DocFieldConfig() |
Modifier and Type | Method and Description |
---|---|
DocFormatConfig |
getDocFormat() |
Integer |
getDocFormatId() |
DocTypeConfig |
getDocType() |
Integer |
getDocTypeId() |
String |
getExcludePath() |
String |
getIncludePath() |
boolean |
isDisplayable() |
boolean |
isExportable() |
boolean |
isFacet() |
boolean |
isGloballyEditable() |
boolean |
isSearchable() |
void |
setDisplayable(boolean displayable) |
void |
setDocFormat(DocFormatConfig docFormat) |
void |
setDocFormatId(Integer docFormatId) |
void |
setDocType(DocTypeConfig docType) |
void |
setDocTypeId(Integer docTypeId) |
void |
setExcludePath(String excludePath) |
void |
setExportable(boolean exportable) |
void |
setFacet(boolean facet) |
void |
setGloballyEditable(boolean globallyEditable) |
void |
setIncludePath(String includePath) |
void |
setSearchable(boolean searchable) |
getDescription, getId, getLabel, getName, setDescription, setId, setLabel, setName
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, setVersionNumber
public DocFieldConfig()
public DocTypeConfig getDocType()
public void setDocType(DocTypeConfig docType)
public DocFormatConfig getDocFormat()
public void setDocFormat(DocFormatConfig docFormat)
public Integer getDocTypeId()
public void setDocTypeId(Integer docTypeId)
public Integer getDocFormatId()
public void setDocFormatId(Integer docFormatId)
public String getIncludePath()
public void setIncludePath(String includePath)
public String getExcludePath()
public void setExcludePath(String excludePath)
public boolean isSearchable()
public void setSearchable(boolean searchable)
public boolean isDisplayable()
public void setDisplayable(boolean displayable)
public boolean isGloballyEditable()
public void setGloballyEditable(boolean globallyEditable)
public boolean isExportable()
public void setExportable(boolean exportable)
public boolean isFacet()
public void setFacet(boolean facet)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.