View Javadoc

1   package com.loribel.commons.abstraction;
2   
3   /***
4    * Abstraction of a Object with id.
5    */
6   public interface GB_IdLongOwner
7   {
8       long getId();
9   }