@Entity public class ShapeDocument extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
ShapeDocument() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
Principal |
getCreator() |
Document |
getDocument() |
UUID |
getId() |
Date |
getLastUpdate() |
void |
setCreationDate(Date creation) |
void |
setCreator(Principal creator) |
void |
setDocument(Document document) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic 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.