public class BusinessService extends java.lang.Object implements RegistryObject
Constructor and Description |
---|
BusinessService()
Constructs a new initialized BusinessService instance.
|
Modifier and Type | Method and Description |
---|---|
void |
addBindingTemplate(BindingTemplate binding)
Add a binding template to this business service.
|
void |
addCategory(KeyedReference ref)
Add a category to the categorybag of this business service.
|
void |
addDescription(Description desc)
Adds the given description.
|
void |
addName(Name name)
Add a name to this BusinessService.
|
BindingTemplates |
getBindingTemplates()
Returns the binding templates of this business service.
|
java.lang.String |
getBusinessKey()
Returns the business key of this business service.
|
CategoryBag |
getCategoryBag()
Returns the categorybag of this business service.
|
java.util.Vector |
getDescriptionVector()
Returns the descriptions.
|
java.util.Vector |
getNameVector()
Returns the names of this BusinessService.
|
java.lang.String |
getServiceKey()
Returns the service key of this business service.
|
void |
setBindingTemplates(BindingTemplates bindings)
Sets the binding templates of this business service.
|
void |
setBusinessKey(java.lang.String key)
Sets the String of this BusinessService.
|
void |
setCategoryBag(CategoryBag bag)
Set the categorybag of this business service to the given one.
|
void |
setDescriptionVector(java.util.Vector descs)
Sets the description list to the current one.
|
void |
setNameVector(java.util.Vector names)
Sets the name list to the current one.
|
void |
setServiceKey(java.lang.String key)
Sets the service key of this business service to the given key.
|
public BusinessService()
public void setBusinessKey(java.lang.String key)
key
- The new business key.public java.lang.String getBusinessKey()
public void setServiceKey(java.lang.String key)
key
- The service key of this business service.public java.lang.String getServiceKey()
public void addName(Name name)
name
- The Name to add.public void addDescription(Description desc)
desc
- The description to add.public java.util.Vector getNameVector()
public void setNameVector(java.util.Vector names)
names
- the Names object to setpublic void setDescriptionVector(java.util.Vector descs)
descs
- Descriptions object to setpublic java.util.Vector getDescriptionVector()
public void addBindingTemplate(BindingTemplate binding)
binding
- The binding template to add.public BindingTemplates getBindingTemplates()
public void setBindingTemplates(BindingTemplates bindings)
public void addCategory(KeyedReference ref)
ref
- The category to add.public CategoryBag getCategoryBag()
public void setCategoryBag(CategoryBag bag)
bag
- The new categorybag.Copyright ? 2003 Apache Software Foundation. All rights reserved.