com.sap.sl.sdk.authoring.businesslayer
Interface BusinessHierarchicalLovColumn

All Superinterfaces:
LovColumn, Nameable

public interface BusinessHierarchicalLovColumn
extends LovColumn

A representation of the model object 'Business Hierarchical Lov Column'.

This interface represents the columns in the list of values based on a custom hierarchy of objects in the business layer.

Use BusinessLayerFactory.createBusinessHierarchicalLovColumn(BusinessHierarchicalLov, Dimension) to instantiate a column of a hierarchical list of values.

The following features are supported:


Method Summary
 BusinessHierarchicalLov getBusinessHierarchicalLov()
          Returns the value of the 'Business Hierarchical Lov' reference.
 LovParameterDataType getDataType()
          Returns the value of the 'Data Type' attribute.
 Dimension getDimension()
          Returns the value of the 'Dimension' reference.
 void setDataType(LovParameterDataType value)
          Sets the value of the 'Data Type' attribute.
 void setDimension(Dimension value)
          Sets the value of the 'Dimension' reference.
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable
getName, setName
 

Method Detail

getBusinessHierarchicalLov

BusinessHierarchicalLov getBusinessHierarchicalLov()
Returns the value of the 'Business Hierarchical Lov' reference.

This is the list of values based on a custom hierarchy of objects.

Returns:
the value of the 'Business Hierarchical Lov' reference.

getDataType

LovParameterDataType getDataType()
Returns the value of the 'Data Type' attribute. The literals are from the enumeration LovParameterDataType.

This is the data type of a column in the list of values.

Returns:
the value of the 'Data Type' attribute.
See Also:
LovParameterDataType, setDataType(LovParameterDataType)

setDataType

void setDataType(LovParameterDataType value)
Sets the value of the 'Data Type' attribute.

This is the data type of a column in the list of values.

Parameters:
value - the new value of the 'Data Type' attribute.
See Also:
LovParameterDataType, getDataType()

getDimension

Dimension getDimension()
Returns the value of the 'Dimension' reference.

This is the dimension used for the column of the list of values.

Returns:
the value of the 'Dimension' reference.
See Also:
setDimension(Dimension)

setDimension

void setDimension(Dimension value)
Sets the value of the 'Dimension' reference.

This is the dimension used for the column of the list of values.

Parameters:
value - the new value of the 'Dimension' reference.
See Also:
getDimension()


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.