Class AuthorityBridgeLink
- java.lang.Object
-
- org.alfresco.repo.security.authority.AuthorityBridgeLink
-
public class AuthorityBridgeLink extends java.lang.Object- Author:
- Andy
-
-
Constructor Summary
Constructors Constructor Description AuthorityBridgeLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetChildName()java.lang.StringgetParentName()voidsetChildName(java.lang.String childName)voidsetParentName(java.lang.String parentName)
-
-
-
Method Detail
-
getChildName
public java.lang.String getChildName()
- Returns:
- the childName
-
setChildName
public void setChildName(java.lang.String childName)
- Parameters:
childName- the childName to set
-
getParentName
public java.lang.String getParentName()
- Returns:
- the parentName
-
setParentName
public void setParentName(java.lang.String parentName)
- Parameters:
parentName- the parentName to set
-
-