public class RelationshipListItem extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
RelationshipListItem() |
RelationshipListItem(Relationship r) |
Modifier and Type | Method and Description |
---|---|
String |
getaIsToB() |
String |
getbIsToA() |
String |
getEndDate() |
String |
getPersonA() |
Integer |
getPersonAId() |
String |
getPersonAType() |
String |
getPersonB() |
Integer |
getPersonBId() |
String |
getPersonBType() |
Integer |
getRelationshipId() |
String |
getStartDate() |
void |
setaIsToB(String isToB) |
void |
setbIsToA(String isToA) |
void |
setEndDate(String endDate) |
void |
setPersonA(String fromName) |
void |
setPersonAId(Integer fromPersonId) |
void |
setPersonAType(String personAType) |
void |
setPersonB(String toName) |
void |
setPersonBId(Integer toPersonId) |
void |
setPersonBType(String personBType) |
void |
setRelationshipId(Integer relationshipId) |
void |
setStartDate(String startDate) |
String |
toString() |
public RelationshipListItem()
public RelationshipListItem(Relationship r)
public String getPersonA()
public void setPersonA(String fromName)
public Integer getPersonAId()
public void setPersonAId(Integer fromPersonId)
public Integer getRelationshipId()
public void setRelationshipId(Integer relationshipId)
public String getPersonB()
public void setPersonB(String toName)
public Integer getPersonBId()
public void setPersonBId(Integer toPersonId)
public String getaIsToB()
public void setaIsToB(String isToB)
public String getbIsToA()
public void setbIsToA(String isToA)
public String getPersonAType()
public void setPersonAType(String personAType)
public String getPersonBType()
public void setPersonBType(String personBType)
public String getStartDate()
public void setStartDate(String startDate)
public String getEndDate()
public void setEndDate(String endDate)
Copyright © 2015 OpenMRS Inc.. All rights reserved.