org.wicketopia.example.domain.entity
Class BaseEntity

java.lang.Object
  extended by org.wicketopia.example.domain.entity.BaseEntity
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Person

@MappedSuperclass
public abstract class BaseEntity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BaseEntity()
           
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 int hashCode()
           
protected  void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseEntity

public BaseEntity()
Method Detail

getId

public final String getId()

setId

protected void setId(String id)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010-2013. All Rights Reserved.