@Entity public class AccessRight extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
AccessRight() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
UUID |
getId() |
Date |
getLastUpdate() |
Principal |
getPrincipal() |
UUID |
getRight() |
AccessRightStatus |
getValue() |
void |
setCreationDate(Date creationDate) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setPrincipal(Principal principal) |
void |
setRight(UUID right) |
void |
setValue(AccessRightStatus value) |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Principal getPrincipal()
public void setPrincipal(Principal principal)
public UUID getRight()
public void setRight(UUID right)
public AccessRightStatus getValue()
public void setValue(AccessRightStatus value)
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.