@Entity(name="ReportCriteria") public class ReportCriteriaImpl extends DomainObjectSupport implements ReportCriteria
MAP_DOMAIN_OBJECT_TO_ID_FUNCTION, ORGANIZATION_COLUMN_NAME
Constructor and Description |
---|
ReportCriteriaImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDatatype() |
String |
getDisplayName() |
Integer |
getId() |
String |
getName() |
Integer |
getOrganizationId() |
Report |
getReport() |
String |
getXmlToString() |
void |
setDatatype(String datatype) |
void |
setDisplayName(String displayName) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setOrganizationId(Integer organizationId) |
void |
setReport(Report report) |
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
equals, hashCode, isNewObject, obtainAclObjectIdentity
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, isNewObject, obtainAclObjectIdentity, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
public Integer getId()
getId
in interface DomainObjectBase
public void setId(Integer id)
setId
in interface DomainObjectBase
public Report getReport()
getReport
in interface ReportCriteria
public void setReport(Report report)
setReport
in interface ReportCriteria
public String getName()
getName
in interface ReportCriteria
public void setName(String name)
setName
in interface ReportCriteria
public String getDisplayName()
getDisplayName
in interface ReportCriteria
public void setDisplayName(String displayName)
setDisplayName
in interface ReportCriteria
public String getDatatype()
getDatatype
in interface ReportCriteria
public void setDatatype(String datatype)
setDatatype
in interface ReportCriteria
public Integer getOrganizationId()
getOrganizationId
in interface DomainObjectBase
getOrganizationId
in interface OrganizationAware
public void setOrganizationId(Integer organizationId)
setOrganizationId
in interface DomainObjectBase
public String getXmlToString()
getXmlToString
in interface DomainObject
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.