org.openmrs
Interface OpenmrsObject

All Known Subinterfaces:
Auditable, OpenmrsData, OpenmrsMetadata, PatientFilter, ReportObject, Retireable, Voidable
All Known Implementing Classes:
AbstractPatientDataProducer, AbstractPatientFilter, AbstractReportObject, ActiveListItem, ActiveListType, Alert, AlertRecipient, Allergy, BaseOpenmrsData, BaseOpenmrsMetadata, BaseOpenmrsObject, CachingPatientFilter, Cohort, CohortDefinition, CohortFilter, CohortHistoryCompositionFilter, CohortSearchHistory, CompoundPatientFilter, Concept, ConceptAnswer, ConceptClass, ConceptComplex, ConceptDatatype, ConceptDerived, ConceptDescription, ConceptMap, ConceptName, ConceptNameTag, ConceptNumeric, ConceptProposal, ConceptSet, ConceptSetDerived, ConceptSource, ConceptStateConversion, DataExportReportObject, DatasetDefinition, Drug, DrugIngredient, DrugOrder, DrugOrderFilter, DrugOrderPatientFilter, DrugOrderStopFilter, EmptyReportObject, Encounter, EncounterPatientFilter, EncounterType, Field, FieldAnswer, FieldType, Form, FormField, GlobalProperty, HL7InArchive, HL7InError, HL7InQueue, HL7Source, InversePatientFilter, Location, LocationPatientFilter, LocationTag, LogicPatientFilter, LoginCredential, MimeType, Obs, ObsPatientFilter, Order, OrderType, Patient, PatientCharacteristicFilter, PatientIdentifier, PatientIdentifierType, PatientProgram, PatientSearchReportObject, PatientState, Person, PersonAddress, PersonAttribute, PersonAttributeFilter, PersonAttributeType, PersonName, Privilege, Problem, Program, ProgramPatientFilter, ProgramStatePatientFilter, ProgramWorkflow, ProgramWorkflowState, Relationship, RelationshipPatientFilter, RelationshipType, ReportDefinition, ReportElementDefinition, ReportObjectWrapper, ReportSchema, ReportSchemaXml, Role, RowPerObsDataExportReportObject, SerializedObject, TaskDefinition, Template, User

public interface OpenmrsObject

This is the base interface for all OpenMRS-defined classes

Since:
1.5

Method Summary
 java.lang.Integer getId()
           
 java.lang.String getUuid()
           
 void setId(java.lang.Integer id)
           
 void setUuid(java.lang.String uuid)
           
 

Method Detail

getId

java.lang.Integer getId()
Returns:
id - The unique Identifier for the object

setId

void setId(java.lang.Integer id)
Parameters:
id - - The unique Identifier for the object

getUuid

java.lang.String getUuid()
Returns:
the universally unique id for this object

setUuid

void setUuid(java.lang.String uuid)
Parameters:
uuid - a universally unique id for this object

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change