1 16 17 package org.apache.jetspeed.om.registry; 18 19 25 public interface MetaInfo 26 { 27 28 29 public String getTitle(); 30 31 34 public void setTitle( String title ); 35 36 37 public String getDescription(); 38 39 42 public void setDescription( String description ); 43 44 45 public String getImage(); 46 47 50 public void setImage( String image ); 51 } 52 | Popular Tags |