java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.ValidStringLengthPredicate
- All Implemented Interfaces:
Predicate<String>
Predicate to test if a given string has a valid length.
Returns TRUE if the string has a valid length; FALSE otherwise.
-
Constructor Summary
Constructors
-
Method Summary
protected int
void
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ValidStringLengthPredicate
public ValidStringLengthPredicate()
-
Method Details
-
-
getMaxLength
protected int getMaxLength()
-
setMaxLength
public void setMaxLength(int maxLength)