net.sf.mvnflexreports
Class RemoteObject

java.lang.Object
  extended by net.sf.mvnflexreports.RemoteObject

public class RemoteObject
extends java.lang.Object

Author:
Rémi Flament

Constructor Summary
RemoteObject()
           
 
Method Summary
 int getCount()
           
 java.lang.String getDestination()
           
 java.util.Map<java.lang.String,RemoteObjectMethod> getMethods()
           
 void increment()
           
 void setCount(int count)
           
 void setDestination(java.lang.String destination)
           
 void setMethods(java.util.Map<java.lang.String,RemoteObjectMethod> methods)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteObject

public RemoteObject()
Method Detail

getMethods

public java.util.Map<java.lang.String,RemoteObjectMethod> getMethods()

setMethods

public void setMethods(java.util.Map<java.lang.String,RemoteObjectMethod> methods)

getDestination

public java.lang.String getDestination()

setDestination

public void setDestination(java.lang.String destination)

getCount

public int getCount()

setCount

public void setCount(int count)

increment

public void increment()


Copyright © 2008. All Rights Reserved.