org.ow2.dragon.api.to.deployment
Class EndpointTO

java.lang.Object
  extended by 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

Constructor Summary
EndpointTO()
           
 
Method Summary
 BindingTO getBinding()
           
 java.util.List<KeyedRefTO> getCategories()
           
 java.util.List<CommentTO> getComments()
           
 float getGlobalRating()
           
 java.lang.String getHostExecEnvId()
           
 java.lang.String getHostProcessorId()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getNetworkAddress()
           
 java.lang.String getProtocol()
           
 java.util.Set<ProtocolTO> getProtocols()
           
 RatingTO getRatingTO()
           
 java.util.Set<java.lang.String> getTags()
           
 TechnicalServiceTO getTechService()
           
 java.util.Set<TransportTO> getTransports()
           
 java.lang.String getWsdlFile()
           
 void setBinding(BindingTO binding)
           
 void setCategories(java.util.List<KeyedRefTO> categories)
           
 void setComments(java.util.List<CommentTO> comments)
           
 void setGlobalRating(float globalRating)
           
 void setHostExecEnvId(java.lang.String hostExecEnvId)
           
 void setHostProcessorId(java.lang.String hostProcessorId)
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 void setNetworkAddress(java.lang.String networkAddress)
           
 void setProtocols(java.util.Set<ProtocolTO> protocols)
           
 void setRatingTO(RatingTO ratingTO)
           
 void setTags(java.util.Set<java.lang.String> tags)
           
 void setTechService(TechnicalServiceTO service)
           
 void setTransports(java.util.Set<TransportTO> transports)
           
 void setWsdlFile(java.lang.String wsdlFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointTO

public EndpointTO()
Method Detail

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.