public class DataDictionaryDumperSection extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
businessObject |
protected String |
businessObjectRulesClass |
protected boolean |
collection |
protected String |
docId |
protected String |
docName |
protected String |
documentAuthorizerClass |
protected List<DataDictionaryDumperDocumentRow> |
documentRows |
protected static long |
serialVersionUID |
protected String |
table |
Constructor and Description |
---|
DataDictionaryDumperSection() |
Modifier and Type | Method and Description |
---|---|
String |
getBusinessObject() |
String |
getBusinessObjectRulesClass() |
String |
getDocId() |
String |
getDocName() |
String |
getDocumentAuthorizerClass() |
List<DataDictionaryDumperDocumentRow> |
getDocumentRows() |
String |
getTable() |
boolean |
isCollection() |
void |
setBusinessObject(String businessObject) |
void |
setBusinessObjectRulesClass(String businessObjectRulesClass) |
void |
setCollection(boolean collection) |
void |
setDocId(String docId) |
void |
setDocName(String docName) |
void |
setDocumentAuthorizerClass(String documentAuthorizerClass) |
void |
setDocumentRows(List<DataDictionaryDumperDocumentRow> documentRows) |
void |
setTable(String table) |
protected static final long serialVersionUID
protected String businessObject
protected String businessObjectRulesClass
protected String documentAuthorizerClass
protected boolean collection
protected List<DataDictionaryDumperDocumentRow> documentRows
public DataDictionaryDumperSection()
public String getDocName()
public void setDocName(String docName)
public boolean isCollection()
public void setCollection(boolean collection)
public String getBusinessObject()
public void setBusinessObject(String businessObject)
public String getBusinessObjectRulesClass()
public void setBusinessObjectRulesClass(String businessObjectRulesClass)
public String getDocumentAuthorizerClass()
public void setDocumentAuthorizerClass(String documentAuthorizerClass)
public List<DataDictionaryDumperDocumentRow> getDocumentRows()
public void setDocumentRows(List<DataDictionaryDumperDocumentRow> documentRows)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.