package com.csc.entity; import com.csc.library.utilities.UProfile; public interface DataBMPHome { public DataBMP create(DataBMPKey key)throws Exception ; public DataBMP findByPrimaryKey(DataBMPKey key)throws Exception ; public void setUProfile(UProfile upf)throws Exception ; }