1 package org.exoplatform.services.portletregistery; 2 3 import java.util.Date ; 4 5 10 public interface PortletCategory { 11 12 public String getId() ; 13 14 public String getPortletCategoryName(); 15 public void setPortletCategoryName(String s) ; 16 17 public String getDescription() ; 18 public void setDescription(String s) ; 19 20 public Date getCreatedDate() ; 21 22 public Date getModifiedDate() ; 23 } 24 | Popular Tags |