public class ServiceEntryWithCompactLanguageExpression extends Object implements Serializable
Constructor and Description |
---|
ServiceEntryWithCompactLanguageExpression()
Constructor.
|
ServiceEntryWithCompactLanguageExpression(String serviceId,
String serviceName,
String serviceDescription,
String serviceType,
String instanceType,
LanguagePathWithType[] supportedLanguages,
String endpointUrl,
String ownerUserId,
Calendar registeredDate,
Calendar updatedDate,
boolean active)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
String |
getEndpointUrl()
Gets service URL.
|
String |
getInstanceType()
Returns instanceType.
|
String |
getOwnerUserId()
Gets user ID of the user who registered the service.
|
Calendar |
getRegisteredDate()
Gets date service was registered.
|
String |
getServiceDescription()
Returns serviceDescription.
|
String |
getServiceId()
Returns service ID.
|
String |
getServiceName()
Returns service's name.
|
String |
getServiceType()
Returns service type.
|
LanguagePathWithType[] |
getSupportedLanguages()
Returns the supported language.
|
Calendar |
getUpdatedDate()
Gets date and time service was changed.
|
int |
hashCode() |
boolean |
isActive()
Gets whether the service is active or not.
|
void |
setActive(boolean active)
Sets whether the service is active or not.
|
void |
setEndpointUrl(String endpointUrl)
Sets service URL.
|
void |
setInstanceType(String instanceType)
Sets instanceType.
|
void |
setOwnerUserId(String ownerUserId)
Sets user ID of the user who registered the service.
|
void |
setRegisteredDate(Calendar registeredDate)
Sets date service was registered.
|
void |
setServiceDescription(String serviceDescription)
Sets serviceDescription.
|
void |
setServiceId(String serviceId)
Sets service ID.
|
void |
setServiceName(String aValue)
Sets service's name.
|
void |
setServiceType(String serviceType)
Sets service type.
|
void |
setSupportedLanguages(LanguagePathWithType[] supportedLanguages)
Sets supported language.
|
void |
setUpdatedDate(Calendar updatedDate)
Sets date and time service was changed.
|
String |
toString() |
public ServiceEntryWithCompactLanguageExpression()
public ServiceEntryWithCompactLanguageExpression(String serviceId, String serviceName, String serviceDescription, String serviceType, String instanceType, LanguagePathWithType[] supportedLanguages, String endpointUrl, String ownerUserId, Calendar registeredDate, Calendar updatedDate, boolean active)
serviceId
- Service IDserviceName
- Displayed name of the serviceserviceDescription
- Service descriptionserviceType
- Type of the serviceinstanceType
- Type of the instancesupportedLanguages
- Supported languages(Language/Language pair/Language path)endpointUrl
- Called URLownerUserId
- User ID of the user who registered this serviceregisteredDate
- Date of service registrationupdatedDate
- Date that service was updatedactive
- Whether or not the service is activepublic String getServiceId()
public void setServiceId(String serviceId)
serviceId
- Service IDpublic String getServiceName()
public void setServiceName(String aValue)
aValue
- Service namepublic String getServiceDescription()
public void setServiceDescription(String serviceDescription)
public String getServiceType()
public void setServiceType(String serviceType)
serviceType
- Service typepublic String getInstanceType()
public void setInstanceType(String instanceType)
public LanguagePathWithType[] getSupportedLanguages()
public void setSupportedLanguages(LanguagePathWithType[] supportedLanguages)
supportedLanguages
- Supported languagespublic String getEndpointUrl()
public void setEndpointUrl(String endpointUrl)
endpointUrl
- URL of the servicepublic String getOwnerUserId()
public void setOwnerUserId(String ownerUserId)
ownerUserId
- User ID of the user who registered the servicepublic Calendar getRegisteredDate()
public void setRegisteredDate(Calendar registeredDate)
registeredDate
- Date of service registrationpublic Calendar getUpdatedDate()
public void setUpdatedDate(Calendar updatedDate)
updatedDate
- Date that service was updatedpublic boolean isActive()
public void setActive(boolean active)
active
- Whether or not the service is active