com.jamasoftware.contour.domain
Class ReportType
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.ReportType
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
public class ReportType
- extends DomainObjectSupport
Report type, BIRT, Velocity or Office
- Author:
- Chris Degiere
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BIRT
public static final java.lang.Integer BIRT
VELOCITY
public static final java.lang.Integer VELOCITY
OFFICE_TEMPLATE
public static final java.lang.Integer OFFICE_TEMPLATE
TRACE_VIEW
public static final java.lang.Integer TRACE_VIEW
ReportType
public ReportType()
ReportType
public ReportType(java.lang.Integer id,
java.lang.String name)
getXmlToString
public java.lang.String getXmlToString()
isNewObject
public boolean isNewObject()
- Specified by:
isNewObject in interface DomainObject- Overrides:
isNewObject in class DomainObjectBaseSupport
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getOrganizationId
public java.lang.Integer getOrganizationId()
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- Returns:
- a
String representation of this object.
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.