public class Merge extends Object implements Serializable
Constructor and Description |
---|
Merge() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getClassname()
public String getDocument()
public String getFile()
public Object getParameters()
public String getType()
public void setClassname(String classname)
classname
- public void setDocument(String document)
document
- public void setFile(String file)
file
- public void setParameters(Object parameters)
parameters
- public void setType(String type)
type
- Copyright © 2004-2013 Codehaus. All Rights Reserved.