public class Entity extends Object
| Constructor and Description |
|---|
Entity(Item item,
List<Relationship> relationshipList)
constructor for the Entity object
|
| Modifier and Type | Method and Description |
|---|---|
Item |
getItem()
Standard getter for the Item for this Entity object
|
List<Relationship> |
getRelationships()
Standard getter for the list of relationships for the Item in this Entity object
|
void |
setItem(Item item)
Standard setter for the Item for this Entity object
|
void |
setRelationships(List<Relationship> relationships)
Standard setter for the list of relationships for the Item in this Entity object
|
public Entity(Item item, List<Relationship> relationshipList)
item - The Item to be included in this Entity object as a propertyrelationshipList - The list of relationshipspublic Item getItem()
public void setItem(Item item)
item - The Item to be setpublic List<Relationship> getRelationships()
public void setRelationships(List<Relationship> relationships)
relationships - The list of relationships to be setCopyright © 2019 DuraSpace. All rights reserved.