Release Planner v1.0

Uses of Class
rp.dom.RPObject

Packages that use RPObject
rp.dom This package contains the domain object model (the "business objects") for the rp suite of applications. 
 

Uses of RPObject in rp.dom
 

Subclasses of RPObject in rp.dom
 class Coder
          Represents a contributor that can code.
 class Contributor
          Represents a user that can contribute to a release.
 class DevelopmentOrganization
          Represents an organization that develops software.
 class FeatureRelease
          Represents a release of a software product
 class SoftwareProduct
          Represents a software product that may be worked on.
 class User
          Represents a user of the Release Planner System
 


Release Planner v1.0