public class LocationAttribute extends BaseAttribute<LocationAttributeType,Location> implements Attribute<LocationAttributeType,Location>
LocationAttributeType that is stored on a Location.Attribute,
Serialized Formcreator| Constructor and Description |
|---|
LocationAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
Location |
getLocation() |
Integer |
getLocationAttributeId() |
void |
setId(Integer id) |
void |
setLocation(Location location) |
void |
setLocationAttributeId(Integer locationAttributeId) |
compareTo, getAttributeType, getDescriptor, getOwner, getValue, getValueReference, isDirty, setAttributeType, setOwner, setValue, setValueReferenceInternalgetChangedBy, getCreator, getDateChanged, getDateCreated, getDateVoided, getVoided, getVoidedBy, getVoidReason, isVoided, setChangedBy, setCreator, setDateChanged, setDateCreated, setDateVoided, setVoided, setVoidedBy, setVoidReasonequals, getUuid, hashCode, setUuid, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttributeType, getOwner, setOwnergetChangedBy, getDateChanged, setChangedBy, setDateChangedgetCreator, getDateCreated, setCreator, setDateCreatedgetUuid, setUuidgetDateVoided, getVoided, getVoidedBy, getVoidReason, isVoided, setDateVoided, setVoided, setVoidedBy, setVoidReasongetDescriptor, getValue, getValueReference, isDirty, setValue, setValueReferenceInternalpublic Integer getLocationAttributeId()
public void setLocationAttributeId(Integer locationAttributeId)
locationAttributeId - the locationAttributeId to setpublic Location getLocation()
public void setLocation(Location location)
location - the location to setpublic Integer getId()
getId in interface OpenmrsObjectOpenmrsObject.getId()public void setId(Integer id)
setId in interface OpenmrsObjectid - - The unique Identifier for the objectOpenmrsObject.setId(java.lang.Integer)Copyright © 2024 OpenMRS Inc.. All rights reserved.