mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Applied feedback
This commit is contained in:
@@ -9,8 +9,17 @@ package org.dspace.content;
|
||||
|
||||
import org.hibernate.proxy.HibernateProxyHelper;
|
||||
|
||||
/**
|
||||
* This class is used as a representation of MetadataValues for the MetadataValues that are derived from the
|
||||
* Relationships that the item has. This includes the useForPlace property which we'll have to use to determine
|
||||
* whether these Values should be counted for place calculation on both the native MetadataValues and the
|
||||
* Relationship's place attributes.
|
||||
*/
|
||||
public class RelationshipMetadataValue extends MetadataValue {
|
||||
|
||||
/**
|
||||
* This property determines whether this RelationshipMetadataValue should be used in place calculation or not
|
||||
*/
|
||||
private boolean useForPlace;
|
||||
|
||||
public boolean isUseForPlace() {
|
||||
|
Reference in New Issue
Block a user