eu.transformproject.provenance.opm
@Entity public class Property extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
Property() |
Property(Ontology ontology) |
Property(Ontology ontology,
java.lang.String propertyId,
java.util.Set<OPMAnnotation> opmannotations) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Ontology |
getOntology() |
java.util.Set<OPMAnnotation> |
getOpmannotations() |
java.lang.String |
getPropertyId() |
java.lang.Long |
getPropertyKey() |
int |
hashCode() |
void |
setOntology(Ontology ontology) |
void |
setOpmannotations(java.util.Set<OPMAnnotation> opmannotations) |
void |
setPropertyId(java.lang.String propertyId) |
void |
setPropertyKey(java.lang.Long propertyKey) |
public Property()
public Property(Ontology ontology)
public Property(Ontology ontology, java.lang.String propertyId, java.util.Set<OPMAnnotation> opmannotations)
public java.lang.Long getPropertyKey()
public void setPropertyKey(java.lang.Long propertyKey)
public Ontology getOntology()
public void setOntology(Ontology ontology)
public java.lang.String getPropertyId()
public void setPropertyId(java.lang.String propertyId)
public java.util.Set<OPMAnnotation> getOpmannotations()
public void setOpmannotations(java.util.Set<OPMAnnotation> opmannotations)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object