@Immutable public class Service extends Object
| Constructor and Description | 
|---|
Service(String name,
       String base,
       String typeS,
       String desc,
       String suffix,
       List<Service> nestedServices,
       List<Property> properties,
       String accessType)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getAccessType()  | 
String | 
getBase()  | 
String | 
getDesc()  | 
String | 
getName()  | 
List<Service> | 
getNestedServices()  | 
List<Property> | 
getProperties()  | 
String | 
getServiceTypeName()  | 
String | 
getSuffix()  | 
ServiceType | 
getType()  | 
int | 
hashCode()  | 
boolean | 
isRelativeBase()
See if the service Base is reletive 
 | 
String | 
toString()  | 
public String getName()
public String getBase()
public String getServiceTypeName()
public ServiceType getType()
public String getDesc()
public String getAccessType()
public String getSuffix()
public boolean isRelativeBase()