public interface IBindingTemplate
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessPoint()
Returns the access point url
|
java.lang.String |
getAccessPointURLType()
Returns the url type of the access point
|
java.lang.String |
getBindingKey()
Returns the unique key of the binding template.
|
ICategoryBag |
getCategoryBag()
Returns the
ICategoryBag of the binding template. |
java.lang.String |
getDescription()
Returns the description of the binding template.
|
java.lang.String |
getHostingRedirectorBindingKey()
Returns the key of a different bindingTemplate entry.
|
java.lang.String |
getServiceKey()
Returns the key of the parent business service.
|
java.util.List<ITModelInstanceInfo> |
getTModelInstanceDetails()
Returns the list of
ITModelInstanceInfo . |
void |
setAccessPoint(java.lang.String value)
Sets the access point url
|
void |
setAccessPointURLType(java.lang.String value)
Sets the url type of the access point
|
void |
setBindingKey(java.lang.String value)
Sets the unique key of the binding template.
|
void |
setDescription(java.lang.String value)
Sets the description of the binding template.
|
void |
setServiceKey(java.lang.String value)
Sets the key of the parent business service.
|
void |
setTModelInstanceDetails(java.util.List<ITModelInstanceInfo> value)
Sets the list of tModelInstanceDetails.
|
java.lang.String getBindingKey()
void setBindingKey(java.lang.String value)
value
- the unique key
java.lang.String getDescription()
void setDescription(java.lang.String value)
value
- the description
java.lang.String getServiceKey()
void setServiceKey(java.lang.String value)
value
- the business service key
java.lang.String getAccessPoint()
void setAccessPoint(java.lang.String value)
value
- the access point url
java.lang.String getAccessPointURLType()
void setAccessPointURLType(java.lang.String value)
value
- the url type of the access point
java.lang.String getHostingRedirectorBindingKey()
java.util.List<ITModelInstanceInfo> getTModelInstanceDetails()
ITModelInstanceInfo
. This method must always return a list.void setTModelInstanceDetails(java.util.List<ITModelInstanceInfo> value)
value
- list of ITModelInstanceInfo
ICategoryBag getCategoryBag()
ICategoryBag
of the binding template. This method must always return a category bag.