Class QrtzCalendarsId
- java.lang.Object
-
- org.jbpm.test.persistence.scripts.quartzmockentities.QrtzCalendarsId
-
- All Implemented Interfaces:
Serializable
public class QrtzCalendarsId extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QrtzCalendarsId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCalendarName()
String
getSchedulerName()
int
hashCode()
void
setCalendarName(String calendarName)
void
setSchedulerName(String schedulerName)
-