Interface S2sOverrideContract
-
- All Superinterfaces:
Describable,Identifiable,Inactivatable
public interface S2sOverrideContract extends Identifiable, Inactivatable, Describable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S2sOverrideApplicationDataContractgetApplication()S2sOverrideApplicationDataContractgetApplicationOverride()StringgetSignedBy()KcPersonContractgetSignedByPerson()DategetSubmittedDate()-
Methods inherited from interface org.kuali.coeus.sys.api.model.Describable
getDescription
-
Methods inherited from interface org.kuali.coeus.sys.api.model.Identifiable
getId
-
Methods inherited from interface org.kuali.coeus.sys.api.model.Inactivatable
isActive
-
-
-
-
Method Detail
-
getSignedBy
String getSignedBy()
-
getSignedByPerson
KcPersonContract getSignedByPerson()
-
getSubmittedDate
Date getSubmittedDate()
-
getApplication
S2sOverrideApplicationDataContract getApplication()
-
getApplicationOverride
S2sOverrideApplicationDataContract getApplicationOverride()
-
-