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