@Entity public class PrincipalMembership extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
PrincipalMembership() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
Principal |
getGroup() |
UUID |
getId() |
Date |
getLastUpdate() |
Principal |
getMember() |
void |
setCreationDate(Date creationDate) |
void |
setGroup(Principal group) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setMember(Principal member) |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Principal getMember()
public void setMember(Principal member)
public Principal getGroup()
public void setGroup(Principal group)
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 StampableCopyright © 2017. All Rights Reserved.