Interface Referencia
-
- All Known Subinterfaces:
Elemento
- All Known Implementing Classes:
ElementoPojo,ReferenciaPojo
public interface Referencia
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConteudogetConteudo()StringgetDescricaoSituacao()StringgetLexmlId()StringgetTipo()IntegergetUuid()StringgetUuid2()StringgetUuid2Alteracao()IntegergetUuidAlteracao()BooleanisExisteNaNormaAlterada()
-
-
-
Method Detail
-
getTipo
String getTipo()
-
getUuid
Integer getUuid()
-
getUuid2
String getUuid2()
-
getLexmlId
String getLexmlId()
-
getConteudo
Conteudo getConteudo()
-
getDescricaoSituacao
String getDescricaoSituacao()
-
getUuidAlteracao
Integer getUuidAlteracao()
-
getUuid2Alteracao
String getUuid2Alteracao()
-
isExisteNaNormaAlterada
Boolean isExisteNaNormaAlterada()
-
-