public class BindingTemplate
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
BindingTemplate()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindingKey()
Deprecated.
Returns the bindingKey of this BindingTemplate.
|
DescriptionList |
getDescriptions()
Deprecated.
Returns the language annotated list of descriptions of this BindingTemplate.
|
EndPoint |
getEndpoint()
Deprecated.
Returns the
EndPoint of this BindingTemplate. |
java.lang.String |
getServiceKey()
Deprecated.
Returns the serviceKey of this BindingTemplate.
|
TModelInstanceInfoList |
getTModelInstanceInfos()
Deprecated.
Returns the
TModelInstanceInfoList of this BindingTemplate. |
void |
setBindingKey(java.lang.String bindingKey)
Deprecated.
Sets the bindingKey of this BindingTemplate.
|
void |
setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the language annotated list of descriptions of this BindingTemplate.
|
void |
setEndpoint(EndPoint endpoint)
Deprecated.
Sets the
EndPoint of this BindingTemplate. |
void |
setServiceKey(java.lang.String serviceKey)
Deprecated.
Sets the serviceKey of this BindingTemplate.
|
void |
setTModelInstanceInfos(TModelInstanceInfoList tModelInstanceInfos)
Deprecated.
Sets the
TModelInstanceInfoList of this BindingTemplate. |
public DescriptionList getDescriptions()
public void setDescriptions(DescriptionList descriptions)
descriptions
- the language annotated list of descriptions of this BindingTemplate.public EndPoint getEndpoint()
EndPoint
of this BindingTemplate. The EndPoint is either an
AccessPoint
or a HostingRedirector
.public void setEndpoint(EndPoint endpoint)
EndPoint
of this BindingTemplate. The EndPoint is either an
AccessPoint
or a HostingRedirector
.the
- EndPoint of this BindingTemplate - either an AccessPoint or a
HostingRedirectorpublic TModelInstanceInfoList getTModelInstanceInfos()
TModelInstanceInfoList
of this BindingTemplate.public void setTModelInstanceInfos(TModelInstanceInfoList tModelInstanceInfos)
TModelInstanceInfoList
of this BindingTemplate.tModelInstanceInfo
- the TModelInstanceInfoList of this BindingTemplate.public java.lang.String getBindingKey()
public void setBindingKey(java.lang.String bindingKey)
bindingKey
- the bindingKey of this BindingTemplate.public java.lang.String getServiceKey()
public void setServiceKey(java.lang.String serviceKey)
serviceKey
- the serviceKey of this BindingTemplate.