@Entity public class Dump extends Object implements Serializable
Constructor and Description |
---|
Dump() |
Modifier and Type | Method and Description |
---|---|
static Dump |
from(DumpDTO dumpDTO)
|
Timestamp |
getDocCreationDate()
Returns the document creation timestamp.
|
String |
getDocCurrentNodeName()
Rreturns document current node nam.e
|
String |
getDocDescription()
Returns the description.
|
String |
getDocId()
Returns the document id.
|
String |
getDocInitiatorId()
Returns document initiator id.
|
Timestamp |
getDocModificationDate()
Returns document modification date
|
String |
getDocRouteStatusCode()
Returns document route status code.
|
String |
getDocTypeName()
Returns the document type name.
|
List<Fields> |
getFields()
Returns the
Fields |
String |
getFormattedCreateDate()
Returns the date portion of the creation timestamp.
|
String |
getFormattedCreateDateTime()
Returns the creation timestamp specially formatted.
|
Integer |
getLockVerNbr()
Returns the lock version number.
|
void |
setDocCreationDate(Timestamp docCreationDate) |
void |
setDocCurrentNodeName(String docCurrentNodeName) |
void |
setDocDescription(String docDescription) |
void |
setDocId(String docId) |
void |
setDocInitiatorId(String docInitiatorId) |
void |
setDocModificationDate(Timestamp docModificationDate) |
void |
setDocRouteStatusCode(String docRouteStatusCode) |
void |
setDocTypeName(String docTypeName) |
void |
setFields(List<Fields> fields) |
void |
setLockVerNbr(Integer lockVerNbr) |
static DumpDTO |
to(Dump dump)
|
public Dump()
public Timestamp getDocCreationDate()
public void setDocCreationDate(Timestamp docCreationDate)
getDocCreationDate()
public String getDocCurrentNodeName()
public void setDocCurrentNodeName(String docCurrentNodeName)
getDocCurrentNodeName()
public String getDocDescription()
public void setDocDescription(String docDescription)
getDocDescription()
public String getDocInitiatorId()
public void setDocInitiatorId(String docInitiatorId)
getDocInitiatorId()
public Timestamp getDocModificationDate()
public void setDocModificationDate(Timestamp docModificationDate)
getDocModificationDate()
public String getDocRouteStatusCode()
public void setDocRouteStatusCode(String docRouteStatusCode)
getDocRouteStatusCode()
public String getDocTypeName()
public void setDocTypeName(String docTypeName)
getDocTypeName()
public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
getLockVerNbr()
public String getFormattedCreateDateTime()
public String getFormattedCreateDate()
public void setDocId(String docId)
getDocId()
public void setFields(List<Fields> fields)
getFields()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.