Relationship

public class Relationship

Represents a single relationship between two persons from the OpenMRS server.

Methods

equals

public boolean equals(Object o)

getEndDate

public String getEndDate()

getPersonA

public Person getPersonA()

getPersonB

public Person getPersonB()

getRelationshipType

public RelationshipType getRelationshipType()

getStartDate

public String getStartDate()

getUuid

public String getUuid()

hashCode

public int hashCode()

setEndDate

public void setEndDate(String endDate)

setPersonA

public void setPersonA(Person personA)

setPersonB

public void setPersonB(Person personB)

setRelationshipType

public void setRelationshipType(RelationshipType relationshipType)

setStartDate

public void setStartDate(String startDate)

setUuid

public void setUuid(String uuid)