| <<O>> Difference Topic CodigoFrameworkResultado (r1.1 - 08 Jul 2005 - NeyZunino) |
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
package fwjogos;
import java.util.Set;
public class Resultado {
private Set<String> vencedores;
private Set<String> descricao;
public Resultado(Set<String> vencedores, Set<String> descricao){
this.vencedores = vencedores;
this.descricao = descricao;
}
public Set<String> vencedores() {
return vencedores;
}
public Set<String> descricao(){
return descricao;
}
}
| |||||||
| Topic CodigoFrameworkResultado . { View | Diffs | r1.1 | More } |
|
Revision - Revision r1.1 - 08 Jul 2005 - 12:05 - NeyZunino |
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding XP? Send feedback. |