|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aurel.track.beans.base.BaseTDepartmentBean
public abstract class BaseTDepartmentBean
You should not use this class directly. It should not even be extended; all references should be to TDepartmentBean
| 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 |
|---|
protected java.util.List collTPersonBeans
| Constructor Detail |
|---|
public BaseTDepartmentBean()
| 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 getLabel()
public void setLabel(java.lang.String v)
v - new valuepublic java.lang.Integer getCostcenter()
public void setCostcenter(java.lang.Integer v)
v - new valuepublic void setTCostCenterBean(TCostCenterBean v)
v - TCostCenterBeanpublic TCostCenterBean getTCostCenterBean()
public java.util.List getTPersonBeans()
public void setTPersonBeans(java.util.List list)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||