Hi Srikant,
you need to declare the class Alarm as a fact or an event and import it.
import your.package.Alarm;
declare Alarm
@role( fact) // or @role( event)
end
The class Alarm can be a pojo or be declared in rule.
The rule "week days rule" will fire when you insert a object of class Alarm.