Class BwAuthUserPrefsCalendar

java.lang.Object
org.bedework.calfacade.svc.prefs.BwAuthUserPrefsCalendar
All Implemented Interfaces:
Serializable

public class BwAuthUserPrefsCalendar extends Object implements Serializable
A class just to allow me to delete all entries referring to a given entity Hibernate doesn't seem to allow this any other way (though 3.1 might)
Version:
1.0
Author:
Mike Douglass douglm@bedework.edu
See Also:
  • Constructor Details

    • BwAuthUserPrefsCalendar

      public BwAuthUserPrefsCalendar()
  • Method Details

    • setId

      public void setId(int val)
      Parameters:
      val - id
    • getId

      public int getId()
      Returns:
      int db id
    • setCalendarid

      public void setCalendarid(int val)
      Parameters:
      val - calendar id
    • getCalendarid

      public int getCalendarid()
      Returns:
      int db id
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object