org.barracudamvc.contrib.sam.data
Interface DataObject
- All Known Subinterfaces:
- ComparableDataObject
public interface DataObject
set
void set(String key,
Object value)
throws DataObjectException
- Throws:
DataObjectException
get
Object get(String key)
throws DataObjectException
- Throws:
DataObjectException
save
void save(Object transaction)
throws DataObjectException
- Throws:
DataObjectException
delete
void delete(Object transaction)
throws DataObjectException
- Throws:
DataObjectException
Copyright © 2006 BarracudaMVC.org All Rights Reserved.