public interface Document
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getId() |
Set<String> |
getKeywords() |
String |
getToken() |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setKeywords(Set<String> keywords) |
void |
setToken(String token) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.