@Entity public class ProjectLayer extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
ProjectLayer() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
Principal |
getCreator() |
UUID |
getId() |
Date |
getLastUpdate() |
Layer |
getLayer() |
Project |
getProject() |
void |
setCreationDate(Date creation) |
void |
setCreator(Principal creator) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setLayer(Layer layer) |
void |
setProject(Project project) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Project getProject()
public void setProject(Project project)
public Layer getLayer()
public void setLayer(Layer layer)
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.