@Deprecated public class AbstractReportObject extends BaseOpenmrsObject implements ReportObject
Constructor and Description |
---|
AbstractReportObject()
Deprecated.
|
AbstractReportObject(Integer reportObjectId,
String name,
String description,
String type,
String subType,
User creator,
Date dateCreated,
User changedBy,
Date dateChanged,
Boolean voided,
User voidedBy,
Date dateVoided,
String voidReason)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(Object o1,
Object o2)
Deprecated.
Helper function that does a null-safe test for equality between two objects.
|
String |
getDescription()
Deprecated.
|
Integer |
getId()
Deprecated.
|
String |
getName()
Deprecated.
|
Integer |
getReportObjectId()
Deprecated.
|
String |
getSubType()
Deprecated.
|
String |
getType()
Deprecated.
|
void |
setDescription(String description)
Deprecated.
|
void |
setId(Integer id)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setReportObjectId(Integer reportObjectId)
Deprecated.
|
void |
setSubType(String subType)
Deprecated.
|
void |
setType(String type)
Deprecated.
|
String |
toString()
Deprecated.
|
getUuid, setUuid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getUuid, setUuid
public Integer getReportObjectId()
getReportObjectId
in interface ReportObject
public void setReportObjectId(Integer reportObjectId)
setReportObjectId
in interface ReportObject
reportObjectId
- The reportObjectId to set.public String getName()
getName
in interface ReportObject
public void setName(String name)
setName
in interface ReportObject
name
- The name to set.public String getDescription()
getDescription
in interface ReportObject
public void setDescription(String description)
setDescription
in interface ReportObject
description
- The description to set.public String getSubType()
public void setSubType(String subType)
public String getType()
public void setType(String type)
public static boolean equals(Object o1, Object o2)
public 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 © 2018 OpenMRS LLC.. All Rights Reserved.