Package com.jamasoftware.velocity.api
Interface SmartFilterDTO
-
- All Superinterfaces:
DomainTransferObject,FilterRootDTO,ScopedDTO
public interface SmartFilterDTO extends FilterRootDTO, ScopedDTO, DomainTransferObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAuthorName()java.lang.StringgetDescription()java.lang.IntegergetDocType()java.lang.BooleangetFavorite()java.lang.IntegergetFilterAuthor()java.lang.BooleangetIsPublic()-
Methods inherited from interface com.jamasoftware.velocity.api.DomainTransferObject
getId
-
Methods inherited from interface com.jamasoftware.velocity.api.FilterRootDTO
getIsHidden, getName, getOrderBy, getTypeId
-
Methods inherited from interface com.jamasoftware.velocity.api.ScopedDTO
getRefId, getScopeId
-
-