|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.edl.impl.extract.Dump
@Entity public class Dump
| Constructor Summary | |
|---|---|
Dump()
|
|
| Method Summary | |
|---|---|
static Dump |
from(DumpDTO dumpDTO)
Converts a DumpDTO to a Dump |
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)
Converts a Dump to a DumpDTO |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dump()
| Method Detail |
|---|
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 getDocId()
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 List<Fields> getFields()
Fields
Fieldspublic void setFields(List<Fields> fields)
getFields()public static DumpDTO to(Dump dump)
Dump to a DumpDTO
dump - the Dump to convert.
DumpDTOpublic static Dump from(DumpDTO dumpDTO)
DumpDTO to a Dump
dumpDTO - the DumpDTO to convert
Dump
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||