View Javadoc
1   package org.kuali.ole.deliver.api;
2   
3   import org.kuali.rice.kim.api.identity.phone.EntityPhoneContract;
4   
5   /**
6    * Created by angelind on 10/6/15.
7    */
8   public interface OleEntityPhoneContract {
9   
10      public EntityPhoneContract getEntityPhoneBo();
11  
12      public OlePhoneContract getOlePhoneBo();
13  }