Package org.kuali.coeus.propdev.api.s2s
Interface S2sUserAttachedFormAttFileContract
-
- All Superinterfaces:
IdentifiableNumeric
public interface S2sUserAttachedFormAttFileContract extends IdentifiableNumeric
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getAttachment()LonggetS2sUserAttachedFormAttId()-
Methods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
-
-
-
Method Detail
-
getS2sUserAttachedFormAttId
Long getS2sUserAttachedFormAttId()
-
getAttachment
byte[] getAttachment()
-
-