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.String
getAuthorName()
java.lang.String
getDescription()
java.lang.Integer
getDocType()
java.lang.Boolean
getFavorite()
java.lang.Integer
getFilterAuthor()
java.lang.Boolean
getIsPublic()
-
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
-
-