View Javadoc

1   package com.loribel.commons.business.abstraction;
2   
3   import com.loribel.commons.abstraction.*;
4   
5   /***
6    * Abstraction.
7    */
8   public interface GB_BOPropertyLinkMap
9   {
10      String[] getKeys();
11  
12      GB_LabelIcon getLabelIcon(
13              String a_key);
14  
15      String getPropertyLink(
16              String a_key);
17  }