com.ebmwebsourcing.webcommons.persistence.bo
Class LongIdBaseObject

java.lang.Object
  extended by com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
      extended by com.ebmwebsourcing.webcommons.persistence.bo.LongIdBaseObject
All Implemented Interfaces:
java.io.Serializable

@MappedSuperclass
public abstract class LongIdBaseObject
extends BaseObject

Author:
ofabre - ebmwebsourcing
See Also:
Serialized Form

Constructor Summary
LongIdBaseObject()
           
 
Method Summary
 java.lang.Long getId()
           
 void setId(java.lang.Object o)
           
 void setID(java.lang.Object o)
           
 java.lang.String toString()
          Returns a multi-line String with key=value pairs.
 
Methods inherited from class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LongIdBaseObject

public LongIdBaseObject()
Method Detail

getId

public java.lang.Long getId()
Specified by:
getId in class BaseObject

setId

public void setId(java.lang.Object o)

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()

setID

public void setID(java.lang.Object o)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.