1 package org.opencrx.kernel.base.cci; 14 15 public class NoteImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements Note { 18 19 public NoteImpl( 20 org.openmdx.base.accessor.generic.cci.Object_1_0 object, 21 javax.jmi.reflect.RefClass refClass 22 ) { 23 super(object, refClass); 24 } 25 26 public String getText ( 30 ) { 31 return (String )this.refGetValue("text", 0); 32 } 33 public void setText( 37 String newValue 38 ) { 39 refSetValue("org:opencrx:kernel:base:Note:text", 0, newValue); 40 } 41 42 public String getTitle ( 46 ) { 47 return (String )this.refGetValue("title", 0); 48 } 49 public void setTitle( 53 String newValue 54 ) { 55 refSetValue("org:opencrx:kernel:base:Note:title", 0, newValue); 56 } 57 58 } 62 | Popular Tags |