Class CmsEntityAttributeWrapper

java.lang.Object
org.opencms.acacia.client.export.CmsEntityAttributeWrapper
All Implemented Interfaces:
org.timepedia.exporter.client.Exportable

public class CmsEntityAttributeWrapper extends Object implements org.timepedia.exporter.client.Exportable
Exportable wrapper class for an entity attribute.

  • Constructor Details

    • CmsEntityAttributeWrapper

      Default constructor.

    • CmsEntityAttributeWrapper

      public CmsEntityAttributeWrapper(org.opencms.acacia.shared.CmsEntityAttribute attribute)
      Constructor.

      Parameters:
      attribute - the attribute to wrap
  • Method Details

    • getAttributeName

      Wrapper method.

      Returns:
      the result of the wrapped method
    • getComplexValue

      Wrapper method.

      Returns:
      the result of the wrapped method
    • getComplexValues

      Wrapper method.

      Returns:
      the result of the wrapped method
    • getSimpleValue

      Wrapper method.

      Returns:
      the result of the wrapped method
    • getSimpleValues

      public String[] getSimpleValues()
      Wrapper method.

      Returns:
      the result of the wrapped method
    • getValueCount

      public int getValueCount()
      Wrapper method.

      Returns:
      the result of the wrapped method
    • isComplexValue

      public boolean isComplexValue()
      Wrapper method.

      Returns:
      the result of the wrapped method
    • isSimpleValue

      public boolean isSimpleValue()
      Wrapper method.

      Returns:
      the result of the wrapped method
    • isSingleValue

      public boolean isSingleValue()
      Wrapper method.

      Returns:
      the result of the wrapped method
    • setAttribute

      public void setAttribute(org.opencms.acacia.shared.CmsEntityAttribute attribute)
      Sets the wrapped attribute.

      Parameters:
      attribute - the attribute to wrap