com.loribel.commons.abstraction
Interface GB_LabelsDescOwner

All Superinterfaces:
GB_IconsOwner
All Known Subinterfaces:
GB_BOEnumItem, GB_BOEnumValuesGroup, GB_BOMetaData, GB_BOProperty, GB_BOPropertySet
All Known Implementing Classes:
GB_BOEnumItemBO, GB_BOEnumItemNode, GB_BOEnumItemNode3, GB_BOEnumValuesGroupBO, GB_BOEnumValuesGroupNode, GB_BOMetaDataBO, GB_BOMetaDataNode, GB_BOPropertyBO, GB_BOPropertyNode, GB_BOPropertyRef

public interface GB_LabelsDescOwner
extends GB_IconsOwner

Interface for Object with labels, descriptions.

Author:
Gregory Borelli

Method Summary
 java.lang.String getDescription(java.lang.String a_name, java.lang.String a_lng, boolean a_useDefault)
           
 java.lang.String getLabel(java.lang.String a_name, java.lang.String a_lng, boolean a_useDefault)
           
 
Methods inherited from interface com.loribel.commons.abstraction.GB_IconsOwner
getIcon
 

Method Detail

getLabel

public java.lang.String getLabel(java.lang.String a_name,
                                 java.lang.String a_lng,
                                 boolean a_useDefault)

getDescription

public java.lang.String getDescription(java.lang.String a_name,
                                       java.lang.String a_lng,
                                       boolean a_useDefault)


Copyright © 2002-2007 Gregory Borelli [Loribel]. All Rights Reserved.