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 |
getPersonA() |
Integer |
getPersonAId() |
String |
getPersonAType() |
String |
getPersonB() |
Integer |
getPersonBId() |
String |
getPersonBType() |
Integer |
getRelationshipId() |
void |
setaIsToB(String isToB) |
void |
setbIsToA(String isToA) |
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) |
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)
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.