com.opensymphony.user.provider.hibernate.entity
Interface HibernateEntity

All Known Implementing Classes:
BaseHibernateEntity

public interface HibernateEntity

Author:
Matthew E. Porter

Method Summary
 long getId()
           
 void setId(long id)
           
 

Method Detail

setId

public void setId(long id)

getId

public long getId()

See www.opensymphony.com for more information.