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 |
|---|---|
java.lang.Integer |
getId() |
Location |
getLocation() |
java.lang.Integer |
getLocationAttributeId() |
void |
setId(java.lang.Integer id) |
void |
setLocation(Location location) |
void |
setLocationAttributeId(java.lang.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, getCreator, getDateChanged, getDateCreated, setChangedBy, setCreator, setDateChanged, setDateCreatedgetDateVoided, getVoidedBy, getVoidReason, isVoided, setDateVoided, setVoided, setVoidedBy, setVoidReasongetUuid, setUuidgetDescriptor, getValue, getValueReference, isDirty, setValue, setValueReferenceInternalpublic java.lang.Integer getLocationAttributeId()
public void setLocationAttributeId(java.lang.Integer locationAttributeId)
locationAttributeId - the locationAttributeId to setpublic Location getLocation()
public void setLocation(Location location)
location - the location to setpublic java.lang.Integer getId()
getId in interface OpenmrsObjectOpenmrsObject.getId()public void setId(java.lang.Integer id)
setId in interface OpenmrsObjectid - - The unique Identifier for the objectOpenmrsObject.setId(java.lang.Integer)Copyright © 2018 OpenMRS Inc.. All Rights Reserved.