Package com.qfs.webservices
Class LevelDiscovery
- java.lang.Object
-
- com.qfs.webservices.LevelDiscovery
-
- All Implemented Interfaces:
Serializable
public class LevelDiscovery extends Object implements Serializable
Level Discovery for SOAP webservices.- Author:
- ActiveViam
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LevelDiscovery()LevelDiscovery(String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()The name of the level.StringgetType()The type of the level.inthashCode()voidsetName(String name)The name of the level.voidsetType(String type)The type of the level.StringtoString()
-