protected static class WorkflowDocumentImpl.ModifiableDocument extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
WorkflowDocumentImpl.ModifiableDocument(Document document) |
Modifier and Type | Method and Description |
---|---|
protected DocumentUpdate |
build() |
protected String |
getApplicationDocumentId() |
protected String |
getApplicationDocumentStatus() |
protected org.joda.time.DateTime |
getDateCreated()
Immutable value which is accessed frequently, provide direct access to it.
|
protected Document |
getDocument() |
protected String |
getDocumentId()
Immutable value which is accessed frequently, provide direct access to it.
|
protected String |
getTitle() |
protected String |
getVariableValue(String name) |
protected void |
setApplicationDocumentId(String applicationDocumentId) |
protected void |
setApplicationDocumentStatus(String applicationDocumentStatus) |
protected void |
setTitle(String title) |
protected void |
setVariable(String name,
String value) |
protected WorkflowDocumentImpl.ModifiableDocument(Document document)
protected Document getDocument()
protected DocumentUpdate build()
protected String getDocumentId()
protected org.joda.time.DateTime getDateCreated()
protected String getApplicationDocumentId()
protected void setApplicationDocumentId(String applicationDocumentId)
protected String getApplicationDocumentStatus()
protected void setApplicationDocumentStatus(String applicationDocumentStatus)
protected void setVariable(String name, String value)
protected String getVariableValue(String name)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.