Package 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
-
-
Constructor Summary
Constructors Constructor Description CalendarsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.time.Calendarget(String identifier)voidreadExternal(ObjectInput in)voidset(String identifier, org.kie.api.time.Calendar calendar)voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
get
public org.kie.api.time.Calendar get(String identifier)
- Specified by:
getin interfaceorg.kie.api.runtime.Calendars
-
set
public void set(String identifier, org.kie.api.time.Calendar calendar)
- Specified by:
setin interfaceorg.kie.api.runtime.Calendars
-
-