JSF Test Framework: Maven Mock-Generator Plugin 1.1.2

org.jboss.mockgenerator.config
Class MockMethod

java.lang.Object
  extended by org.jboss.mockgenerator.config.MockMethod
All Implemented Interfaces:
Serializable

public class MockMethod
extends Object
implements Serializable

Class MockMethod.

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

Constructor Summary
MockMethod()
           
 
Method Summary
 String getName()
          Get the name field.
 boolean isExclude()
          Get the exclude field.
 void setExclude(boolean exclude)
          Set the exclude 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

MockMethod

public MockMethod()
Method Detail

getName

public String getName()
Get the name field.

Returns:
String

isExclude

public boolean isExclude()
Get the exclude field.

Returns:
boolean

setExclude

public void setExclude(boolean exclude)
Set the exclude field.

Parameters:
exclude -

setName

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

Parameters:
name -

JSF Test Framework: Maven Mock-Generator Plugin 1.1.2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.