Class PropertyDao.FullPropertyKey
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.dao.PropertyDao.FullPropertyKey
-
- Enclosing interface:
- PropertyDao
public static class PropertyDao.FullPropertyKey extends Object
An immutable key class for making maps of properties and faux properties. The property URI is a significant part of the key, of course, but the range and domain URIs are significant also. If the range or domain URI is not provided, it is assumed to be OWL:Thing.
-
-
Constructor Summary
Constructors Constructor Description FullPropertyKey(RoleRestrictedProperty p)FullPropertyKey(Property p)FullPropertyKey(String uri)FullPropertyKey(String domainUri, String propertyUri, String rangeUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDomainUri()StringgetPropertyUri()StringgetRangeUri()inthashCode()StringtoString()
-