Release Planner v1.0

rp.dom
Class Coder

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

public class Coder
extends Contributor

Represents a contributor that can code.

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

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
Coder()
           
 
Methods inherited from class rp.dom.Contributor
getContributorClass, getEffectiveDays, getEffectiveDaysToDate, getVacation, getWorkDaysAvailable, getWorkFactor, setContributorClass, setEffectiveDaysToDate, setVacation, setWorkDaysAvailable, setWorkFactor
 
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

Coder

public Coder()

Release Planner v1.0