Class IsEntityNameIncluded

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

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

      • IsEntityNameIncluded

        public IsEntityNameIncluded()
    • Method Detail

      • evaluate

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

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

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