Produto Java.txt

  • Uploaded by: Igor Chagas Rodrigues
  • 0
  • 0
  • December 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Produto Java.txt as PDF for free.

More details

  • Words: 58
  • Pages: 1
package com.igor.dev.teste; public class Produto { private String nome; private Double preco; public Produto(String nome, double preco) { this.nome = nome; this.preco = preco; } public String getNome() { return nome; } public void setNome(String nome) { this.nome = nome; } public Double getPreco() { return preco; } public void setPreco(Double preco) { this.preco = preco; } }

Related Documents


More Documents from ""

Produto Java.txt
December 2019 14
December 2019 84
Theory X & Y.docx
November 2019 43
October 2019 60
Maljkovic Blog 4
October 2019 34