public class OleDocument extends Object
Modifier and Type | Field and Description |
---|---|
protected DocCategory |
docCategory |
protected DocType |
docType |
protected String |
id |
Constructor and Description |
---|
OleDocument() |
Modifier and Type | Method and Description |
---|---|
DocCategory |
getDocCategory() |
DocType |
getDocType() |
String |
getId() |
void |
setDocCategory(DocCategory docCategory) |
void |
setDocType(DocType docType) |
void |
setId(String id) |
protected DocCategory docCategory
public OleDocument()
public DocCategory getDocCategory()
public void setDocCategory(DocCategory docCategory)
public DocType getDocType()
public void setDocType(DocType docType)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.