Class ProxyRelationshipSelection
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ProxyRelationshipSelection
-
public class ProxyRelationshipSelection extends Object
An immutable group of relationships (might be empty), with the criteria that were used to select them.
-
-
Constructor Summary
Constructors Constructor Description ProxyRelationshipSelection(ProxyRelationshipSelectionCriteria criteria, List<ProxyRelationship> proxyRelationships, int totalResultCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProxyRelationshipSelectionCriteriagetCriteria()List<ProxyRelationship>getProxyRelationships()intgetTotalResultCount()StringtoString()
-
-
-
Constructor Detail
-
ProxyRelationshipSelection
public ProxyRelationshipSelection(ProxyRelationshipSelectionCriteria criteria, List<ProxyRelationship> proxyRelationships, int totalResultCount)
-
-
Method Detail
-
getCriteria
public ProxyRelationshipSelectionCriteria getCriteria()
-
getProxyRelationships
public List<ProxyRelationship> getProxyRelationships()
-
getTotalResultCount
public int getTotalResultCount()
-
-