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

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

public class TechnicalService
extends BaseObject

Author:
ofabre - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
TechnicalService()
           
 
Method Summary
 void addEndpoint(Endpoint endpoint)
           
 void addRole(PartyToTechService role)
           
 boolean equals(java.lang.Object other)
          Compares object equality.
 java.lang.String getCategory()
           
 java.util.Set<Endpoint> getEndpoints()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getOtherInformation()
           
 java.lang.String getPurpose()
           
 java.util.Set<PartyToTechService> getRoles()
           
 Service getService()
           
 ServiceInterface getServiceInterface()
           
 java.util.Set<ServiceSpecification> getServiceSpecifications()
           
 int hashCode()
          When you override equals, you should override hashCode.
 void setCategory(java.lang.String category)
           
 void setEndpoints(java.util.Set<Endpoint> endpoints)
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 void setOtherInformation(java.lang.String otherInformation)
           
 void setPurpose(java.lang.String purpose)
           
 void setRoles(java.util.Set<PartyToTechService> roles)
           
 void setService(Service service)
           
 void setServiceInterface(ServiceInterface serviceInterface)
           
 void setServiceSpecifications(java.util.Set<ServiceSpecification> serviceSpecifications)
           
 java.lang.String toString()
          Returns a multi-line String with key=value pairs.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TechnicalService

public TechnicalService()
Method Detail

addEndpoint

public void addEndpoint(Endpoint endpoint)

addRole

public void addRole(PartyToTechService role)

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.

Specified by:
equals in class BaseObject
Parameters:
other - object to compare to
Returns:
true/false based on equality tests

getCategory

public java.lang.String getCategory()

getEndpoints

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

getName

public java.lang.String getName()

getOtherInformation

public java.lang.String getOtherInformation()

getPurpose

public java.lang.String getPurpose()

getRoles

public java.util.Set<PartyToTechService> getRoles()

getService

public Service getService()

getServiceInterface

public ServiceInterface getServiceInterface()

getServiceSpecifications

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

getId

public java.lang.String getId()
Specified by:
getId in class BaseObject

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

Specified by:
hashCode in class BaseObject
Returns:
hashCode

setCategory

public void setCategory(java.lang.String category)

setEndpoints

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

setName

public void setName(java.lang.String name)

setOtherInformation

public void setOtherInformation(java.lang.String otherInformation)

setPurpose

public void setPurpose(java.lang.String purpose)

setRoles

public void setRoles(java.util.Set<PartyToTechService> roles)

setService

public void setService(Service service)

setServiceInterface

public void setServiceInterface(ServiceInterface serviceInterface)

setServiceSpecifications

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

setId

public void setId(java.lang.String id)
Specified by:
setId in class BaseObject

toString

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

Specified by:
toString in class BaseObject
Returns:
a String representation of this class.
See Also:
Object.toString()


Copyright © 2008 eBMWebsourcing. All Rights Reserved.