Release Planner v1.0

rp.dom
Class Contributor

java.lang.Object
  |
  +--rp.util.TwoList
        |
        +--rp.util.dom.DOMObject
              |
              +--rp.dom.RPObject
                    |
                    +--rp.dom.User
                          |
                          +--rp.dom.Contributor
Direct Known Subclasses:
Coder

public class Contributor
extends User

Represents a user that can contribute to a release.

Version:
$Revision: 1.4 $, $Date: 2001/06/25 19:38:41 $

Nested Class Summary
 
Nested classes inherited from class rp.util.dom.DOMObject
DOMObject.Iterator
 
Nested classes inherited from class rp.util.TwoList
TwoList.Iterator, TwoList.IteratorA, TwoList.IteratorB
 
Field Summary
 
Fields inherited from class rp.util.TwoList
headA, headB, nextA, nextB, numsA, numsB, prevA, prevB
 
Constructor Summary
Contributor()
           
 
Method Summary
 java.lang.String getContributorClass()
           
 Expn getEffectiveDays()
           
 double getEffectiveDaysToDate()
           
 Estimate getVacation()
           
 double getWorkDaysAvailable()
           
 Estimate getWorkFactor()
           
 void setContributorClass(java.lang.String contributorClass)
           
 void setEffectiveDaysToDate(double effectiveDaysToDate)
           
 void setVacation(Estimate vacation)
           
 void setWorkDaysAvailable(double workDaysAvailable)
           
 void setWorkFactor(Estimate workFactor)
           
 
Methods inherited from class rp.dom.User
getDevelopmentOrganization, getName, getPassword, setName, setPassword
 
Methods inherited from class rp.util.TwoList
addA, addB, countA, countB, decommissionAsHeadA, decommissionAsHeadB, firstA, firstB, headA, headB, initAsHeadA, initAsHeadB, isElementA, isElementB, isHeadA, isHeadB, rmA, rmB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contributor

public Contributor()
Method Detail

setContributorClass

public void setContributorClass(java.lang.String contributorClass)

getContributorClass

public java.lang.String getContributorClass()

setWorkDaysAvailable

public void setWorkDaysAvailable(double workDaysAvailable)

getWorkDaysAvailable

public double getWorkDaysAvailable()

setVacation

public void setVacation(Estimate vacation)

getVacation

public Estimate getVacation()

setWorkFactor

public void setWorkFactor(Estimate workFactor)

getWorkFactor

public Estimate getWorkFactor()

setEffectiveDaysToDate

public void setEffectiveDaysToDate(double effectiveDaysToDate)

getEffectiveDaysToDate

public double getEffectiveDaysToDate()

getEffectiveDays

public Expn getEffectiveDays()

Release Planner v1.0