@Entity public class PrincipalProject extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
PrincipalProject() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
UUID |
getId() |
Date |
getLastUpdate() |
Principal |
getParticipant() |
Project |
getProject() |
void |
setCreationDate(Date creationDate) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setParticipant(Principal participant) |
void |
setProject(Project project) |
public Principal getParticipant()
public void setParticipant(Principal participant)
public Project getProject()
public void setProject(Project project)
public Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creationDate)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface Stampablepublic UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface IdentifiableCopyright © 2017. All Rights Reserved.