Package org.kuali.coeus.propdev.api.s2s
Interface S2sUserAttachedFormContract
- All Superinterfaces:
Describable,IdentifiableNumeric,NumberedProposal
public interface S2sUserAttachedFormContract
extends IdentifiableNumeric, NumberedProposal, Describable
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends S2sUserAttachedFormAttContract> List<? extends S2sUserAttachedFormFileContract> Methods inherited from interface org.kuali.coeus.sys.api.model.Describable
getDescriptionMethods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getIdMethods inherited from interface org.kuali.coeus.propdev.api.core.NumberedProposal
getProposalNumber
-
Method Details
-
getNamespace
String getNamespace() -
getFormName
String getFormName() -
getFormFileName
String getFormFileName() -
getS2sUserAttachedFormAtts
List<? extends S2sUserAttachedFormAttContract> getS2sUserAttachedFormAtts() -
getS2sUserAttachedFormFileList
List<? extends S2sUserAttachedFormFileContract> getS2sUserAttachedFormFileList()
-