org.kuali.rice.edl.impl.extract
Class Dump

java.lang.Object
  extended by org.kuali.rice.edl.impl.extract.Dump
All Implemented Interfaces:
Serializable

@Entity
public class Dump
extends Object
implements Serializable

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

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

Dump

public Dump()
Method Detail

getDocCreationDate

public Timestamp getDocCreationDate()
Returns the document creation timestamp.

Returns:
the doucment creation timestamp

setDocCreationDate

public void setDocCreationDate(Timestamp docCreationDate)
See Also:
getDocCreationDate()

getDocCurrentNodeName

public String getDocCurrentNodeName()
Rreturns document current node nam.e

Returns:
document current node name

setDocCurrentNodeName

public void setDocCurrentNodeName(String docCurrentNodeName)
See Also:
getDocCurrentNodeName()

getDocDescription

public String getDocDescription()
Returns the description.

Returns:
the description

setDocDescription

public void setDocDescription(String docDescription)
See Also:
getDocDescription()

getDocId

public String getDocId()
Returns the document id.

Returns:
the document id

getDocInitiatorId

public String getDocInitiatorId()
Returns document initiator id.

Returns:
document initiator id

setDocInitiatorId

public void setDocInitiatorId(String docInitiatorId)
See Also:
getDocInitiatorId()

getDocModificationDate

public Timestamp getDocModificationDate()
Returns document modification date

Returns:
the document modification date

setDocModificationDate

public void setDocModificationDate(Timestamp docModificationDate)
See Also:
getDocModificationDate()

getDocRouteStatusCode

public String getDocRouteStatusCode()
Returns document route status code.

Returns:
document route status code

setDocRouteStatusCode

public void setDocRouteStatusCode(String docRouteStatusCode)
See Also:
getDocRouteStatusCode()

getDocTypeName

public String getDocTypeName()
Returns the document type name.

Returns:
the document type name

setDocTypeName

public void setDocTypeName(String docTypeName)
See Also:
getDocTypeName()

getLockVerNbr

public Integer getLockVerNbr()
Returns the lock version number.

Returns:
the lock version number

setLockVerNbr

public void setLockVerNbr(Integer lockVerNbr)
See Also:
getLockVerNbr()

getFormattedCreateDateTime

public String getFormattedCreateDateTime()
Returns the creation timestamp specially formatted.

Returns:
the creation timestamp, specially formatted.

getFormattedCreateDate

public String getFormattedCreateDate()
Returns the date portion of the creation timestamp.

Returns:
the date portion of the creation timestamp.

setDocId

public void setDocId(String docId)
See Also:
getDocId()

getFields

public List<Fields> getFields()
Returns the Fields

Returns:
the Fields

setFields

public void setFields(List<Fields> fields)
See Also:
getFields()

to

public static DumpDTO to(Dump dump)
Converts a Dump to a DumpDTO

Parameters:
dump - the Dump to convert.
Returns:
a DumpDTO

from

public static Dump from(DumpDTO dumpDTO)
Converts a DumpDTO to a Dump

Parameters:
dumpDTO - the DumpDTO to convert
Returns:
a Dump


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.