org.alfresco.repo.security.authority
Class AuthorityInfoEntity
java.lang.Object
org.alfresco.repo.security.authority.AuthorityInfoEntity
- Direct Known Subclasses:
- GetAuthoritiesCannedQueryParams
public class AuthorityInfoEntity
- extends java.lang.Object
Authority Info Entity - used by GetAuthorities CQ
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorityInfoEntity
public AuthorityInfoEntity()
- Default constructor
AuthorityInfoEntity
public AuthorityInfoEntity(java.lang.Long parentNodeId,
java.lang.Long authorityDisplayNameQNameId)
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getAuthorityDisplayName
public java.lang.String getAuthorityDisplayName()
setAuthorityDisplayName
public void setAuthorityDisplayName(java.lang.String authorityDisplayName)
getAuthorityName
public java.lang.String getAuthorityName()
setAuthorityName
public void setAuthorityName(java.lang.String authorityName)
getNode
public NodeEntity getNode()
setNode
public void setNode(NodeEntity childNode)
getParentNodeId
public java.lang.Long getParentNodeId()
getAuthorityDisplayNameQNameId
public java.lang.Long getAuthorityDisplayNameQNameId()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.