1 package com.loribel.commons.abstraction;
2
3 /***
4 * Owner of Editor name.
5 *
6 * @author Gregory Borelli
7 */
8 public interface GB_EditorNameOwnerSet
9 extends
10 GB_EditorNameOwner
11 {
12 void setEditorName(
13 String a_name);
14 }