1 package com.loribel.commons.abstraction; 2 3 /*** 4 * Abstraction of a Object with type. 5 * 6 * @author Gregory Borelli 7 */ 8 public interface GB_TypeLongOwnerSet 9 extends 10 GB_TypeLongOwner 11 { 12 void setType( 13 long a_type); 14 }