|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.BaseOpenmrsObject org.openmrs.BaseOpenmrsMetadata org.openmrs.activelist.ActiveListType
public class ActiveListType
TODO
Constructor Summary | |
---|---|
ActiveListType()
|
|
ActiveListType(java.lang.Integer id)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getActiveListTypeId()
|
java.lang.Integer |
getId()
|
void |
setActiveListTypeId(java.lang.Integer activeListTypeId)
|
void |
setId(java.lang.Integer id)
|
Methods inherited from class org.openmrs.BaseOpenmrsMetadata |
---|
getChangedBy, getCreator, getDateChanged, getDateCreated, getDateRetired, getDescription, getName, getRetired, getRetiredBy, getRetireReason, isRetired, setChangedBy, setCreator, setDateChanged, setDateCreated, setDateRetired, setDescription, setName, setRetired, setRetiredBy, setRetireReason |
Methods inherited from class org.openmrs.BaseOpenmrsObject |
---|
getUuid, setUuid |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.openmrs.OpenmrsObject |
---|
getUuid, setUuid |
Constructor Detail |
---|
public ActiveListType()
public ActiveListType(java.lang.Integer id)
Method Detail |
---|
public java.lang.Integer getId()
OpenmrsObject.getId()
public void setId(java.lang.Integer id)
id
- - The unique Identifier for the objectOpenmrsObject.setId(java.lang.Integer)
public java.lang.Integer getActiveListTypeId()
public void setActiveListTypeId(java.lang.Integer activeListTypeId)
activeListTypeId
- the activeListTypeId to setpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |