1 package com.loribel.commons.abstraction; 2 3 public interface GB_FileTxtSet 4 extends 5 GB_FileTxt, 6 GB_Savable 7 { 8 void setContent( 9 String a_str); 10 }