1 package com.loribel.commons.abstraction; 2 3 /*** 4 * Abstraction of a Object with index. 5 */ 6 public interface GB_IndexOwnerSet 7 extends 8 GB_IndexOwner 9 { 10 void setIndex( 11 int a_index); 12 }