|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.model.project.BuildQueue
public class BuildQueue
Build queue.
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 |
---|
public BuildQueue()
Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
other
-
public int getId()
public String getName()
public int hashCode()
hashCode
in class Object
public void setId(int id)
id
- public void setName(String name)
name
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |