public final class AlgorithmOutline extends Object implements Serializable
AlgorithmOutline representa informações resumidas de
um algoritmo: identificador, nome e data da última atualização| Constructor and Description |
|---|
AlgorithmOutline(Object id,
String name)
Cria um resumo de um algoritmo.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getId()
Obtém o identificador.
|
String |
getName()
Obtém o nome do algoritmo.
|
Copyright © 2019. All rights reserved.