org.ow2.dragon.persistence.bo.specification
Class ServiceInterface
java.lang.Object
org.ow2.dragon.persistence.bo.common.BaseObject
org.ow2.dragon.persistence.bo.common.SearchableBaseObject
org.ow2.dragon.persistence.bo.common.TModel
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
| 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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ServiceInterface
public ServiceInterface()
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)
removeBinding
public void removeBinding(Binding binding)
addSpecifiedOp
public void addSpecifiedOp(SpecifiedOperation specifiedOperation)
removeSpecifiedOp
public void removeSpecifiedOp(SpecifiedOperation specifiedOperation)
addServiceSpec
public void addServiceSpec(ServiceSpecification serviceSpecification)
removeServiceSpec
public void removeServiceSpec(ServiceSpecification serviceSpecification)
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-2010 eBMWebsourcing. All Rights Reserved.