org.ow2.dragon.persistence.bo.specification
Class ServiceInterface

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.TModel
              extended by org.ow2.dragon.persistence.bo.specification.ServiceInterface
All Implemented Interfaces:
java.io.Serializable

public class ServiceInterface
extends TModel

Author:
ofabre - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
ServiceInterface()
           
 
Method Summary
 void addBinding(Binding binding)
           
 void addSpecifiedOp(SpecifiedOperation specifiedOperation)
           
 boolean equals(java.lang.Object other)
          Compares object equality.
 java.util.Set<Binding> getBindings()
           
 java.lang.String getFullName()
           
 java.util.Set<ServiceSpecification> getServiceSpecs()
           
 java.util.Set<SpecifiedOperation> getSpecifiedOps()
           
 int hashCode()
          When you override equals, you should override hashCode.
 void setBindings(java.util.Set<Binding> bindings)
           
 void setFullName(java.lang.String fullName)
           
 void setServiceSpecs(java.util.Set<ServiceSpecification> serviceSpecs)
           
 void setSpecifiedOps(java.util.Set<SpecifiedOperation> specifiedOps)
           
 
Methods inherited from class org.ow2.dragon.persistence.bo.common.TModel
addDescription, addIdentifier, addOverviewDoc, getCategoryBag, getDescriptions, getIdentifierBag, getName, getOverviewDocs, getVersion, isDeleted, setCategoryBag, setDeleted, setDescriptions, setIdentifierBag, setName, setOverviewDocs, setVersion, toString
 
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

ServiceInterface

public ServiceInterface()
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 TModel
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 TModel
Returns:
hashCode

addBinding

public void addBinding(Binding binding)

addSpecifiedOp

public void addSpecifiedOp(SpecifiedOperation specifiedOperation)

getBindings

public java.util.Set<Binding> getBindings()

getFullName

public java.lang.String getFullName()

getServiceSpecs

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

getSpecifiedOps

public java.util.Set<SpecifiedOperation> getSpecifiedOps()

setBindings

public void setBindings(java.util.Set<Binding> bindings)

setFullName

public void setFullName(java.lang.String fullName)

setServiceSpecs

public void setServiceSpecs(java.util.Set<ServiceSpecification> serviceSpecs)

setSpecifiedOps

public void setSpecifiedOps(java.util.Set<SpecifiedOperation> specifiedOps)


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.