Interface TbnPersonContract
-
- All Superinterfaces:
Identifiable,Inactivatable
public interface TbnPersonContract extends Identifiable, Inactivatable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobCodeContractgetJobCodeReference()StringgetPersonName()-
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
-
getPersonName
String getPersonName()
-
getJobCodeReference
JobCodeContract getJobCodeReference()
-
-