Class HasPageLabelChangedPredicate

java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.predicates.HasPageLabelChangedPredicate
All Implemented Interfaces:
Predicate<String>

public class HasPageLabelChangedPredicate extends Object implements Predicate<String>
Predicate to test if the label has been changed by comparing the given label to the label in .

Returns TRUE if the page label has been modified; FALSE otherwise.

  • Constructor Details

    • HasPageLabelChangedPredicate

      public HasPageLabelChangedPredicate()
  • Method Details