public class BindingTemplate extends java.lang.Object implements RegistryObject
Constructor and Description |
---|
BindingTemplate()
Constructs a new empty BindingTemplate.
|
Modifier and Type | Method and Description |
---|---|
void |
addCategory(KeyedReference ref)
Add a category to the categorybag of this binding template.
|
void |
addDescription(Description desc)
Adds the given description.
|
AccessPoint |
getAccessPoint()
Returns the accesspoint of this binding template.
|
java.lang.String |
getBindingKey()
Returns the bindingkey of this binding template.
|
CategoryBag |
getCategoryBag()
Returns the categorybag of this binding template.
|
java.util.Vector |
getDescriptionVector()
Returns the descriptions.
|
HostingRedirector |
getHostingRedirector()
Returns the hosting redirector of this binding template.
|
java.lang.String |
getServiceKey()
Returns the servicekey of this bindingtemplate.
|
TModelInstanceDetails |
getTModelInstanceDetails()
Returns the tModelInstanceDetails of this binding template.
|
void |
setAccessPoint(AccessPoint point)
Sets the AccessPoint of this BindingTemplate.
|
void |
setBindingKey(java.lang.String key)
Sets the bindingkey of this bindingtemplate to the given key.
|
void |
setCategoryBag(CategoryBag bag)
Set the categorybag of this binding template to the given one.
|
void |
setDescriptionVector(java.util.Vector descs)
Sets the description list to the current one.
|
void |
setHostingRedirector(HostingRedirector director)
Sets the hosting redirector of this BindingTemplate.
|
void |
setServiceKey(java.lang.String key)
Sets the servicekey of this bindingtemplate.
|
void |
setTModelInstanceDetails(TModelInstanceDetails details)
Sets the tModelInstanceDetails of this binding template.
|
public void setBindingKey(java.lang.String key)
key
- The new bindingkey of this bindingtemplate.public java.lang.String getBindingKey()
public void setServiceKey(java.lang.String key)
key
- The new service key.public java.lang.String getServiceKey()
public void addDescription(Description desc)
desc
- The description to add.public void setDescriptionVector(java.util.Vector descs)
descs
- Descriptions of Description objects to setpublic java.util.Vector getDescriptionVector()
public void setAccessPoint(AccessPoint point)
point
- The new AccessPoint of this BindingTemplate.public AccessPoint getAccessPoint()
public void setHostingRedirector(HostingRedirector director)
director
- The new HostingRedirector of this BindingTemplate.public HostingRedirector getHostingRedirector()
public TModelInstanceDetails getTModelInstanceDetails()
public void setTModelInstanceDetails(TModelInstanceDetails details)
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.