1 package com.loribel.commons.abstraction;
2
3 /***
4 * Abstraction of a Object with id.
5 */
6 public interface GB_IdLongOwnerSet
7 extends
8 GB_IdLongOwner
9 {
10 void setId(
11 long a_id);
12 }