com.aurel.track.beans.base
Class BaseTWorkFlowCategoryBean

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

public abstract class BaseTWorkFlowCategoryBean
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 TWorkFlowCategoryBean

See Also:
Serialized Form

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

BaseTWorkFlowCategoryBean

public BaseTWorkFlowCategoryBean()
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

getWorkFlow

public java.lang.Integer getWorkFlow()
Get the WorkFlow

Returns:
Integer

setWorkFlow

public void setWorkFlow(java.lang.Integer v)
Set the value of WorkFlow

Parameters:
v - new value

getCategory

public java.lang.Integer getCategory()
Get the Category

Returns:
Integer

setCategory

public void setCategory(java.lang.Integer v)
Set the value of Category

Parameters:
v - new value

setTWorkFlowBean

public void setTWorkFlowBean(TWorkFlowBean v)
sets an associated TWorkFlowBean object

Parameters:
v - TWorkFlowBean

getTWorkFlowBean

public TWorkFlowBean getTWorkFlowBean()
Get the associated TWorkFlowBean object

Returns:
the associated TWorkFlowBean object

setTListTypeBean

public void setTListTypeBean(TListTypeBean v)
sets an associated TListTypeBean object

Parameters:
v - TListTypeBean

getTListTypeBean

public TListTypeBean getTListTypeBean()
Get the associated TListTypeBean object

Returns:
the associated TListTypeBean object


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