695696697698699700701
public Object getLock() { return null; } public void setLock(Object lock) { throw new InternalException(); }
703704705706707708709
public Object getVersion() { return null; } public void setVersion(Object version) { throw new InternalException(); }
707708709710711712713
public void setVersion(Object version) { throw new InternalException(); } public void setNextVersion(Object version) { throw new InternalException(); }
719720721722723724725
public Object getImplData() { return null; } public Object setImplData(Object data, boolean cacheable) { throw new InternalException(); }
731732733734735736737
public Object getImplData(int field) { return null; } public Object setImplData(int field, Object data) { throw new InternalException(); }
743744745746747748749
public Object getIntermediate(int field) { return null; } public void setIntermediate(int field, Object value) { throw new InternalException(); }
791792793794795796797
public Object fetchField(int field, boolean transitions) { return null; } public void storeBooleanField(int field, boolean externalVal) { throw new InternalException(); }
795796797798799800801
public void storeBooleanField(int field, boolean externalVal) { throw new InternalException(); } public void storeByteField(int field, byte externalVal) { throw new InternalException(); }
799800801802803804805
public void storeByteField(int field, byte externalVal) { throw new InternalException(); } public void storeCharField(int field, char externalVal) { throw new InternalException(); }
803804805806807808809
public void storeCharField(int field, char externalVal) { throw new InternalException(); } public void storeDoubleField(int field, double externalVal) { throw new InternalException(); }