net.sourceforge.basher
Class ExecutionType

java.lang.Object
  extended by net.sourceforge.basher.ExecutionType

public class ExecutionType
extends Object

Version:
$Revision$
Author:
Johan Lindquist

Constructor Summary
ExecutionType()
           
 
Method Summary
 boolean equals(Object o)
           
 int getDefaultTaskInvocations()
           
 String getType()
           
 int hashCode()
           
 void setDefaultTaskInvocations(int defaultTaskInvocations)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionType

public ExecutionType()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getDefaultTaskInvocations

public int getDefaultTaskInvocations()

setDefaultTaskInvocations

public void setDefaultTaskInvocations(int defaultTaskInvocations)

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006-2010 Basher Team. All Rights Reserved.