Class AuthorityBridgeParametersEntity
- java.lang.Object
-
- org.alfresco.repo.security.authority.AuthorityBridgeParametersEntity
-
public class AuthorityBridgeParametersEntity extends Object
- Author:
- Andy
-
-
Constructor Summary
Constructors Constructor Description AuthorityBridgeParametersEntity()AuthorityBridgeParametersEntity(Long typeQNameId, Long childAssocTypeQNameId, Long authorityNameQNameId, Long storeId)AuthorityBridgeParametersEntity(Long typeQNameId, Long childAssocTypeQNameId, Long authorityNameQNameId, Long storeId, Long nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAuthorityNameQNameId()LonggetChildAssocTypeQNameId()LonggetNodeId()LonggetStoreId()LonggetTypeQNameId()voidsetAuthorityNameQNameId(Long authorityNameQNameId)voidsetChildAssocTypeQNameId(Long childAssocTypeQNameId)voidsetNodeId(Long nodeId)voidsetStoreId(Long storeId)voidsetTypeQNameId(Long typeQNameId)
-
-
-
Method Detail
-
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
-
-