Class ActedOnBehalfOf
- java.lang.Object
-
- org.openprovenance.prov.vanilla.ActedOnBehalfOf
-
- All Implemented Interfaces:
Equals,HashCode,ToString,ActedOnBehalfOf,HasLabel,HasOther,HasType,Identifiable,Influence,QualifiedRelation,Relation,Statement,StatementOrBundle,HasAttributes
public class ActedOnBehalfOf extends Object implements ActedOnBehalfOf, Equals, HashCode, ToString, HasAttributes
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openprovenance.prov.model.StatementOrBundle
StatementOrBundle.Kind
-
-
Field Summary
Fields Modifier and Type Field Description protected QualifiedNamedelegatestatic QualifiedNameQUALIFIED_NAME_XSD_STRINGprotected QualifiedNameresponsible
-
Constructor Summary
Constructors Constructor Description ActedOnBehalfOf(QualifiedName id, Collection<Attribute> attributes)ActedOnBehalfOf(QualifiedName id, QualifiedName delegate, QualifiedName responsible, QualifiedName activity, Collection<Attribute> attributes)
-
Method Summary
Modifier and Type Method Description booleanequals(Object object)voidequals(Object object, EqualsBuilder equalsBuilder)QualifiedNamegetActivity()Get the activity identifier.Collection<Attribute>getAttributes()QualifiedNamegetDelegate()Get the delegate identifier.QualifiedNamegetId()Gets the value of the id property.Map<QualifiedName,Set<Attribute>>getIndexedAttributes()StatementOrBundle.KindgetKind()Gets the type of a provenance statementList<LangString>getLabel()Gets the value of the label property.List<Other>getOther()Gets the list of non-PROV attributes.QualifiedNamegetResponsible()Get the responsible identifier.List<Type>getType()Gets the value of theprov:typeproperty.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder)voidsetActivity(QualifiedName eid)Set the activity identifier.voidsetDelegate(QualifiedName aid)Set the delegate identifier.voidsetId(QualifiedName value)Sets the value of the id property.voidsetIndexedAttributes(Object qn, Set<Attribute> attributes)voidsetResponsible(QualifiedName aid)Set the responsible identifierStringtoString()voidtoString(ToStringBuilder toStringBuilder)
-
-
-
Field Detail
-
QUALIFIED_NAME_XSD_STRING
public static final QualifiedName QUALIFIED_NAME_XSD_STRING
-
delegate
protected QualifiedName delegate
-
responsible
protected QualifiedName responsible
-
-
Constructor Detail
-
ActedOnBehalfOf
public ActedOnBehalfOf(QualifiedName id, Collection<Attribute> attributes)
-
ActedOnBehalfOf
public ActedOnBehalfOf(QualifiedName id, QualifiedName delegate, QualifiedName responsible, QualifiedName activity, Collection<Attribute> attributes)
-
-
Method Detail
-
setDelegate
public void setDelegate(QualifiedName aid)
Description copied from interface:ActedOnBehalfOfSet the delegate identifier.- Specified by:
setDelegatein interfaceActedOnBehalfOf- Parameters:
aid- QualifiedName of the delegate agent.- See Also:
- delegation delegate
-
setResponsible
public void setResponsible(QualifiedName aid)
Description copied from interface:ActedOnBehalfOfSet the responsible identifier- Specified by:
setResponsiblein interfaceActedOnBehalfOf- Parameters:
aid- QualifiedName of the responsible agent.- See Also:
- delegation responsible
-
setActivity
public void setActivity(QualifiedName eid)
Description copied from interface:ActedOnBehalfOfSet the activity identifier.- Specified by:
setActivityin interfaceActedOnBehalfOf- Parameters:
eid- QualifiedName of the activity- See Also:
- delegation activity
-
getDelegate
public QualifiedName getDelegate()
Description copied from interface:ActedOnBehalfOfGet the delegate identifier. The delegate is the agent associated with an activity, acting on behalf of the responsible agent.- Specified by:
getDelegatein interfaceActedOnBehalfOf- Returns:
- a QualifiedName
- See Also:
- delegation delegate
-
getResponsible
public QualifiedName getResponsible()
Description copied from interface:ActedOnBehalfOfGet the responsible identifier. The responsible is the agent, on behalf of which the delegate agent acted.- Specified by:
getResponsiblein interfaceActedOnBehalfOf- Returns:
- a QualifiedName
- See Also:
- delegation responsible
-
getActivity
public QualifiedName getActivity()
Description copied from interface:ActedOnBehalfOfGet the activity identifier. This is the activity for which the delegation link holds.- Specified by:
getActivityin interfaceActedOnBehalfOf- Returns:
- the activity QualifiedName
- See Also:
- delegation activity
-
getId
public QualifiedName getId()
Description copied from interface:IdentifiableGets the value of the id property. A null value means that the object has not been identified.Entity,Activity,Agenthave a non-null identifier.- Specified by:
getIdin interfaceIdentifiable- Returns:
- possible object is
QualifiedName
-
getKind
public StatementOrBundle.Kind getKind()
Description copied from interface:StatementOrBundleGets the type of a provenance statement- Specified by:
getKindin interfaceStatementOrBundle- Returns:
StatementOrBundle.Kind
-
setId
public void setId(QualifiedName value)
Description copied from interface:IdentifiableSets the value of the id property.- Specified by:
setIdin interfaceIdentifiable- Parameters:
value- allowed object isQualifiedName
-
getLabel
public List<LangString> getLabel()
Description copied from interface:HasLabelGets the value of the label property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the object. This is why there is not a
setmethod for the label property.For example, to add a new item, do as follows:
getLabel().add(newItem);Objects of the following type(s) are allowed in the list
LangString
-
getType
public List<Type> getType()
Description copied from interface:HasTypeGets the value of theprov:typeproperty.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the type property.For example, to add a new item, do as follows:
getType().add(newItem);Objects of the following type(s) are allowed in the list
Type
-
getOther
public List<Other> getOther()
Description copied from interface:HasOtherGets the list of non-PROV attributes.This accessor method returns a reference to the live list, not a snapshot. Therefore, any modification made to the returned list will be present inside the object. This is why there is not a
setmethod for the role property.For example, to add a new item, do as follows:
getOther().add(newItem);
-
equals
public void equals(Object object, EqualsBuilder equalsBuilder)
-
hashCode
public void hashCode(HashCodeBuilder hashCodeBuilder)
-
toString
public void toString(ToStringBuilder toStringBuilder)
-
getAttributes
public Collection<Attribute> getAttributes()
- Specified by:
getAttributesin interfaceHasAttributes
-
getIndexedAttributes
public Map<QualifiedName,Set<Attribute>> getIndexedAttributes()
- Specified by:
getIndexedAttributesin interfaceHasAttributes
-
-