org.drools.base
Class CalendarsImpl
java.lang.Object
org.drools.base.CalendarsImpl
- All Implemented Interfaces:
- Externalizable, Serializable, org.drools.runtime.Calendars
public class CalendarsImpl
- extends Object
- implements org.drools.runtime.Calendars, Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarsImpl
public CalendarsImpl()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
get
public org.drools.time.Calendar get(String identifier)
- Specified by:
get
in interface org.drools.runtime.Calendars
set
public void set(String identifier,
org.drools.time.Calendar calendar)
- Specified by:
set
in interface org.drools.runtime.Calendars
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.