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

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

public class BuildDefinition
extends Object
implements Serializable

Class BuildDefinition.

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

Constructor Summary
BuildDefinition()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 String getArguments()
          Get the arguments field.
 String getBuildFile()
          Get the buildFile field.
 String getGoals()
          Get the goals field.
 int getId()
          Get the id field.
 int getLatestBuildId()
          Get the latestBuildId field.
 Schedule getSchedule()
          Get the schedule field.
 int hashCode()
          Method hashCode.
 boolean isDefaultForProject()
          Get the defaultForProject field.
 void setArguments(String arguments)
          Set the arguments field.
 void setBuildFile(String buildFile)
          Set the buildFile field.
 void setDefaultForProject(boolean defaultForProject)
          Set the defaultForProject field.
 void setGoals(String goals)
          Set the goals field.
 void setId(int id)
          Set the id field.
 void setLatestBuildId(int latestBuildId)
          Set the latestBuildId field.
 void setSchedule(Schedule schedule)
          Set the schedule field.
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildDefinition

public BuildDefinition()
Method Detail

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getArguments

public String getArguments()
Get the arguments field.

Returns:
String

getBuildFile

public String getBuildFile()
Get the buildFile field.

Returns:
String

getGoals

public String getGoals()
Get the goals field.

Returns:
String

getId

public int getId()
Get the id field.

Returns:
int

getLatestBuildId

public int getLatestBuildId()
Get the latestBuildId field.

Returns:
int

getSchedule

public Schedule getSchedule()
Get the schedule field.

Returns:
Schedule

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

isDefaultForProject

public boolean isDefaultForProject()
Get the defaultForProject field.

Returns:
boolean

setArguments

public void setArguments(String arguments)
Set the arguments field.

Parameters:
arguments -

setBuildFile

public void setBuildFile(String buildFile)
Set the buildFile field.

Parameters:
buildFile -

setDefaultForProject

public void setDefaultForProject(boolean defaultForProject)
Set the defaultForProject field.

Parameters:
defaultForProject -

setGoals

public void setGoals(String goals)
Set the goals field.

Parameters:
goals -

setId

public void setId(int id)
Set the id field.

Parameters:
id -

setLatestBuildId

public void setLatestBuildId(int latestBuildId)
Set the latestBuildId field.

Parameters:
latestBuildId -

setSchedule

public void setSchedule(Schedule schedule)
Set the schedule field.

Parameters:
schedule -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


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