public class ServiceInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ServiceInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBusinessKey()
Deprecated.
Returns the businessKey of this ServiceInfo.
|
NameList |
getNames()
Deprecated.
Returns the
NameList of this ServiceInfo. |
java.lang.String |
getServiceKey()
Deprecated.
Returns the serviceKey of this ServiceInfo.
|
void |
setBusinessKey(java.lang.String businessKey)
Deprecated.
Sets the businessKey of this ServiceInfo.
|
void |
setNames(NameList names)
Deprecated.
Sets the
NameList of this ServiceInfo. |
void |
setServiceKey(java.lang.String serviceKey)
Deprecated.
Sets the serviceKey of this ServiceInfo.
|
public NameList getNames()
NameList
of this ServiceInfo.public void setNames(NameList names)
NameList
of this ServiceInfo.names
- the NameList of this ServiceInfo.public java.lang.String getServiceKey()
public void setServiceKey(java.lang.String serviceKey)
serviceKey
- the serviceKey of this ServiceInfo.public java.lang.String getBusinessKey()
public void setBusinessKey(java.lang.String businessKey)
businessKey
- the businessKey of this ServiceInfo.