1 package org.opencrx.kernel.product1.cci; 14 15 public interface AbstractProductConfiguration 16 extends 17 org.opencrx.kernel.base.cci.PropertySet, 18 org.opencrx.kernel.base.cci.SecureObject, 19 org.openmdx.base.cci.BasicObject { 20 27 public String getDescription( 28 ); 29 30 34 35 40 public void setDescription( 41 String newValue 42 ); 43 44 51 public Boolean isDefault( 52 ); 53 54 58 59 64 public void setDefault_( 65 Boolean newValue 66 ); 67 68 76 public String getName( 77 ); 78 79 87 public void setName( 88 String newValue 89 ); 90 91 98 public java.util.Date getValidFrom( 99 ); 100 101 105 106 111 public void setValidFrom( 112 java.util.Date newValue 113 ); 114 115 122 public java.util.Date getValidTo( 123 ); 124 125 129 130 135 public void setValidTo( 136 java.util.Date newValue 137 ); 138 139 } 143 | Popular Tags |