org.apache.maven.continuum.model.project
Class BuildQueue

java.lang.Object
  extended by org.apache.maven.continuum.model.project.BuildQueue
All Implemented Interfaces:
Serializable

public class BuildQueue
extends Object
implements Serializable

Build queue.

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

Constructor Summary
BuildQueue()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 int getId()
          Get the id field.
 String getName()
          Get the name field.
 int hashCode()
          Method hashCode.
 void setId(int id)
          Set the id field.
 void setName(String name)
          Set the name field.
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildQueue

public BuildQueue()
Method Detail

equals

public boolean equals(Object other)
Method equals.

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

getId

public int getId()
Get the id field.

Returns:
int

getName

public String getName()
Get the name field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setId

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

Parameters:
id -

setName

public void setName(String name)
Set the name field.

Parameters:
name -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


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