public class SavedDocument extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
SavedDocument()
Creates new instance.
|
|
SavedDocument(long id,
String documentId,
String title,
Date saveDate,
String savedBy,
byte[] content)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent()
Returns content (stored model instance).
|
String |
getDocumentId()
Returns document Id.
|
long |
getId()
Returns the document id.
|
Date |
getSaveDate()
Returns date of document save.
|
String |
getSavedBy()
Returns id of person that saved the document.
|
String |
getTitle()
Returns title of document.
|
public long getId()
public String getDocumentId()
public String getTitle()
public Date getSaveDate()
public String getSavedBy()
public byte[] getContent()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.