Class CmsEntityAttributeWrapper

  • All Implemented Interfaces:
    org.timepedia.exporter.client.Exportable

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

    • Constructor Detail

      • CmsEntityAttributeWrapper

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

        Parameters:
        attribute - the attribute to wrap
    • Method Detail

      • getAttributeName

        public java.lang.String getAttributeName()
        Wrapper method.

        Returns:
        the result of the wrapped method
      • getSimpleValue

        public java.lang.String getSimpleValue()
        Wrapper method.

        Returns:
        the result of the wrapped method
      • getSimpleValues

        public java.lang.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