@Embeddable public class PrincipalProjectId extends Object implements Entity, Identifiable, Stampable, Serializable
| Constructor and Description |
|---|
PrincipalProjectId() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getCreationDate() |
UUID |
getId() |
Date |
getLastUpdate() |
UUID |
getParticipant() |
UUID |
getProject() |
int |
hashCode() |
void |
setCreationDate(Date creationDate) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setParticipant(UUID participant) |
void |
setProject(UUID project) |
public UUID getParticipant()
public void setParticipant(UUID participant)
public UUID getProject()
public void setProject(UUID 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.