Interface Usuario
-
- All Known Implementing Classes:
UsuarioPojo
public interface Usuario
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetNome()StringgetSigla()
-
UsuarioPojopublic interface Usuario
| Modifier and Type | Method | Description |
|---|---|---|
String |
getId() |
|
String |
getNome() |
|
String |
getSigla() |