public class ServiceProfile extends Object implements Serializable
Constructor and Description |
---|
ServiceProfile()
Constructor.
|
ServiceProfile(String serviceName,
String serviceDescription,
String copyrightInfo,
String licenseInfo)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
String |
getCopyrightInfo()
Gets copyright data.
|
String |
getLicenseInfo()
Gets license data.
|
String |
getServiceDescription()
Returns service description.
|
String |
getServiceName()
Method that returns service's display name
|
int |
hashCode() |
void |
setCopyrightInfo(String copyrightInfo)
Sets copyright data.
|
void |
setLicenseInfo(String licenseInfo)
Sets license data.
|
void |
setServiceDescription(String serviceDescription)
Sets service description.
|
void |
setServiceName(String serviceName)
Sets service's display name.
|
String |
toString() |
public String getServiceName()
public void setServiceName(String serviceName)
serviceName
- Displayed name of the servicepublic String getServiceDescription()
public void setServiceDescription(String serviceDescription)
serviceDescription
- Service descriptionpublic void setCopyrightInfo(String copyrightInfo)
copyrightInfo
- Copyright informationpublic String getCopyrightInfo()
public void setLicenseInfo(String licenseInfo)
licenseInfo
- Licence informationpublic String getLicenseInfo()