|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aurel.track.beans.base.BaseTExportTemplateBean
public abstract class BaseTExportTemplateBean
You should not use this class directly. It should not even be extended; all references should be to TExportTemplateBean
| 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 |
|---|
public BaseTExportTemplateBean()
| Method Detail |
|---|
public void setNew(boolean isNew)
public boolean isNew()
public void setModified(boolean isModified)
public boolean isModified()
public java.lang.Integer getObjectID()
public void setObjectID(java.lang.Integer v)
v - new valuepublic java.lang.String getName()
public void setName(java.lang.String v)
v - new valuepublic java.lang.String getReportType()
public void setReportType(java.lang.String v)
v - new valuepublic java.lang.String getExportFormat()
public void setExportFormat(java.lang.String v)
v - new valuepublic java.lang.Integer getRepositoryType()
public void setRepositoryType(java.lang.Integer v)
v - new valuepublic java.lang.String getDescription()
public void setDescription(java.lang.String v)
v - new valuepublic java.lang.Integer getProject()
public void setProject(java.lang.Integer v)
v - new valuepublic java.lang.Integer getPerson()
public void setPerson(java.lang.Integer v)
v - new valuepublic void setTPersonBean(TPersonBean v)
v - TPersonBeanpublic TPersonBean getTPersonBean()
public void setTProjectBean(TProjectBean v)
v - TProjectBeanpublic TProjectBean getTProjectBean()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||