VIVO-1032 retrieve whether or not property is a faux property

This commit is contained in:
hudajkhan 2015-05-26 19:58:31 -04:00
parent 2058fbf2a6
commit 5db470d307

View file

@ -170,6 +170,10 @@ public abstract class PropertyTemplateModel extends BaseTemplateModel {
return (addUrl != null) ? addUrl : "";
}
//check to see whether or not this property represents a faux property
public boolean getIsFauxProperty() {
return (fauxProperty != null);
}
public Map<String, Object> getVerboseDisplay() {
return verboseDisplay;
}