Package org.bedework.calfacade.svc.prefs
Class BwAuthUserPrefsCategory
java.lang.Object
org.bedework.calfacade.svc.prefs.BwAuthUserPrefsCategory
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetId()inthashCode()voidsetCategoryid(int val) voidsetId(int val) toString()
-
Constructor Details
-
BwAuthUserPrefsCategory
public BwAuthUserPrefsCategory()
-
-
Method Details
-
setId
public void setId(int val) - Parameters:
val- id
-
getId
public int getId()- Returns:
- int db id
-
setCategoryid
public void setCategoryid(int val) - Parameters:
val- cat id
-
getCategoryid
public int getCategoryid()- Returns:
- int db id
-
equals
-
hashCode
public int hashCode() -
toString
-