public class MapServiceObj extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
static int |
DUMMY |
static String |
DUMMY_SERVICE_ID |
Constructor and Description |
---|
MapServiceObj(FList serviceObj)
Constructs MapServiceObj with the given serviceObj
|
MapServiceObj(int mapServiceType)
Constructs a MapServiceObj of given mapServiceType
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj)
Compare the current object with the new object for sorting it.
|
FList |
getServiceData()
Returns the service dat
|
String |
getServiceId()
Returns the service id
|
String |
getServiceType()
Returns the service type
|
String |
toString()
Returns the service id
|
public static final int DUMMY
public static final String DUMMY_SERVICE_ID
public MapServiceObj(FList serviceObj)
serviceObj
- public MapServiceObj(int mapServiceType)
mapServiceType
- public String toString()
public String getServiceId()
public String getServiceType()
public FList getServiceData()
public int compareTo(Object obj)
compareTo
in interface Comparable
obj
- , object needs to be compared.Copyright © 2003, 2023, Oracle and/or its affiliates.