Class AuthorityBridgeParametersEntity
- java.lang.Object
-
- org.alfresco.repo.security.authority.AuthorityBridgeParametersEntity
-
public class AuthorityBridgeParametersEntity extends java.lang.Object- Author:
- Andy
-
-
Constructor Summary
Constructors Constructor Description AuthorityBridgeParametersEntity()AuthorityBridgeParametersEntity(java.lang.Long typeQNameId, java.lang.Long childAssocTypeQNameId, java.lang.Long authorityNameQNameId, java.lang.Long storeId)AuthorityBridgeParametersEntity(java.lang.Long typeQNameId, java.lang.Long childAssocTypeQNameId, java.lang.Long authorityNameQNameId, java.lang.Long storeId, java.lang.Long nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetAuthorityNameQNameId()java.lang.LonggetChildAssocTypeQNameId()java.lang.LonggetNodeId()java.lang.LonggetStoreId()java.lang.LonggetTypeQNameId()voidsetAuthorityNameQNameId(java.lang.Long authorityNameQNameId)voidsetChildAssocTypeQNameId(java.lang.Long childAssocTypeQNameId)voidsetNodeId(java.lang.Long nodeId)voidsetStoreId(java.lang.Long storeId)voidsetTypeQNameId(java.lang.Long typeQNameId)
-
-
-
Constructor Detail
-
AuthorityBridgeParametersEntity
public AuthorityBridgeParametersEntity()
-
AuthorityBridgeParametersEntity
public AuthorityBridgeParametersEntity(java.lang.Long typeQNameId, java.lang.Long childAssocTypeQNameId, java.lang.Long authorityNameQNameId, java.lang.Long storeId)
-
AuthorityBridgeParametersEntity
public AuthorityBridgeParametersEntity(java.lang.Long typeQNameId, java.lang.Long childAssocTypeQNameId, java.lang.Long authorityNameQNameId, java.lang.Long storeId, java.lang.Long nodeId)
-
-
Method Detail
-
getTypeQNameId
public java.lang.Long getTypeQNameId()
- Returns:
- the typeQNameId
-
setTypeQNameId
public void setTypeQNameId(java.lang.Long typeQNameId)
- Parameters:
typeQNameId- the typeQNameId to set
-
getStoreId
public java.lang.Long getStoreId()
- Returns:
- the storeId
-
setStoreId
public void setStoreId(java.lang.Long storeId)
- Parameters:
storeId- the storeId to set
-
getChildAssocTypeQNameId
public java.lang.Long getChildAssocTypeQNameId()
- Returns:
- the childAssocTypeQNameId
-
setChildAssocTypeQNameId
public void setChildAssocTypeQNameId(java.lang.Long childAssocTypeQNameId)
- Parameters:
childAssocTypeQNameId- the childAssocTypeQNameId to set
-
getAuthorityNameQNameId
public java.lang.Long getAuthorityNameQNameId()
- Returns:
- the authorityNameQNameId
-
setAuthorityNameQNameId
public void setAuthorityNameQNameId(java.lang.Long authorityNameQNameId)
- Parameters:
authorityNameQNameId- the authorityNameQNameId to set
-
getNodeId
public java.lang.Long getNodeId()
- Returns:
- the childName
-
setNodeId
public void setNodeId(java.lang.Long nodeId)
- Parameters:
nodeId- the node id to set
-
-