Package be.gaudry.model.bibliobrol
Class BrolCategory
java.lang.Object
be.gaudry.model.AbstractLightObject
be.gaudry.model.LightObject
be.gaudry.model.bibliobrol.LightStateObject
be.gaudry.model.bibliobrol.BrolCategory
- All Implemented Interfaces:
ILightObject,Serializable
- Since:
- 1.0 30-nov.-07
- Author:
- Steph GAUDRY
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class be.gaudry.model.LightObject
displayFields inherited from interface be.gaudry.model.ILightObject
DEFAULT_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class be.gaudry.model.bibliobrol.LightStateObject
getStatus, setStatusMethods inherited from class be.gaudry.model.LightObject
getDisplay, getId, setDisplay, setIdMethods inherited from class be.gaudry.model.AbstractLightObject
hashCode, toString
-
Constructor Details
-
BrolCategory
public BrolCategory() -
BrolCategory
- Parameters:
id-name-
-
-
Method Details
-
equals
Description copied from class:AbstractLightObjectIndicates whether some other object is "equal to" this LightObject.
Check is done on following fields :idgetDisplaymethod (Use getDisplay instead of display because getDisplay may be override in child class, and display field may be null).
- Overrides:
equalsin classAbstractLightObject- Parameters:
o- the reference object with which to compare.- Returns:
trueif this LightObject is the same as the obj argument;falseotherwise.- See Also:
AbstractLightObject.hashCode()
-