Knowledge API Legacy5 Adapter 6.2.0.Final

org.drools.impl.adapters
Class CalendarAdapter

java.lang.Object
  extended by org.drools.impl.adapters.CalendarAdapter
All Implemented Interfaces:
Calendar

public class CalendarAdapter
extends Object
implements Calendar


Constructor Summary
CalendarAdapter(org.kie.api.time.Calendar delegate)
           
 
Method Summary
 boolean equals(Object obj)
           
 org.kie.api.time.Calendar getDelegate()
           
 int hashCode()
           
 boolean isTimeIncluded(long timestamp)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarAdapter

public CalendarAdapter(org.kie.api.time.Calendar delegate)
Method Detail

isTimeIncluded

public boolean isTimeIncluded(long timestamp)
Specified by:
isTimeIncluded in interface Calendar

getDelegate

public org.kie.api.time.Calendar getDelegate()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

Knowledge API Legacy5 Adapter 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.