org.apache.maven.continuum.model.project.v1_0_9
Class ContinuumDatabase

Package class diagram package ContinuumDatabase
java.lang.Object
  extended by org.apache.maven.continuum.model.project.v1_0_9.ContinuumDatabase
All Implemented Interfaces:
Serializable

public class ContinuumDatabase
extends Object
implements Serializable

Class ContinuumDatabase.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ContinuumDatabase()
           
 
Method Summary
 void addProjectGroup(ProjectGroup projectGroup)
          Method addProjectGroup.
 void addSchedule(Schedule schedule)
          Method addSchedule.
 String getModelEncoding()
          Get the modelEncoding field.
 List<ProjectGroup> getProjectGroups()
          Method getProjectGroups.
 List<Schedule> getSchedules()
          Method getSchedules.
 SystemConfiguration getSystemConfiguration()
          Get the systemConfiguration field.
 void removeProjectGroup(ProjectGroup projectGroup)
          Method removeProjectGroup.
 void removeSchedule(Schedule schedule)
          Method removeSchedule.
 void setModelEncoding(String modelEncoding)
          Set the modelEncoding field.
 void setProjectGroups(List<ProjectGroup> projectGroups)
          Set the projectGroups field.
 void setSchedules(List<Schedule> schedules)
          Set the schedules field.
 void setSystemConfiguration(SystemConfiguration systemConfiguration)
          Set the systemConfiguration field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuumDatabase

public ContinuumDatabase()
Method Detail

addProjectGroup

public void addProjectGroup(ProjectGroup projectGroup)
Method addProjectGroup.

Parameters:
projectGroup -

addSchedule

public void addSchedule(Schedule schedule)
Method addSchedule.

Parameters:
schedule -

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

getProjectGroups

public List<ProjectGroup> getProjectGroups()
Method getProjectGroups.

Returns:
List

getSchedules

public List<Schedule> getSchedules()
Method getSchedules.

Returns:
List

getSystemConfiguration

public SystemConfiguration getSystemConfiguration()
Get the systemConfiguration field.

Returns:
SystemConfiguration

removeProjectGroup

public void removeProjectGroup(ProjectGroup projectGroup)
Method removeProjectGroup.

Parameters:
projectGroup -

removeSchedule

public void removeSchedule(Schedule schedule)
Method removeSchedule.

Parameters:
schedule -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -

setProjectGroups

public void setProjectGroups(List<ProjectGroup> projectGroups)
Set the projectGroups field.

Parameters:
projectGroups -

setSchedules

public void setSchedules(List<Schedule> schedules)
Set the schedules field.

Parameters:
schedules -

setSystemConfiguration

public void setSystemConfiguration(SystemConfiguration systemConfiguration)
Set the systemConfiguration field.

Parameters:
systemConfiguration -


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.