it.eng.qbe.locale
Interface IQbeLabelHelper


public interface IQbeLabelHelper

The Interface IQbeLabelHelper.

Author:
Andrea Zoppello This is the interface for classes that implements logic to retrieve labels for the entities(classes) and the fields of the datamart model

Method Summary
 java.lang.String getLabelForClass(java.lang.String completeClassName)
          Gets the label for class.
 java.lang.String getLabelForField(java.lang.String completeFieldName)
          Gets the label for field.
 

Method Detail

getLabelForClass

java.lang.String getLabelForClass(java.lang.String completeClassName)
Gets the label for class.

Parameters:
completeClassName - the complete class name
Returns:
the label for entity(class) identified by completeClassName

getLabelForField

java.lang.String getLabelForField(java.lang.String completeFieldName)
Gets the label for field.

Parameters:
completeFieldName - the fieldName to retrieve label
Returns:
the label for field identified by completeFieldName