com.aurel.track.beans
Class TBaseLineBean

java.lang.Object
  extended by com.aurel.track.beans.base.BaseTBaseLineBean
      extended by com.aurel.track.beans.TBaseLineBean
All Implemented Interfaces:
HistoryBean, java.io.Serializable

public class TBaseLineBean
extends BaseTBaseLineBean
implements java.io.Serializable, HistoryBean

You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.aurel.track.item.history.HistoryBean
HistoryBean.HISTORY_TYPE
 
Constructor Summary
TBaseLineBean()
           
 
Method Summary
 java.lang.String getChangedByName()
          The name of the person who made the modification on a workItem
 java.lang.String getDescription()
          Get the description of the change
 int getType()
          Get the type of the history bean It should be one of the HISTORY_TYPE constants
 void setChangedByName(java.lang.String changedByName)
          Set the name of the changedBy person
 void setDescription(java.lang.String description)
          Set the description of the change
 
Methods inherited from class com.aurel.track.beans.base.BaseTBaseLineBean
getChangedByID, getEndDate, getLastEdit, getObjectID, getReasonForChange, getStartDate, getTPersonBean, getTWorkItemBean, getWorkItemID, isModified, isNew, setChangedByID, setEndDate, setLastEdit, setModified, setNew, setObjectID, setReasonForChange, setStartDate, setTPersonBean, setTWorkItemBean, setWorkItemID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aurel.track.item.history.HistoryBean
getChangedByID, getLastEdit, getWorkItemID
 

Constructor Detail

TBaseLineBean

public TBaseLineBean()
Method Detail

getType

public int getType()
Get the type of the history bean It should be one of the HISTORY_TYPE constants

Specified by:
getType in interface HistoryBean
Returns:

getChangedByName

public java.lang.String getChangedByName()
The name of the person who made the modification on a workItem

Specified by:
getChangedByName in interface HistoryBean
Returns:

setChangedByName

public void setChangedByName(java.lang.String changedByName)
Description copied from interface: HistoryBean
Set the name of the changedBy person

Specified by:
setChangedByName in interface HistoryBean
Parameters:
changedByName - the changedByName to set

getDescription

public java.lang.String getDescription()
Get the description of the change

Specified by:
getDescription in interface HistoryBean
Returns:

setDescription

public void setDescription(java.lang.String description)
Set the description of the change

Specified by:
setDescription in interface HistoryBean


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