public interface FileAttributeDAO
FileAttributeDAO interface.
Modifier and Type | Method and Description |
---|---|
Integer |
add(FileAttribute fileAttribute)
add.
|
void |
delete(FileAttribute fileAttribute)
delete.
|
List<FileAttribute> |
get(File file)
get.
|
FileAttribute |
get(Integer id)
get.
|
List<FileAttribute> |
getAll()
getAll.
|
void |
update(FileAttribute fileAttribute)
update.
|
List<FileAttribute> getAll()
getAll.
List
object.List<FileAttribute> get(File file)
get.
FileAttribute get(Integer id)
get.
id
- a Integer
object.FileAttribute
object.Integer add(FileAttribute fileAttribute)
add.
fileAttribute
- a FileAttribute
object.Integer
object.void update(FileAttribute fileAttribute)
update.
fileAttribute
- a FileAttribute
object.void delete(FileAttribute fileAttribute)
delete.
fileAttribute
- a FileAttribute
object.Copyright © 2015 SeqWare. All rights reserved.