Class IsEntityNameIncluded

  • All Implemented Interfaces:
    org.apache.commons.collections.Predicate

    public class IsEntityNameIncluded
    extends Object
    implements org.apache.commons.collections.Predicate
    Author:
    Jorge Campins
    • Constructor Detail

      • IsEntityNameIncluded

        public IsEntityNameIncluded()
    • Method Detail

      • evaluate

        public boolean evaluate​(Object object)
        Specified by:
        evaluate in interface org.apache.commons.collections.Predicate
      • getIncludedNames

        public String[] getIncludedNames()
        Returns:
        the included names array
      • setIncludedNames

        public void setIncludedNames​(String[] names)
        Parameters:
        names - the included names array to set