com.jamasoftware.contour.domain
Class ReportCriteria

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by com.jamasoftware.contour.domain.ReportCriteria
All Implemented Interfaces:
DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable

@Entity
public class ReportCriteria
extends DomainObjectSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
ReportCriteria()
           
 
Method Summary
 java.lang.String getDatatype()
           
 java.lang.String getDisplayName()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 Report getReport()
           
 java.lang.String getXmlToString()
           
 void setDatatype(java.lang.String datatype)
           
 void setDisplayName(java.lang.String displayName)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setReport(Report report)
           
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectBaseSupport
equals, hashCode, isNewObject, obtainAclObjectIdentity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportCriteria

public ReportCriteria()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getReport

public Report getReport()

setReport

public void setReport(Report report)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDisplayName

public java.lang.String getDisplayName()

setDisplayName

public void setDisplayName(java.lang.String displayName)

getDatatype

public java.lang.String getDatatype()

setDatatype

public void setDatatype(java.lang.String datatype)

getOrganizationId

public java.lang.Integer getOrganizationId()

setOrganizationId

public void setOrganizationId(java.lang.Integer organizationId)

getXmlToString

public java.lang.String getXmlToString()


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.