org.codehaus.cargo.maven2
Class Merge

java.lang.Object
  extended by org.codehaus.cargo.maven2.Merge
All Implemented Interfaces:
Serializable

public class Merge
extends Object
implements Serializable

Merge settings.

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

Constructor Summary
Merge()
           
 
Method Summary
 String getClassname()
          Get the classname field.
 String getDocument()
          Get the document field.
 String getFile()
          Get the file field.
 Object getParameters()
          Get the parameters field.
 String getType()
          Get the type field.
 void setClassname(String classname)
          Set the classname field.
 void setDocument(String document)
          Set the document field.
 void setFile(String file)
          Set the file field.
 void setParameters(Object parameters)
          Set the parameters field.
 void setType(String type)
          Set the type field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Merge

public Merge()
Method Detail

getClassname

public String getClassname()
Get the classname field.

Returns:
String

getDocument

public String getDocument()
Get the document field.

Returns:
String

getFile

public String getFile()
Get the file field.

Returns:
String

getParameters

public Object getParameters()
Get the parameters field.

Returns:
Object

getType

public String getType()
Get the type field.

Returns:
String

setClassname

public void setClassname(String classname)
Set the classname field.

Parameters:
classname -

setDocument

public void setDocument(String document)
Set the document field.

Parameters:
document -

setFile

public void setFile(String file)
Set the file field.

Parameters:
file -

setParameters

public void setParameters(Object parameters)
Set the parameters field.

Parameters:
parameters -

setType

public void setType(String type)
Set the type field.

Parameters:
type -


Copyright © 2004-2012 Codehaus. All Rights Reserved.