|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aurel.track.beans.base.BaseTWorkFlowCategoryBean
public abstract class BaseTWorkFlowCategoryBean
You should not use this class directly. It should not even be extended; all references should be to TWorkFlowCategoryBean
| Constructor Summary | |
|---|---|
BaseTWorkFlowCategoryBean()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getCategory()
Get the Category |
java.lang.Integer |
getObjectID()
Get the ObjectID |
TListTypeBean |
getTListTypeBean()
Get the associated TListTypeBean object |
TWorkFlowBean |
getTWorkFlowBean()
Get the associated TWorkFlowBean object |
java.lang.Integer |
getWorkFlow()
Get the WorkFlow |
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 |
setCategory(java.lang.Integer v)
Set the value of Category |
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 |
setNew(boolean isNew)
sets whether the bean exists in the database |
void |
setObjectID(java.lang.Integer v)
Set the value of ObjectID |
void |
setTListTypeBean(TListTypeBean v)
sets an associated TListTypeBean object |
void |
setTWorkFlowBean(TWorkFlowBean v)
sets an associated TWorkFlowBean object |
void |
setWorkFlow(java.lang.Integer v)
Set the value of WorkFlow |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseTWorkFlowCategoryBean()
| 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.Integer getWorkFlow()
public void setWorkFlow(java.lang.Integer v)
v - new valuepublic java.lang.Integer getCategory()
public void setCategory(java.lang.Integer v)
v - new valuepublic void setTWorkFlowBean(TWorkFlowBean v)
v - TWorkFlowBeanpublic TWorkFlowBean getTWorkFlowBean()
public void setTListTypeBean(TListTypeBean v)
v - TListTypeBeanpublic TListTypeBean getTListTypeBean()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||