com.aurel.track.beans.base
Class BaseTExportTemplateBean

java.lang.Object
  extended by com.aurel.track.beans.base.BaseTExportTemplateBean
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TExportTemplateBean

public abstract class BaseTExportTemplateBean
extends java.lang.Object
implements java.io.Serializable

You should not use this class directly. It should not even be extended; all references should be to TExportTemplateBean

See Also:
Serialized Form

Constructor Summary
BaseTExportTemplateBean()
           
 
Method Summary
 java.lang.String getDescription()
          Get the Description
 java.lang.String getExportFormat()
          Get the ExportFormat
 java.lang.String getName()
          Get the Name
 java.lang.Integer getObjectID()
          Get the ObjectID
 java.lang.Integer getPerson()
          Get the Person
 java.lang.Integer getProject()
          Get the Project
 java.lang.String getReportType()
          Get the ReportType
 java.lang.Integer getRepositoryType()
          Get the RepositoryType
 TPersonBean getTPersonBean()
          Get the associated TPersonBean object
 TProjectBean getTProjectBean()
          Get the associated TProjectBean object
 boolean isModified()
          returns whether the bean or the object it was created from was modified since the object was last read from the database
 boolean isNew()
          returns whether the bean exists in the database
 void setDescription(java.lang.String v)
          Set the value of Description
 void setExportFormat(java.lang.String v)
          Set the value of ExportFormat
 void setModified(boolean isModified)
          sets whether the bean or the object it was created from was modified since the object was last read from the database
 void setName(java.lang.String v)
          Set the value of Name
 void setNew(boolean isNew)
          sets whether the bean exists in the database
 void setObjectID(java.lang.Integer v)
          Set the value of ObjectID
 void setPerson(java.lang.Integer v)
          Set the value of Person
 void setProject(java.lang.Integer v)
          Set the value of Project
 void setReportType(java.lang.String v)
          Set the value of ReportType
 void setRepositoryType(java.lang.Integer v)
          Set the value of RepositoryType
 void setTPersonBean(TPersonBean v)
          sets an associated TPersonBean object
 void setTProjectBean(TProjectBean v)
          sets an associated TProjectBean object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTExportTemplateBean

public BaseTExportTemplateBean()
Method Detail

setNew

public void setNew(boolean isNew)
sets whether the bean exists in the database


isNew

public boolean isNew()
returns whether the bean exists in the database


setModified

public void setModified(boolean isModified)
sets whether the bean or the object it was created from was modified since the object was last read from the database


isModified

public boolean isModified()
returns whether the bean or the object it was created from was modified since the object was last read from the database


getObjectID

public java.lang.Integer getObjectID()
Get the ObjectID

Returns:
Integer

setObjectID

public void setObjectID(java.lang.Integer v)
Set the value of ObjectID

Parameters:
v - new value

getName

public java.lang.String getName()
Get the Name

Returns:
String

setName

public void setName(java.lang.String v)
Set the value of Name

Parameters:
v - new value

getReportType

public java.lang.String getReportType()
Get the ReportType

Returns:
String

setReportType

public void setReportType(java.lang.String v)
Set the value of ReportType

Parameters:
v - new value

getExportFormat

public java.lang.String getExportFormat()
Get the ExportFormat

Returns:
String

setExportFormat

public void setExportFormat(java.lang.String v)
Set the value of ExportFormat

Parameters:
v - new value

getRepositoryType

public java.lang.Integer getRepositoryType()
Get the RepositoryType

Returns:
Integer

setRepositoryType

public void setRepositoryType(java.lang.Integer v)
Set the value of RepositoryType

Parameters:
v - new value

getDescription

public java.lang.String getDescription()
Get the Description

Returns:
String

setDescription

public void setDescription(java.lang.String v)
Set the value of Description

Parameters:
v - new value

getProject

public java.lang.Integer getProject()
Get the Project

Returns:
Integer

setProject

public void setProject(java.lang.Integer v)
Set the value of Project

Parameters:
v - new value

getPerson

public java.lang.Integer getPerson()
Get the Person

Returns:
Integer

setPerson

public void setPerson(java.lang.Integer v)
Set the value of Person

Parameters:
v - new value

setTPersonBean

public void setTPersonBean(TPersonBean v)
sets an associated TPersonBean object

Parameters:
v - TPersonBean

getTPersonBean

public TPersonBean getTPersonBean()
Get the associated TPersonBean object

Returns:
the associated TPersonBean object

setTProjectBean

public void setTProjectBean(TProjectBean v)
sets an associated TProjectBean object

Parameters:
v - TProjectBean

getTProjectBean

public TProjectBean getTProjectBean()
Get the associated TProjectBean object

Returns:
the associated TProjectBean object


Issue Tracking with Track+: Home Page      Copyright © 2008 Trackplus. All Rights Reserved.