Package org.apache.ideaplugin.bean
Class ServiceObj
- java.lang.Object
-
- org.apache.ideaplugin.bean.ServiceObj
-
public class ServiceObj extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceObj(String serviceName, String serviceClass, ArrayList operations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList
getOperations()
String
getServiceClass()
String
getServiceName()
String
toString()
-