Package fr.ird.observe.dto.reference
Interface ReferentialDtoReferenceAware
-
- All Superinterfaces:
DtoReferenceAware
- All Known Implementing Classes:
I18nReferentialDto,ReferentialDto,ReferentialDtoReference
public interface ReferentialDtoReferenceAware extends DtoReferenceAware
Created by tchemit on 30/08/17.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHomeId()booleanisEnabled()booleanisNeedComment()-
Methods inherited from interface fr.ird.observe.dto.reference.DtoReferenceAware
getLastUpdateDate, getTopiaCreateDate, getTopiaId, getTopiaVersion
-
-
-
-
Method Detail
-
isEnabled
boolean isEnabled()
-
isNeedComment
boolean isNeedComment()
-
getHomeId
String getHomeId()
-
-