Package cz.metacentrum.perun.core.api
Class PerunBean
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
- All Implemented Interfaces:
- Serializable,- Comparable<PerunBean>
- Direct Known Subclasses:
- Auditable,- Author,- Authorship,- Category,- Publication,- PublicationSystem,- TaskResult,- Thanks
Basic class. All beans (entitties) in Perun must extends this class.
- Author:
- Slavek Licehammer glory@ics.muni.cz
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PerunBeanpublic PerunBean()
- 
PerunBeanpublic PerunBean(int id) 
 
- 
- 
Method Details- 
compareTo- Specified by:
- compareToin interface- Comparable<PerunBean>
 
- 
equals
- 
getBeanNameReturns bean name like VO, Member, Resource,...
- 
getIdpublic int getId()
- 
setIdpublic void setId(int id) 
- 
hashCodepublic int hashCode()
- 
serializeToString
- 
toString
 
-