org.ow2.dragon.api.to.deployment
Class TechnicalServiceTO
java.lang.Object
org.ow2.dragon.api.to.deployment.TechnicalServiceTO
public class TechnicalServiceTO
- extends java.lang.Object
This type gives a description of a service
- Author:
- ambarthe - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TechnicalServiceTO
public TechnicalServiceTO()
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.
getCategory
public java.lang.String getCategory()
- Returns:
- the category
getId
public java.lang.String getId()
- Returns:
- the id
getName
public java.lang.String getName()
- Returns:
- the name
getPurpose
public java.lang.String getPurpose()
- Returns:
- the purpose
setCategory
public void setCategory(java.lang.String category)
- Parameters:
category - the category 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
setPurpose
public void setPurpose(java.lang.String purpose)
- Parameters:
purpose - the purpose to set
getCategories
public java.util.List<KeyedRefTO> getCategories()
setCategories
public void setCategories(java.util.List<KeyedRefTO> categories)
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.