public class ViewServiceRegistration extends Object implements Serializable
| Constructor and Description |
|---|
ViewServiceRegistration()
Default constructor
|
ViewServiceRegistration(int viewServiceCode,
String viewServiceName,
String viewServiceFullName,
String viewServiceURLMarker,
String viewServiceDescription,
String viewServiceWiki,
ServiceOperationalStatus viewServiceOperationalStatus,
String viewServiceAdminClassName)
Complete Constructor
|
ViewServiceRegistration(ViewServiceDescription viewServiceDescription,
ServiceOperationalStatus viewServiceOperationalStatus,
String viewServiceAdminClassName)
Enum Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getViewServiceAdminClassName()
Return the class name of the admin class that should be called during initialization and
termination.
|
int |
getViewServiceCode()
Return the code for this view service
|
String |
getViewServiceDescription()
Return the default description for the type for this view service.
|
String |
getViewServiceFullName()
Return the full name for this view service.
|
String |
getViewServiceName()
Return the default name for this view service.
|
ServiceOperationalStatus |
getViewServiceOperationalStatus()
Return the initial operational status for this view service.
|
String |
getViewServiceURLMarker()
Return the string that appears in the REST API URL that identifies the owning service.
|
String |
getViewServiceWiki()
Return the URL for the wiki page describing this view service.
|
void |
setServiceURLMarker(String viewServiceURLMarker)
Set up the string that appears in the REST API URL that identifies the owning service.
|
void |
setViewServiceAdminClassName(String viewServiceAdminClassName)
Set up the class name of the admin class that should be called during initialization and
termination.
|
void |
setViewServiceCode(int viewServiceCode)
Set up the code for this view service
|
void |
setViewServiceDescription(String viewServiceDescription)
Set up the default description for the type for this view service.
|
void |
setViewServiceFullName(String viewServiceFullName)
Set up the full name for this view service.
|
void |
setViewServiceName(String viewServiceName)
Set up the default name for this view service.
|
void |
setViewServiceOperationalStatus(ServiceOperationalStatus viewServiceOperationalStatus)
Set up the initial operational status for this view service.
|
void |
setViewServiceWiki(String viewServiceWiki)
Set up the URL for the wiki page describing this view service.
|
public ViewServiceRegistration(int viewServiceCode,
String viewServiceName,
String viewServiceFullName,
String viewServiceURLMarker,
String viewServiceDescription,
String viewServiceWiki,
ServiceOperationalStatus viewServiceOperationalStatus,
String viewServiceAdminClassName)
viewServiceCode - ordinal for this view serviceviewServiceName - symbolic name for this view serviceviewServiceURLMarker - name of the part of the URL that is the name of the view serviceviewServiceDescription - short description for this view serviceviewServiceWiki - wiki page for the view service for this view serviceviewServiceOperationalStatus - default initial operational status for the view serviceviewServiceAdminClassName - name of ViewServiceAdmin implementation class for the view servicepublic ViewServiceRegistration(ViewServiceDescription viewServiceDescription, ServiceOperationalStatus viewServiceOperationalStatus, String viewServiceAdminClassName)
viewServiceDescription - enum for this view serviceviewServiceOperationalStatus - default initial operational status for the view serviceviewServiceAdminClassName - name of ViewServiceAdmin implementation class for the view servicepublic ViewServiceRegistration()
public int getViewServiceCode()
public void setViewServiceCode(int viewServiceCode)
viewServiceCode - int type codepublic String getViewServiceName()
public void setViewServiceName(String viewServiceName)
viewServiceName - String default namepublic String getViewServiceFullName()
public void setViewServiceFullName(String viewServiceFullName)
viewServiceFullName - String default namepublic String getViewServiceURLMarker()
public void setServiceURLMarker(String viewServiceURLMarker)
viewServiceURLMarker - url fragmentpublic String getViewServiceDescription()
public void setViewServiceDescription(String viewServiceDescription)
viewServiceDescription - String default descriptionpublic String getViewServiceWiki()
public void setViewServiceWiki(String viewServiceWiki)
viewServiceWiki - String URL name for the wiki pagepublic ServiceOperationalStatus getViewServiceOperationalStatus()
public void setViewServiceOperationalStatus(ServiceOperationalStatus viewServiceOperationalStatus)
viewServiceOperationalStatus - ViewServiceOperationalStatus enumpublic String getViewServiceAdminClassName()
public void setViewServiceAdminClassName(String viewServiceAdminClassName)
viewServiceAdminClassName - class nameCopyright © 2018–2020 ODPi. All rights reserved.