Interface S2sOverrideApplicationDataContract
-
- All Superinterfaces:
Identifiable,KcFile,Sha1Hashable
public interface S2sOverrideApplicationDataContract extends Identifiable, KcFile, Sha1Hashable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplication()List<? extends S2sOverrideAttachmentContract>getAttachments()-
Methods inherited from interface org.kuali.coeus.sys.api.model.Identifiable
getId
-
Methods inherited from interface org.kuali.coeus.sys.api.model.KcFile
getData, getFileDataId, getName, getType
-
Methods inherited from interface org.kuali.coeus.sys.api.model.Sha1Hashable
getSha1Hash
-
-
-
-
Method Detail
-
getApplication
String getApplication()
-
getAttachments
List<? extends S2sOverrideAttachmentContract> getAttachments()
-
-