net.sf.mvnflexreports
Class RemoteObjectMethod

java.lang.Object
  extended by net.sf.mvnflexreports.RemoteObjectMethod
All Implemented Interfaces:
java.lang.Comparable<RemoteObjectMethod>

public class RemoteObjectMethod
extends java.lang.Object
implements java.lang.Comparable<RemoteObjectMethod>

Author:
Rémi Flament

Constructor Summary
RemoteObjectMethod()
           
 
Method Summary
 int compareTo(RemoteObjectMethod o)
          Compare method names
 int getCount()
           
 java.lang.String getName()
           
 void increment()
           
 void setCount(int count)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteObjectMethod

public RemoteObjectMethod()
Method Detail

getCount

public int getCount()

setCount

public void setCount(int count)

increment

public void increment()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

compareTo

public int compareTo(RemoteObjectMethod o)
Compare method names

Specified by:
compareTo in interface java.lang.Comparable<RemoteObjectMethod>


Copyright © 2008. All Rights Reserved.