org.ow2.dragon.persistence.bo.service
Class ProposedOperation

java.lang.Object
  extended by org.ow2.dragon.persistence.bo.common.BaseObject
      extended by org.ow2.dragon.persistence.bo.common.NonSearchableBaseObject
          extended by org.ow2.dragon.persistence.bo.service.ProposedOperation
All Implemented Interfaces:
java.io.Serializable

public class ProposedOperation
extends NonSearchableBaseObject

Author:
ofabre - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
ProposedOperation()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Compares object equality.
 java.lang.String getName()
           
 java.lang.String getNotes()
           
 java.lang.String getParameters()
           
 java.lang.String getPurpose()
           
 Service getService()
           
 int hashCode()
          When you override equals, you should override hashCode.
 void setName(java.lang.String name)
           
 void setNotes(java.lang.String notes)
           
 void setParameters(java.lang.String parameters)
           
 void setPurpose(java.lang.String purpose)
           
 void setService(Service service)
           
 java.lang.String toString()
          Returns a multi-line String with key=value pairs.
 
Methods inherited from class org.ow2.dragon.persistence.bo.common.NonSearchableBaseObject
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

ProposedOperation

public ProposedOperation()
Method Detail

getName

public java.lang.String getName()

getNotes

public java.lang.String getNotes()

getParameters

public java.lang.String getParameters()

getPurpose

public java.lang.String getPurpose()

getService

public Service getService()

setName

public void setName(java.lang.String name)

setNotes

public void setNotes(java.lang.String notes)

setParameters

public void setParameters(java.lang.String parameters)

setPurpose

public void setPurpose(java.lang.String purpose)

setService

public void setService(Service service)

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

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

toString

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

Overrides:
toString in class NonSearchableBaseObject
Returns:
a String representation of this class.
See Also:
Object.toString()


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.