Release Planner v1.0

rp.dom
Class SoftwareProduct

java.lang.Object
  |
  +--rp.util.TwoList
        |
        +--rp.util.dom.DOMObject
              |
              +--rp.dom.RPObject
                    |
                    +--rp.dom.SoftwareProduct

public class SoftwareProduct
extends RPObject

Represents a software product that may be worked on.

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

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
SoftwareProduct()
           
 
Method Summary
 DevelopsSoftware.Right getDevelopmentOrganization()
           
 HasFeatureReleases.Left getFeatureReleases()
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
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

SoftwareProduct

public SoftwareProduct()
Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

getDevelopmentOrganization

public DevelopsSoftware.Right getDevelopmentOrganization()

getFeatureReleases

public HasFeatureReleases.Left getFeatureReleases()

Release Planner v1.0