VIVO-1032 retrieve whether or not property is a faux property
This commit is contained in:
parent
2058fbf2a6
commit
5db470d307
1 changed files with 4 additions and 0 deletions
|
@ -170,6 +170,10 @@ public abstract class PropertyTemplateModel extends BaseTemplateModel {
|
||||||
return (addUrl != null) ? addUrl : "";
|
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() {
|
public Map<String, Object> getVerboseDisplay() {
|
||||||
return verboseDisplay;
|
return verboseDisplay;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue