Package com.jalios.jstore
Class DecodeContext
- java.lang.Object
-
- com.jalios.jstore.DecodeContext
-
public class DecodeContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DecodeContext()
DecodeContext(StorableLogEntry sle, java.lang.String field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getField()
StorableLogEntry
getStorableLogEntry()
void
setField(java.lang.String field)
void
setStorableLogEntry(StorableLogEntry sle)
-
-
-
Constructor Detail
-
DecodeContext
public DecodeContext()
-
DecodeContext
public DecodeContext(StorableLogEntry sle, java.lang.String field)
-
-
Method Detail
-
getStorableLogEntry
public StorableLogEntry getStorableLogEntry()
-
setStorableLogEntry
public void setStorableLogEntry(StorableLogEntry sle)
-
getField
public java.lang.String getField()
-
setField
public void setField(java.lang.String field)
-
-