package com.idega.block.category.data; public interface CategoryEntity extends com.idega.data.IDOLegacyEntity { public int getCategoryId(); public void setCategoryId(int p0); }