org.ow2.dragon.persistence.bo.deployment
Class TechnicalService

java.lang.Object
  extended by org.ow2.dragon.persistence.bo.common.BaseObject
      extended by org.ow2.dragon.persistence.bo.common.SearchableBaseObject
          extended by org.ow2.dragon.persistence.bo.common.LinkedEntity
              extended by org.ow2.dragon.persistence.bo.common.CommunityObj
                  extended by org.ow2.dragon.persistence.bo.deployment.TechnicalService
All Implemented Interfaces:
java.io.Serializable

public class TechnicalService
extends CommunityObj

Author:
ofabre - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
TechnicalService()
           
 
Method Summary
 void addDescription(Description description)
           
 void addEndpoint(Endpoint endpoint)
           
 void addName(Name name)
           
 void addRelatedDoc(SimpleFile relatedDoc)
           
 boolean equals(java.lang.Object other)
          Compares object equality.
 CategoryBag getCategoryBag()
           
 java.util.List<Description> getDescriptions()
           
 java.util.Set<Endpoint> getEndpoints()
           
 java.lang.String getFullName()
           
 java.util.List<Name> getNames()
           
 java.util.Set<SimpleFile> getRelatedDocs()
           
 java.util.Set<ServiceSpecification> getServiceSpecifications()
           
 int hashCode()
          When you override equals, you should override hashCode.
 void setCategoryBag(CategoryBag categoryBag)
           
 void setDescriptions(java.util.List<Description> descriptions)
           
 void setEndpoints(java.util.Set<Endpoint> endpoints)
           
 void setFullName(java.lang.String fullName)
           
 void setNames(java.util.List<Name> names)
           
 void setRelatedDocs(java.util.Set<SimpleFile> relatedDocs)
           
 void setServiceSpecifications(java.util.Set<ServiceSpecification> serviceSpecifications)
           
 java.lang.String toString()
          Returns a multi-line String with key=value pairs.
 
Methods inherited from class org.ow2.dragon.persistence.bo.common.CommunityObj
addComment, getComments, getRatings, getTags, isTagged, setComments, setRatings, setTags
 
Methods inherited from class org.ow2.dragon.persistence.bo.common.LinkedEntity
addFromLink, addToLink, getFromLinks, getToLinks, setFromLinks, setToLinks
 
Methods inherited from class org.ow2.dragon.persistence.bo.common.SearchableBaseObject
getId, setId
 
Methods inherited from class org.ow2.dragon.persistence.bo.common.BaseObject
getCreated, getLastUpdated, setCreated, setLastUpdated
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TechnicalService

public TechnicalService()
Method Detail

equals

public boolean equals(java.lang.Object other)
Description copied from class: BaseObject
Compares object equality. When using Hibernate, the primary key should not be a part of this comparison.

Overrides:
equals in class LinkedEntity
Parameters:
other - object to compare to
Returns:
true/false based on equality tests

hashCode

public int hashCode()
Description copied from class: BaseObject
When you override equals, you should override hashCode. See "Why are equals() and hashCode() importation" for more information: http://www.hibernate.org/109.html

Overrides:
hashCode in class CommunityObj
Returns:
hashCode

addDescription

public void addDescription(Description description)

addName

public void addName(Name name)

addEndpoint

public void addEndpoint(Endpoint endpoint)

addRelatedDoc

public void addRelatedDoc(SimpleFile relatedDoc)

getNames

public java.util.List<Name> getNames()

setNames

public void setNames(java.util.List<Name> names)

getDescriptions

public java.util.List<Description> getDescriptions()

setDescriptions

public void setDescriptions(java.util.List<Description> descriptions)

getCategoryBag

public CategoryBag getCategoryBag()

setCategoryBag

public void setCategoryBag(CategoryBag categoryBag)

setEndpoints

public void setEndpoints(java.util.Set<Endpoint> endpoints)

getEndpoints

public java.util.Set<Endpoint> getEndpoints()

getServiceSpecifications

public java.util.Set<ServiceSpecification> getServiceSpecifications()

setServiceSpecifications

public void setServiceSpecifications(java.util.Set<ServiceSpecification> serviceSpecifications)

getRelatedDocs

public java.util.Set<SimpleFile> getRelatedDocs()

setRelatedDocs

public void setRelatedDocs(java.util.Set<SimpleFile> relatedDocs)

toString

public java.lang.String toString()
Description copied from class: BaseObject
Returns a multi-line String with key=value pairs.

Overrides:
toString in class LinkedEntity
Returns:
a String representation of this class.
See Also:
Object.toString()

getFullName

public java.lang.String getFullName()

setFullName

public void setFullName(java.lang.String fullName)


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.