| Constructor and Description |
|---|
ProjectDocument() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
Principal |
getCreator() |
Document |
getDocument() |
Date |
getLastUpdate() |
Project |
getProject() |
void |
setCreationDate(Date creation) |
void |
setCreator(Principal creator) |
void |
setDocument(Document document) |
void |
setLastUpdate(Date lastUpdate) |
void |
setProject(Project project) |
String |
toString() |
public Project getProject()
public void setProject(Project project)
public Document getDocument()
public void setDocument(Document document)
public Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creation)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface Stampablepublic Principal getCreator()
public void setCreator(Principal creator)
Copyright © 2017. All Rights Reserved.