Class AuthorityBridgeParametersEntity

java.lang.Object
org.alfresco.repo.security.authority.AuthorityBridgeParametersEntity

public class AuthorityBridgeParametersEntity extends Object
Author:
Andy
  • Constructor Details

    • AuthorityBridgeParametersEntity

      public AuthorityBridgeParametersEntity()
    • AuthorityBridgeParametersEntity

      public AuthorityBridgeParametersEntity(Long typeQNameId, Long childAssocTypeQNameId, Long authorityNameQNameId, Long storeId)
    • AuthorityBridgeParametersEntity

      public AuthorityBridgeParametersEntity(Long typeQNameId, Long childAssocTypeQNameId, Long authorityNameQNameId, Long storeId, Long nodeId)
  • Method Details

    • getTypeQNameId

      public Long getTypeQNameId()
      Returns:
      the typeQNameId
    • setTypeQNameId

      public void setTypeQNameId(Long typeQNameId)
      Parameters:
      typeQNameId - the typeQNameId to set
    • getStoreId

      public Long getStoreId()
      Returns:
      the storeId
    • setStoreId

      public void setStoreId(Long storeId)
      Parameters:
      storeId - the storeId to set
    • getChildAssocTypeQNameId

      public Long getChildAssocTypeQNameId()
      Returns:
      the childAssocTypeQNameId
    • setChildAssocTypeQNameId

      public void setChildAssocTypeQNameId(Long childAssocTypeQNameId)
      Parameters:
      childAssocTypeQNameId - the childAssocTypeQNameId to set
    • getAuthorityNameQNameId

      public Long getAuthorityNameQNameId()
      Returns:
      the authorityNameQNameId
    • setAuthorityNameQNameId

      public void setAuthorityNameQNameId(Long authorityNameQNameId)
      Parameters:
      authorityNameQNameId - the authorityNameQNameId to set
    • getNodeId

      public Long getNodeId()
      Returns:
      the childName
    • setNodeId

      public void setNodeId(Long nodeId)
      Parameters:
      nodeId - the node id to set