org.infoglue.cms.modules.security
Interface IEditableACE
- All Superinterfaces:
- IACE
- public interface IEditableACE
- extends IACE
- Author:
- ss
Access control entry
Interface for the tool
| Methods inherited from interface org.infoglue.cms.modules.security.IACE |
isRead, isWrite |
getId
public java.lang.Integer getId()
setRole
public void setRole(IExtranetEditableRole role)
getRole
public IExtranetEditableRole getRole()
setRead
public void setRead(boolean access)
setWrite
public void setWrite(boolean access)
Copyright © 2003 InfoGlue.org All Rights Reserved.