public interface SystemDao
System
.Modifier and Type | Method and Description |
---|---|
System |
getSystem()
Get a reference to the
System . |
void |
setSystem(System system)
Flush the
System back to the database. |
System getSystem() throws DataAccessException
System
.DataAccessException
- not happy.void setSystem(System system) throws DataAccessException
System
back to the database.system
- The System
DataAccessException
- very sad.