org.springframework.osgi.samples.petclinic
Class BaseEntity
java.lang.Object
org.springframework.osgi.samples.petclinic.BaseEntity
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NamedEntity
public class BaseEntity
- extends Object
- implements Serializable
Simple JavaBean domain object with an id property. Used as a base class for
objects needing this property.
- Author:
- Ken Krebs, Juergen Hoeller
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseEntity
public BaseEntity()
setId
public void setId(Integer id)
getId
public Integer getId()
isNew
public boolean isNew()
Copyright © 2006-2007 Spring Framework. All Rights Reserved.