Class ProxyRelationship
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ProxyRelationship
-
public class ProxyRelationship extends Object
An immutable relationship between Proxies and Profiles. In most cases, this will either be between one Proxy and many Profiles (view by Proxy), or between on Profile and many Proxies (view by Profile). However, we can imagine it being a many-to-many relationship.
-
-
Constructor Summary
Constructors Constructor Description ProxyRelationship(List<ProxyItemInfo> proxyInfos, List<ProxyItemInfo> profileInfos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProxyItemInfo>getProfileInfos()List<ProxyItemInfo>getProxyInfos()StringtoString()
-
-
-
Constructor Detail
-
ProxyRelationship
public ProxyRelationship(List<ProxyItemInfo> proxyInfos, List<ProxyItemInfo> profileInfos)
-
-
Method Detail
-
getProxyInfos
public List<ProxyItemInfo> getProxyInfos()
-
getProfileInfos
public List<ProxyItemInfo> getProfileInfos()
-
-