public class CompositeServiceEntry extends ServiceEntry implements Serializable
Constructor and Description |
---|
CompositeServiceEntry() |
CompositeServiceEntry(String serviceId,
String serviceName,
String serviceDescription,
String serviceType,
String instanceType,
LanguagePath[] supportedLanguages,
String endpointUrl,
String ownerUserId,
Calendar registeredDate,
Calendar updatedDate,
boolean active,
ServiceEntry[] servicesInUse) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
ServiceEntry[] |
getServicesInUse() |
int |
hashCode() |
void |
setServicesInUse(ServiceEntry[] servicesInUse) |
String |
toString() |
getEndpointUrl, getInstanceType, getOwnerUserId, getRegisteredDate, getServiceDescription, getServiceId, getServiceName, getServiceType, getSupportedLanguages, getUpdatedDate, isActive, setActive, setEndpointUrl, setInstanceType, setOwnerUserId, setRegisteredDate, setServiceDescription, setServiceId, setServiceName, setServiceType, setSupportedLanguages, setUpdatedDate
public CompositeServiceEntry()
public CompositeServiceEntry(String serviceId, String serviceName, String serviceDescription, String serviceType, String instanceType, LanguagePath[] supportedLanguages, String endpointUrl, String ownerUserId, Calendar registeredDate, Calendar updatedDate, boolean active, ServiceEntry[] servicesInUse)
public boolean equals(Object value)
equals
in class ServiceEntry
public int hashCode()
hashCode
in class ServiceEntry
public String toString()
toString
in class ServiceEntry
public ServiceEntry[] getServicesInUse()
public void setServicesInUse(ServiceEntry[] servicesInUse)