eu.transformproject.provenance.opm
@Entity public class OPMAnnotation extends OPMEntity implements java.io.Serializable
Constructor and Description |
---|
OPMAnnotation() |
OPMAnnotation(OPMEntityType opmentityType,
java.util.Date opmentityAnnotationTime) |
OPMAnnotation(OPMEntityType opmentityType,
OPMGraph opmgraph,
java.lang.String opmentityId,
java.lang.String opmentityValue,
java.util.Date opmentityAnnotationTime,
java.util.Set<OPMAnnotation> opmannotations,
java.util.Set<OPMAccount> opmaccounts,
OPMEntity opmSubjectEntity,
Property property,
java.lang.String propertyValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
OPMEntity |
getOpmSubjectEntity() |
Property |
getProperty() |
java.lang.String |
getPropertyValue() |
int |
hashCode() |
void |
setOpmSubjectEntity(OPMEntity opmSubjectEntity) |
void |
setProperty(Property property) |
void |
setPropertyValue(java.lang.String propertyValue) |
getOpmaccounts, getOpmannotations, getOpmentityAnnotationTime, getOpmentityId, getOpmentityKey, getOpmentityType, getOpmentityValue, getOpmgraph, setOpmaccounts, setOpmannotations, setOpmentityAnnotationTime, setOpmentityId, setOpmentityKey, setOpmentityType, setOpmentityValue, setOpmgraph
public OPMAnnotation()
public OPMAnnotation(OPMEntityType opmentityType, java.util.Date opmentityAnnotationTime)
public OPMAnnotation(OPMEntityType opmentityType, OPMGraph opmgraph, java.lang.String opmentityId, java.lang.String opmentityValue, java.util.Date opmentityAnnotationTime, java.util.Set<OPMAnnotation> opmannotations, java.util.Set<OPMAccount> opmaccounts, OPMEntity opmSubjectEntity, Property property, java.lang.String propertyValue)
public OPMEntity getOpmSubjectEntity()
public void setOpmSubjectEntity(OPMEntity opmSubjectEntity)
public Property getProperty()
public void setProperty(Property property)
public java.lang.String getPropertyValue()
public void setPropertyValue(java.lang.String propertyValue)