public class ACE extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
begin |
protected String |
comment |
protected String |
creator |
protected Calendar |
end |
protected String |
granted |
protected String |
id |
protected boolean |
isBlockInheritance |
protected boolean |
isNotify |
protected String |
permission |
protected String |
status |
protected String |
username |
| Constructor and Description |
|---|
ACE() |
ACE(String username,
String permission,
String granted,
String creator,
Calendar begin,
Calendar end,
String status) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getBegin() |
String |
getBeginAsString() |
String |
getComment() |
String |
getCreator() |
Calendar |
getEnd() |
String |
getEndAsString() |
String |
getGranted() |
String |
getId() |
String |
getPermission() |
String |
getStatus() |
String |
getUsername() |
boolean |
isBlockInheritance() |
boolean |
isNotify() |
void |
setBegin(Calendar begin) |
void |
setBlockInheritance(boolean isBlockInheritance) |
void |
setComment(String comment) |
void |
setCreator(String creator) |
void |
setEnd(Calendar end) |
void |
setGranted(String granted) |
void |
setNotify(boolean isNotify) |
void |
setPermission(String permission) |
void |
setStatus(String status) |
void |
setUsername(String username) |
protected String id
protected String username
protected String permission
protected String granted
protected String creator
protected Calendar begin
protected Calendar end
protected String status
protected boolean isBlockInheritance
protected String comment
protected boolean isNotify
public ACE(String username, String permission, String granted, String creator, Calendar begin, Calendar end, String status)
public ACE()
public boolean isBlockInheritance()
public void setBlockInheritance(boolean isBlockInheritance)
public String getComment()
public void setComment(String comment)
public boolean isNotify()
public void setNotify(boolean isNotify)
public String getId()
public String getUsername()
public String getPermission()
public String getGranted()
public String getCreator()
public Calendar getBegin()
public Calendar getEnd()
public String getStatus()
public void setUsername(String username)
public void setPermission(String permission)
public void setGranted(String granted)
public void setCreator(String creator)
public void setBegin(Calendar begin)
public void setEnd(Calendar end)
public void setStatus(String status)
public String getBeginAsString()
public String getEndAsString()
Copyright © 2018 Nuxeo. All rights reserved.