org.wicketopia.example.domain.entity
Class BaseEntity
java.lang.Object
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
BaseEntity
public BaseEntity()
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.