com.aurel.track.beans.base
Class BaseTBaseLineBean

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

public abstract class BaseTBaseLineBean
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 TBaseLineBean

See Also:
Serialized Form

Constructor Summary
BaseTBaseLineBean()
           
 
Method Summary
 java.lang.Integer getChangedByID()
          Get the ChangedByID
 java.util.Date getEndDate()
          Get the EndDate
 java.util.Date getLastEdit()
          Get the LastEdit
 java.lang.Integer getObjectID()
          Get the ObjectID
 java.lang.String getReasonForChange()
          Get the ReasonForChange
 java.util.Date getStartDate()
          Get the StartDate
 TPersonBean getTPersonBean()
          Get the associated TPersonBean object
 TWorkItemBean getTWorkItemBean()
          Get the associated TWorkItemBean object
 java.lang.Integer getWorkItemID()
          Get the WorkItemID
 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 setChangedByID(java.lang.Integer v)
          Set the value of ChangedByID
 void setEndDate(java.util.Date v)
          Set the value of EndDate
 void setLastEdit(java.util.Date v)
          Set the value of LastEdit
 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 setReasonForChange(java.lang.String v)
          Set the value of ReasonForChange
 void setStartDate(java.util.Date v)
          Set the value of StartDate
 void setTPersonBean(TPersonBean v)
          sets an associated TPersonBean object
 void setTWorkItemBean(TWorkItemBean v)
          sets an associated TWorkItemBean object
 void setWorkItemID(java.lang.Integer v)
          Set the value of WorkItemID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTBaseLineBean

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

getWorkItemID

public java.lang.Integer getWorkItemID()
Get the WorkItemID

Returns:
Integer

setWorkItemID

public void setWorkItemID(java.lang.Integer v)
Set the value of WorkItemID

Parameters:
v - new value

getStartDate

public java.util.Date getStartDate()
Get the StartDate

Returns:
Date

setStartDate

public void setStartDate(java.util.Date v)
Set the value of StartDate

Parameters:
v - new value

getEndDate

public java.util.Date getEndDate()
Get the EndDate

Returns:
Date

setEndDate

public void setEndDate(java.util.Date v)
Set the value of EndDate

Parameters:
v - new value

getReasonForChange

public java.lang.String getReasonForChange()
Get the ReasonForChange

Returns:
String

setReasonForChange

public void setReasonForChange(java.lang.String v)
Set the value of ReasonForChange

Parameters:
v - new value

getChangedByID

public java.lang.Integer getChangedByID()
Get the ChangedByID

Returns:
Integer

setChangedByID

public void setChangedByID(java.lang.Integer v)
Set the value of ChangedByID

Parameters:
v - new value

getLastEdit

public java.util.Date getLastEdit()
Get the LastEdit

Returns:
Date

setLastEdit

public void setLastEdit(java.util.Date v)
Set the value of LastEdit

Parameters:
v - new value

setTWorkItemBean

public void setTWorkItemBean(TWorkItemBean v)
sets an associated TWorkItemBean object

Parameters:
v - TWorkItemBean

getTWorkItemBean

public TWorkItemBean getTWorkItemBean()
Get the associated TWorkItemBean object

Returns:
the associated TWorkItemBean object

setTPersonBean

public void setTPersonBean(TPersonBean v)
sets an associated TPersonBean object

Parameters:
v - TPersonBean

getTPersonBean

public TPersonBean getTPersonBean()
Get the associated TPersonBean object

Returns:
the associated TPersonBean object


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