public class ComponentServiceBean extends Object implements Serializable
Constructor and Description |
---|
ComponentServiceBean()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
QName |
getApplication() |
QName |
getName() |
String |
getServiceId() |
String |
getServiceImplementation() |
String |
getServiceInterface() |
void |
setApplication(QName application) |
void |
setName(QName name) |
void |
setServiceId(String serviceId) |
void |
setServiceImplementation(String serviceImplementation) |
void |
setServiceInterface(String serviceInterface) |
public String getServiceId()
public QName getName()
public QName getApplication()
public String getServiceInterface()
public void setServiceId(String serviceId)
serviceId
- the serviceId to setpublic void setName(QName name)
name
- the name to setpublic void setApplication(QName application)
application
- the application to setpublic void setServiceInterface(String serviceInterface)
serviceInterface
- the serviceInterface to setpublic String getServiceImplementation()
public void setServiceImplementation(String serviceImplementation)
serviceImplementation
- the serviceImplementation to setCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.