lumis.portal.structure.sync.model.common
Class AccessControlEntry

Package class diagram package AccessControlEntry
java.lang.Object
  extended by 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

Nested Class Summary
static class AccessControlEntry.PK
           
 
Constructor Summary
AccessControlEntry()
           
 
Method Summary
 AccessControlList getAccessControlList()
           
 AccessControlEntry.PK getPk()
           
 String getPrincipalId()
           
 boolean isDefault()
          Returns whether this object is equivalent to the default value.
 void setAccessControlList(AccessControlList accessControlList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlEntry

public AccessControlEntry()
Method Detail

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.