package apx.com.amarsoft.als.test; public class test { public static void main(String[] args) { testObject to = new testObject(); System.out.println(to.getContent()); } }