org.apache.maven.continuum.project
Class ContinuumProjectState

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

public class ContinuumProjectState
extends Object
implements Serializable

Class ContinuumProjectState.

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

Field Summary
static int BUILDING
           
static int CANCELLED
           
static int CHECKEDOUT
           
static int CHECKING_OUT
           
static int ERROR
           
static int FAILED
           
static int NEW
           
static int OK
           
static int TRIGGER_FORCED
           
static int TRIGGER_SCHEDULED
           
static int TRIGGER_UNKNOWN
           
static int UPDATED
           
static int UPDATING
           
static int WARNING
           
 
Constructor Summary
ContinuumProjectState()
           
 
Method Summary
 boolean equals(Object object)
           
 String getI18nKey()
           
 String getName()
          Get the name field.
 int hashCode()
           
 void setName(String name)
          Set the name field.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NEW

public static final int NEW
See Also:
Constant Field Values

OK

public static final int OK
See Also:
Constant Field Values

FAILED

public static final int FAILED
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

BUILDING

public static final int BUILDING
See Also:
Constant Field Values

CHECKING_OUT

public static final int CHECKING_OUT
See Also:
Constant Field Values

UPDATING

public static final int UPDATING
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values

CHECKEDOUT

public static final int CHECKEDOUT
See Also:
Constant Field Values

UPDATED

public static final int UPDATED
See Also:
Constant Field Values

CANCELLED

public static final int CANCELLED
See Also:
Constant Field Values

TRIGGER_FORCED

public static final int TRIGGER_FORCED
See Also:
Constant Field Values

TRIGGER_SCHEDULED

public static final int TRIGGER_SCHEDULED
See Also:
Constant Field Values

TRIGGER_UNKNOWN

public static final int TRIGGER_UNKNOWN
See Also:
Constant Field Values
Constructor Detail

ContinuumProjectState

public ContinuumProjectState()
Method Detail

getName

public String getName()
Get the name field.

Returns:
String

setName

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

Parameters:
name -

getI18nKey

public String getI18nKey()

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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