org.ow2.dragon.persistence.bo.organization
Class AddressLine
java.lang.Object
org.ow2.dragon.persistence.bo.common.BaseObject
org.ow2.dragon.persistence.bo.common.SearchableBaseObject
org.ow2.dragon.persistence.bo.organization.AddressLine
- All Implemented Interfaces:
- java.io.Serializable
public class AddressLine
- extends SearchableBaseObject
- Author:
- ofabre - eBM Websourcing
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AddressLine
public AddressLine()
getKeyName
public java.lang.String getKeyName()
setKeyName
public void setKeyName(java.lang.String keyName)
getKeyValue
public java.lang.String getKeyValue()
setKeyValue
public void setKeyValue(java.lang.String keyValue)
getAddressLine
public java.lang.String getAddressLine()
setAddressLine
public void setAddressLine(java.lang.String addressLine)
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 SearchableBaseObject
- Returns:
- a String representation of this class.
- See Also:
Object.toString()
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.