org.ow2.dragon.api.to.deployment
Class EndpointTO
java.lang.Object
org.ow2.dragon.api.to.deployment.EndpointTO
public class EndpointTO
- extends java.lang.Object
This type gives the description of an access point for a service. It is part
of a TechnicalServiceTO
- Author:
- ambarthe - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointTO
public EndpointTO()
getRatingTO
public RatingTO getRatingTO()
- Returns:
- the RatingTO
getGlobalRating
public float getGlobalRating()
- Returns:
- the globalRating
setRatingTO
public void setRatingTO(RatingTO ratingTO)
- Parameters:
the - RatingTO the ratingTO to set
setGlobalRating
public void setGlobalRating(float globalRating)
- Parameters:
the - new global rating the global rating to set
getTags
public java.util.Set<java.lang.String> getTags()
- Returns:
- the set of tags
setTags
public void setTags(java.util.Set<java.lang.String> tags)
- Parameters:
tags - the tags (Strings) to set.
getComments
public java.util.List<CommentTO> getComments()
- Returns:
- the list of comments
setComments
public void setComments(java.util.List<CommentTO> comments)
- Parameters:
comments - the list of CommentTO to set.
getBinding
public BindingTO getBinding()
- Returns:
- the binding
getId
public java.lang.String getId()
- Returns:
- the id
getName
public java.lang.String getName()
- Returns:
- the name
getNetworkAddress
public java.lang.String getNetworkAddress()
- Returns:
- the networkAddress
getTechService
public TechnicalServiceTO getTechService()
- Returns:
- the service
getWsdlFile
public java.lang.String getWsdlFile()
setBinding
public void setBinding(BindingTO binding)
- Parameters:
binding - the binding to set
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
setNetworkAddress
public void setNetworkAddress(java.lang.String networkAddress)
- Parameters:
networkAddress - the networkAddress to set
setTechService
public void setTechService(TechnicalServiceTO service)
- Parameters:
service - the service to set
setWsdlFile
public void setWsdlFile(java.lang.String wsdlFile)
getHostProcessorId
public java.lang.String getHostProcessorId()
setHostProcessorId
public void setHostProcessorId(java.lang.String hostProcessorId)
getHostExecEnvId
public java.lang.String getHostExecEnvId()
setHostExecEnvId
public void setHostExecEnvId(java.lang.String hostExecEnvId)
getCategories
public java.util.List<KeyedRefTO> getCategories()
setCategories
public void setCategories(java.util.List<KeyedRefTO> categories)
getProtocol
public java.lang.String getProtocol()
getProtocols
public java.util.Set<ProtocolTO> getProtocols()
setProtocols
public void setProtocols(java.util.Set<ProtocolTO> protocols)
getTransports
public java.util.Set<TransportTO> getTransports()
setTransports
public void setTransports(java.util.Set<TransportTO> transports)
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.