Class HasRestrictionNameChangedPredicate

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

public class HasRestrictionNameChangedPredicate extends Object implements Predicate<AbstractRestrictionModel>
Predicate to test if the name has been changed by comparing the name in AbstractRestrictionData to the name in .

Returns TRUE if the restriction name has been modified; FALSE otherwise.