1 package org.kuali.coeus.propdev.api.s2s; 2 3 import org.kuali.coeus.sys.api.model.IdentifiableNumeric; 4 5 public interface S2sUserAttachedFormAttFileContract extends IdentifiableNumeric { 6 7 public Long getS2sUserAttachedFormAttId(); 8 9 public byte[] getAttachment(); 10 }