com.jamasoftware.contour.domain
Class ReportFormat

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

@Entity
public class ReportFormat
extends DomainObjectSupport

Report format

Author:
Sean Tong
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
ReportFormat()
           
ReportFormat(java.lang.Integer id, java.lang.String name, java.lang.String display, java.lang.String extention, java.lang.String contentType)
           
 
Method Summary
 java.lang.String getContentType()
           
 java.lang.String getDisplay()
           
 java.lang.String getExtention()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.String getXmlToString()
           
 boolean isNewObject()
           
 void setContentType(java.lang.String contentType)
           
 void setDisplay(java.lang.String display)
           
 void setExtention(java.lang.String extention)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 java.lang.String toString()
           
 
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, obtainAclObjectIdentity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportFormat

public ReportFormat()

ReportFormat

public ReportFormat(java.lang.Integer id,
                    java.lang.String name,
                    java.lang.String display,
                    java.lang.String extention,
                    java.lang.String contentType)
Method Detail

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)

getDisplay

public java.lang.String getDisplay()

setDisplay

public void setDisplay(java.lang.String display)

getExtention

public java.lang.String getExtention()

setExtention

public void setExtention(java.lang.String extention)

getContentType

public java.lang.String getContentType()

setContentType

public void setContentType(java.lang.String contentType)

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.