Class Serie

All Implemented Interfaces:
ILightObject, Serializable

public class Serie extends LightStateObject
Since:
1.0 Nov 30, 2007, 1.0
Version:
%I%, %G%
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • Serie

      public Serie()
    • Serie

      public Serie(int id, String name)
      Parameters:
      id -
      name -
  • Method Details

    • equals

      public boolean equals(Object o)
      Description copied from class: AbstractLightObject
      Indicates whether some other object is "equal to" this LightObject.
      Check is done on following fields :
      • id
      • getDisplay method (Use getDisplay instead of display because getDisplay may be override in child class, and display field may be null).
      Overrides:
      equals in class AbstractLightObject
      Parameters:
      o - the reference object with which to compare.
      Returns:
      true if this LightObject is the same as the obj argument; false otherwise.
      See Also:
      AbstractLightObject.hashCode()