org.drools.core.base
Class CalendarsImpl
java.lang.Object
org.drools.core.base.CalendarsImpl
- All Implemented Interfaces:
- Externalizable, Serializable, org.kie.api.runtime.Calendars
public class CalendarsImpl
- extends Object
- implements org.kie.api.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.kie.api.time.Calendar get(String identifier)
- Specified by:
get in interface org.kie.api.runtime.Calendars
set
public void set(String identifier,
org.kie.api.time.Calendar calendar)
- Specified by:
set in interface org.kie.api.runtime.Calendars
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.