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

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

Constructor Summary
TechnicalServiceTO()
           
 
Method Summary
 java.util.List<KeyedRefTO> getCategories()
           
 java.lang.String getCategory()
           
 java.util.List<CommentTO> getComments()
           
 float getGlobalRating()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getPurpose()
           
 RatingTO getRatingTO()
           
 java.util.Set<java.lang.String> getTags()
           
 void setCategories(java.util.List<KeyedRefTO> categories)
           
 void setCategory(java.lang.String category)
           
 void setComments(java.util.List<CommentTO> comments)
           
 void setGlobalRating(float globalRating)
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 void setPurpose(java.lang.String purpose)
           
 void setRatingTO(RatingTO ratingTO)
           
 void setTags(java.util.Set<java.lang.String> tags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TechnicalServiceTO

public TechnicalServiceTO()
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.

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.