org.apache.ideaplugin.bean
Class ServiceObj

java.lang.Object
  extended by org.apache.ideaplugin.bean.ServiceObj

public class ServiceObj
extends Object


Constructor Summary
ServiceObj(String serviceName, String serviceClass, ArrayList operations)
           
 
Method Summary
 ArrayList getOperations()
           
 String getServiceClass()
           
 String getServiceName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceObj

public ServiceObj(String serviceName,
                  String serviceClass,
                  ArrayList operations)
Method Detail

getServiceName

public String getServiceName()

getServiceClass

public String getServiceClass()

getOperations

public ArrayList getOperations()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.