Class ProxyItemInfo
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ProxyItemInfo
-
- Direct Known Subclasses:
ManageProxiesListPage.ProxyItemWrapper
public class ProxyItemInfo extends Object
An immutable collection of fields that will be displayed in a ProxyRelationship.
-
-
Constructor Summary
Constructors Constructor Description ProxyItemInfo(String uri, String label, String classLabel, String imageUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClassLabel()StringgetImageUrl()StringgetLabel()StringgetUri()inthashCode()StringtoString()
-