lumis.portal.structure.sync.model.common
Class AccessControlEntry
java.lang.Object
lumis.portal.structure.sync.model.common.AccessControlEntry
- All Implemented Interfaces:
- Serializable, IDefaultAware
public class AccessControlEntry
- extends Object
- implements Serializable, IDefaultAware
Access control list entry model.
Documentation in this class focus synchronization behavior. About
the use behind the fields in the portal,
see AccessControlEntry
.
- Since:
- 6.2.0
- See Also:
AccessControlEntry
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessControlEntry
public AccessControlEntry()
getPk
public AccessControlEntry.PK getPk()
getPrincipalId
public String getPrincipalId()
getAccessControlList
public AccessControlList getAccessControlList()
setAccessControlList
public void setAccessControlList(AccessControlList accessControlList)
isDefault
public boolean isDefault()
- Description copied from interface:
IDefaultAware
- Returns whether this object is equivalent to the default value.
- Specified by:
isDefault
in interface IDefaultAware
- Returns:
- true if this object is equivalent to the default value, false
otherwise.
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.