Package com.nelioalves.cursomc.domain
Class Estado
- java.lang.Object
-
- com.nelioalves.cursomc.domain.Estado
-
- All Implemented Interfaces:
Serializable
@Entity public class Estado extends Object implements Serializable
Classe que representa uma Entidade Estado- Author:
- José Henrique
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<Cidade>getCidadeList()IntegergetId()StringgetNome()inthashCode()voidsetCidadeList(List<Cidade> cidadeList)voidsetId(Integer id)voidsetNome(String nome)
-