org.ow2.dragon.persistence.bo.deployment
Class TechnicalService
java.lang.Object
org.ow2.dragon.persistence.bo.common.BaseObject
org.ow2.dragon.persistence.bo.common.SearchableBaseObject
org.ow2.dragon.persistence.bo.common.LinkedEntity
org.ow2.dragon.persistence.bo.common.CommunityObj
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TechnicalService
public TechnicalService()
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()
getService
public Service getService()
getServiceSpecifications
public java.util.Set<ServiceSpecification> getServiceSpecifications()
setService
public void setService(Service service)
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.