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

java.lang.Object
  extended by org.ow2.dragon.persistence.bo.BaseObject
      extended by org.ow2.dragon.persistence.bo.deployment.Standard
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Protocol

public class Standard
extends BaseObject

Author:
ofabre - eBM WebSourcing
See Also:
Serialized Form

Nested Class Summary
static class Standard.StandardCat
           
 
Constructor Summary
Standard()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Compares object equality.
 Standard.StandardCat getCategory()
           
 java.lang.String getId()
           
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 java.lang.String getNotes()
           
 java.lang.String getOriginatingOrganization()
           
 java.lang.String getReleaseNr()
           
 int hashCode()
          When you override equals, you should override hashCode.
 void setCategory(Standard.StandardCat category)
           
 void setId(java.lang.String id)
           
 void setLocation(java.lang.String location)
           
 void setName(java.lang.String name)
           
 void setNotes(java.lang.String notes)
           
 void setOriginatingOrganization(java.lang.String originatingOrganization)
           
 void setReleaseNr(java.lang.String releaseNr)
           
 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

Standard

public Standard()
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.

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

getCategory

public Standard.StandardCat getCategory()

getLocation

public java.lang.String getLocation()

getName

public java.lang.String getName()

getNotes

public java.lang.String getNotes()

getOriginatingOrganization

public java.lang.String getOriginatingOrganization()

getReleaseNr

public java.lang.String getReleaseNr()

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(Standard.StandardCat category)

setLocation

public void setLocation(java.lang.String location)

setName

public void setName(java.lang.String name)

setNotes

public void setNotes(java.lang.String notes)

setOriginatingOrganization

public void setOriginatingOrganization(java.lang.String originatingOrganization)

setReleaseNr

public void setReleaseNr(java.lang.String releaseNr)

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.