@Entity public class AccessControl extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
AccessControl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
short |
getDelete() |
short |
getEdit() |
UUID |
getEntity() |
short |
getEntityType() |
UUID |
getId() |
Date |
getLastUpdate() |
Principal |
getPrincipal() |
short |
getRead() |
void |
setCreationDate(Date creationDate) |
void |
setDelete(short delete) |
void |
setEdit(short edit) |
void |
setEntity(UUID entity) |
void |
setEntityType(short entityType) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setPrincipal(Principal principal) |
void |
setRead(short read) |
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 getRead()
public void setRead(short read)
public short getEdit()
public void setEdit(short edit)
public short getDelete()
public void setDelete(short delete)
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 © 2016. All Rights Reserved.