Class CmsContentCheckPropertyObject

java.lang.Object
org.opencms.workplace.tools.content.check.CmsContentCheckPropertyObject

This class encapsulates the configuration of one property check used by the property content check.

Since:
6.1.2
  • Field Details

  • Constructor Details

  • Method Details

    • getLength

      public int getLength()
      Returns the minimum length.

      Returns:
      the minimum length
    • getPropertyname

      Returns the propertyname.

      Returns:
      the propertyname
    • getType

      public String getType()
      Returns the type.

      Returns:
      the type
    • getValue

      public List getValue()
      Returns the value.

      Returns:
      the value
    • isEmpty

      public boolean isEmpty()
      Returns the empty flag.

      Returns:
      the empty flag
    • isFilename

      public boolean isFilename()
      Returns the filename flag.

      Returns:
      the filename flag
    • setEmpty

      public void setEmpty(boolean empty)
      Sets the empty flag.

      Parameters:
      empty - the empty flag to set
    • setFilename

      public void setFilename(boolean filename)
      Sets the filename flag.

      Parameters:
      filename - the filename flag to set
    • setLength

      public void setLength(int length)
      Sets the minimum length.

      Parameters:
      length - the minimum length to set
    • setPropertyname

      public void setPropertyname(String propertyname)
      Sets the propertyname.

      Parameters:
      propertyname - the propertyname to set
    • setType

      public void setType(String type)
      Sets the type.

      Parameters:
      type - the type to set
    • setValue

      public void setValue(List value)
      Sets the value.

      Parameters:
      value - the value to set
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: