public class BusinessService
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
BusinessService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BindingTemplateList |
getBindingTemplates()
Deprecated.
Returns the
BindingTemplateList of this BusinessService. |
java.lang.String |
getBusinessKey()
Deprecated.
Returns the businessKey of this BusinessService.
|
CategoryBag |
getCategoryBag()
Deprecated.
Returns the
CategoryBag of this BusinessService. |
DescriptionList |
getDescriptions()
Deprecated.
Returns the
DescriptionList of this BusinessService. |
NameList |
getNames()
Deprecated.
Returns the
NameList of this BusinessService. |
java.lang.String |
getServiceKey()
Deprecated.
Returns the serviceKey of this BusinessService.
|
void |
setBindingTemplates(BindingTemplateList bindingTemplates)
Deprecated.
Sets the
BindingTemplateList of this BusinessService. |
void |
setBusinessKey(java.lang.String businessKey)
Deprecated.
Sets the businessKey of this BusinessService.
|
void |
setCategoryBag(CategoryBag categoryBag)
Deprecated.
Sets the
CategoryBag of this BusinessService. |
void |
setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList of this BusinessService. |
void |
setNames(NameList names)
Deprecated.
Sets the
NameList of this BusinessService. |
void |
setServiceKey(java.lang.String serviceKey)
Deprecated.
Sets the serviceKey of this BusinessService.
|
public NameList getNames()
NameList of this BusinessService.public void setNames(NameList names)
NameList of this BusinessService.names - the NameList of this BusinessService.public DescriptionList getDescriptions()
DescriptionList of this BusinessService.public void setDescriptions(DescriptionList descriptions)
DescriptionList of this BusinessService.descriptions - the DescriptionList of this BusinessService.public BindingTemplateList getBindingTemplates()
BindingTemplateList of this BusinessService.public void setBindingTemplates(BindingTemplateList bindingTemplates)
BindingTemplateList of this BusinessService.bindingTemplates - the BindingTemplateList of this BusinessService.public CategoryBag getCategoryBag()
CategoryBag of this BusinessService.public void setCategoryBag(CategoryBag categoryBag)
CategoryBag of this BusinessService.the - CategoryBag of this BusinessService.public java.lang.String getServiceKey()
public void setServiceKey(java.lang.String serviceKey)
serviceKey - the serviceKey of this BusinessService.public java.lang.String getBusinessKey()
public void setBusinessKey(java.lang.String businessKey)
businessKey - the businessKey of this BusinessService.