org.mule.routing.filters.xml
Class Dummy

java.lang.Object
  extended by org.mule.routing.filters.xml.Dummy

public class Dummy
extends Object


Constructor Summary
Dummy()
           
 
Method Summary
 String getContent()
           
 int getId()
           
 void setContent(String content)
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dummy

public Dummy()
Method Detail

getContent

public String getContent()
Returns:
Returns the content.

setContent

public void setContent(String content)
Parameters:
content - The content to set.

getId

public int getId()
Returns:
Returns the id.

setId

public void setId(int id)
Parameters:
id - The id to set.


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.