1 package org.openmdx.base.cci; 14 15 public interface BasicObject 16 extends 17 org.openmdx.base.cci.ContextCapable, 18 org.openmdx.base.cci.ExtentCapable, 19 org.openmdx.compatibility.view1.cci.ViewCapable { 20 28 public java.util.Date getCreatedAt( 29 ); 30 31 38 public java.util.Set getCreatedBy( 39 ); 40 41 49 public java.util.Date getModifiedAt( 50 ); 51 52 59 public java.util.Set getModifiedBy( 60 ); 61 62 } 66 | Popular Tags |