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, setValueReferenceInternal
getChangedBy, getCreator, getDateChanged, getDateCreated, getDateVoided, getVoided, getVoidedBy, getVoidReason, isVoided, setChangedBy, setCreator, setDateChanged, setDateCreated, setDateVoided, setVoided, setVoidedBy, setVoidReason
equals, getUuid, hashCode, setUuid, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAttributeType, getOwner, setOwner
getChangedBy, getDateChanged, setChangedBy, setDateChanged
getCreator, getDateCreated, setCreator, setDateCreated
getUuid, setUuid
getDateVoided, getVoided, getVoidedBy, getVoidReason, isVoided, setDateVoided, setVoided, setVoidedBy, setVoidReason
getDescriptor, getValue, getValueReference, isDirty, setValue, setValueReferenceInternal
public 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 OpenmrsObject
OpenmrsObject.getId()
public void setId(Integer id)
setId
in interface OpenmrsObject
id
- - The unique Identifier for the objectOpenmrsObject.setId(java.lang.Integer)
Copyright © 2024 OpenMRS Inc.. All rights reserved.