com.aurel.track.beans.base
Class BaseTDepartmentBean

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

public abstract class BaseTDepartmentBean
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 TDepartmentBean

See Also:
Serialized Form

Field Summary
protected  java.util.List collTPersonBeans
          Collection to store aggregation of collTPersonBeans
 
Constructor Summary
BaseTDepartmentBean()
           
 
Method Summary
 java.lang.Integer getCostcenter()
          Get the Costcenter
 java.lang.String getLabel()
          Get the Label
 java.lang.Integer getObjectID()
          Get the ObjectID
 TCostCenterBean getTCostCenterBean()
          Get the associated TCostCenterBean object
 java.util.List getTPersonBeans()
          Returns the collection of TPersonBeans
 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 setCostcenter(java.lang.Integer v)
          Set the value of Costcenter
 void setLabel(java.lang.String v)
          Set the value of Label
 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 setTCostCenterBean(TCostCenterBean v)
          sets an associated TCostCenterBean object
 void setTPersonBeans(java.util.List list)
          Sets the collection of TPersonBeans to the specified value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collTPersonBeans

protected java.util.List collTPersonBeans
Collection to store aggregation of collTPersonBeans

Constructor Detail

BaseTDepartmentBean

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

getLabel

public java.lang.String getLabel()
Get the Label

Returns:
String

setLabel

public void setLabel(java.lang.String v)
Set the value of Label

Parameters:
v - new value

getCostcenter

public java.lang.Integer getCostcenter()
Get the Costcenter

Returns:
Integer

setCostcenter

public void setCostcenter(java.lang.Integer v)
Set the value of Costcenter

Parameters:
v - new value

setTCostCenterBean

public void setTCostCenterBean(TCostCenterBean v)
sets an associated TCostCenterBean object

Parameters:
v - TCostCenterBean

getTCostCenterBean

public TCostCenterBean getTCostCenterBean()
Get the associated TCostCenterBean object

Returns:
the associated TCostCenterBean object

getTPersonBeans

public java.util.List getTPersonBeans()
Returns the collection of TPersonBeans


setTPersonBeans

public void setTPersonBeans(java.util.List list)
Sets the collection of TPersonBeans to the specified value



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