1 package org.opencrx.kernel.activity1.cci; 14 15 public interface ActivityLinkFrom 16 extends 17 org.opencrx.kernel.base.cci.SecureObject, 18 org.openmdx.base.cci.BasicObject { 19 27 public short getActivityLinkType( 28 ); 29 30 38 public void setActivityLinkType( 39 short newValue 40 ); 41 42 49 public String getDescription( 50 ); 51 52 56 57 62 public void setDescription( 63 String newValue 64 ); 65 66 74 public org.opencrx.kernel.activity1.cci.Activity getLinkFrom( 75 ); 76 77 85 public void setLinkFrom( 86 org.opencrx.kernel.activity1.cci.Activity newValue 87 ); 88 89 96 public void removeLinkFrom ( 97 ); 98 99 107 public String getName( 108 ); 109 110 118 public void setName( 119 String newValue 120 ); 121 122 } 126 | Popular Tags |