1 package org.opencrx.kernel.home1.cci; 14 15 public interface WfActionLogEntry 16 extends 17 org.opencrx.kernel.base.cci.SecureObject, 18 org.openmdx.base.cci.BasicObject { 19 27 public org.openmdx.base.cci.BasicObject getCorrelation( 28 ); 29 30 38 public void setCorrelation( 39 org.openmdx.base.cci.BasicObject newValue 40 ); 41 42 49 public void removeCorrelation ( 50 ); 51 52 59 public String getDescription( 60 ); 61 62 66 67 72 public void setDescription( 73 String newValue 74 ); 75 76 84 public String getName( 85 ); 86 87 95 public void setName( 96 String newValue 97 ); 98 99 } 103 | Popular Tags |