org.alfresco.repo.security.authority
Class AuthorityInfoEntity

java.lang.Object
  extended by 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

Constructor Summary
AuthorityInfoEntity()
          Default constructor
AuthorityInfoEntity(java.lang.Long parentNodeId, java.lang.Long authorityDisplayNameQNameId)
           
 
Method Summary
 java.lang.String getAuthorityDisplayName()
           
 java.lang.Long getAuthorityDisplayNameQNameId()
           
 java.lang.String getAuthorityName()
           
 java.lang.Long getId()
           
 NodeEntity getNode()
           
 java.lang.Long getParentNodeId()
           
 void setAuthorityDisplayName(java.lang.String authorityDisplayName)
           
 void setAuthorityName(java.lang.String authorityName)
           
 void setId(java.lang.Long id)
           
 void setNode(NodeEntity childNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorityInfoEntity

public AuthorityInfoEntity()
Default constructor


AuthorityInfoEntity

public AuthorityInfoEntity(java.lang.Long parentNodeId,
                           java.lang.Long authorityDisplayNameQNameId)
Method Detail

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.