Package org.kuali.coeus.sys.api.model
Interface Identifiable
- All Known Subinterfaces:
S2sErrorContract,S2sFormConfigurationContract,S2sOverrideApplicationDataContract,S2sOverrideContract,TbnPersonContract
public interface Identifiable
This interface can be used to identify an object which has a unique
identifier.
-
Method Summary
-
Method Details
-
getId
String getId()The unique identifier for an object. This can be null unless the object has not been given an id yet.- Returns:
- the id
-