org.apache.maven.continuum.model.scm.v1_0_9
Class TestCaseFailure

java.lang.Object
  extended by org.apache.maven.continuum.model.scm.v1_0_9.TestCaseFailure
All Implemented Interfaces:
Serializable

public class TestCaseFailure
extends Object
implements Serializable

Class TestCaseFailure.

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

Constructor Summary
TestCaseFailure()
           
 
Method Summary
 String getException()
          Get the exception field.
 String getName()
          Get the name field.
 void setException(String exception)
          Set the exception field.
 void setName(String name)
          Set the name field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseFailure

public TestCaseFailure()
Method Detail

getException

public String getException()
Get the exception field.

Returns:
String

getName

public String getName()
Get the name field.

Returns:
String

setException

public void setException(String exception)
Set the exception field.

Parameters:
exception -

setName

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

Parameters:
name -


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