com.ebmwebsourcing.webcommons.persistence.bo
Class StringIdSearchableBaseObject
java.lang.Object
com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
com.ebmwebsourcing.webcommons.persistence.bo.StringIdSearchableBaseObject
- All Implemented Interfaces:
- java.io.Serializable
@MappedSuperclass
public abstract class StringIdSearchableBaseObject
- extends BaseObject
- Author:
- ofabre - ebmwebsourcing
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getId()
|
void |
setId(java.lang.String id)
|
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 |
StringIdSearchableBaseObject
public StringIdSearchableBaseObject()
getId
@DocumentId
public java.lang.String getId()
- Specified by:
getId in class BaseObject
setId
public void setId(java.lang.String id)
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 © 2010 eBM WebSourcing. All Rights Reserved.