Package org.opencms.acacia.client.export
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 Summary
ConstructorDescriptionDefault constructor.CmsEntityAttributeWrapper
(org.opencms.acacia.shared.CmsEntityAttribute attribute) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionWrapper method.Wrapper method.Wrapper method.Wrapper method.String[]
Wrapper method.int
Wrapper method.boolean
Wrapper method.boolean
Wrapper method.boolean
Wrapper method.void
setAttribute
(org.opencms.acacia.shared.CmsEntityAttribute attribute) Sets the wrapped attribute.
-
Constructor Details
-
CmsEntityAttributeWrapper
public CmsEntityAttributeWrapper()Default constructor.
-
-
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
Wrapper method.- Returns:
- the result of the wrapped method
-
getValueCount
Wrapper method.- Returns:
- the result of the wrapped method
-
isComplexValue
Wrapper method.- Returns:
- the result of the wrapped method
-
isSimpleValue
Wrapper method.- Returns:
- the result of the wrapped method
-
isSingleValue
Wrapper method.- Returns:
- the result of the wrapped method
-