org.ow2.dragon.persistence.bo.organization
Class PartyToTechService
java.lang.Object
org.ow2.dragon.persistence.bo.BaseObject
org.ow2.dragon.persistence.bo.organization.RoleOfParty
org.ow2.dragon.persistence.bo.organization.PartyToTechService
- All Implemented Interfaces:
- java.io.Serializable
public class PartyToTechService
- extends RoleOfParty
- Author:
- ofabre - eBM WebSourcing
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PartyToTechService
public PartyToTechService()
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 RoleOfParty
- Parameters:
other - object to compare to
- Returns:
- true/false based on equality tests
getTechnicalService
public TechnicalService getTechnicalService()
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 RoleOfParty
- Returns:
- hashCode
setTechnicalService
public void setTechnicalService(TechnicalService technicalServices)
toString
public java.lang.String toString()
- Description copied from class:
BaseObject
- Returns a multi-line String with key=value pairs.
- Overrides:
toString in class RoleOfParty
- Returns:
- a String representation of this class.
- See Also:
Object.toString()
Copyright © 2008 eBMWebsourcing. All Rights Reserved.