public class BusinessInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
BusinessInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBusinessKey()
Deprecated.
Returns the businessKey of this BusinessInfo.
|
DescriptionList |
getDescriptions()
Deprecated.
Returns the
DescriptionList of this BusinessInfo. |
NameList |
getNames()
Deprecated.
Returns the
NameList of this BusinessInfo. |
ServiceInfoList |
getServiceInfos()
Deprecated.
Returns the
ServiceInfoList of this BusinessInfo. |
void |
setBusinessKey(java.lang.String businessKey)
Deprecated.
Sets the businessKey of this BusinessInfo.
|
void |
setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList of this BusinessInfo. |
void |
setNames(NameList names)
Deprecated.
Sets the
NameList of this BusinessInfo. |
void |
setServiceInfos(ServiceInfoList serviceInfos)
Deprecated.
Sets the
ServiceInfoList of this BusinessInfo. |
public NameList getNames()
NameList
of this BusinessInfo.public void setNames(NameList names)
NameList
of this BusinessInfo.names
- the NameList of this BusinessInfo.public DescriptionList getDescriptions()
DescriptionList
of this BusinessInfo.public void setDescriptions(DescriptionList descriptions)
DescriptionList
of this BusinessInfo.descriptions
- the DescriptionList of this BusinessInfo.public ServiceInfoList getServiceInfos()
ServiceInfoList
of this BusinessInfo.public void setServiceInfos(ServiceInfoList serviceInfos)
ServiceInfoList
of this BusinessInfo.serviceInfos
- the ServiceInfoList of this BusinessInfo.public java.lang.String getBusinessKey()
public void setBusinessKey(java.lang.String businessKey)
businessKey
- the businessKey of this BusinessInfo.