@Entity public class AccessControl extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
AccessControl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
short |
getDeleteRight() |
short |
getEditRight() |
UUID |
getEntity() |
short |
getEntityType() |
UUID |
getId() |
Date |
getLastUpdate() |
Principal |
getPrincipal() |
short |
getReadRight() |
void |
setCreationDate(Date creationDate) |
void |
setDeleteRight(short deleteRight) |
void |
setEditRight(short editRight) |
void |
setEntity(UUID entity) |
void |
setEntityType(short entityType) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setPrincipal(Principal principal) |
void |
setReadRight(short readRight) |
public UUID getId()
getId in interface Identifiablepublic Principal getPrincipal()
public void setPrincipal(Principal principal)
public UUID getEntity()
public void setEntity(UUID entity)
public void setId(UUID id)
setId in interface Identifiablepublic short getEntityType()
public void setEntityType(short entityType)
public short getReadRight()
public void setReadRight(short readRight)
public short getEditRight()
public void setEditRight(short editRight)
public short getDeleteRight()
public void setDeleteRight(short deleteRight)
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.