Package org.kuali.coeus.sys.api.model
Interface Identifiable
-
- All Known Subinterfaces:
S2sErrorContract,S2sFormConfigurationContract,S2sOverrideApplicationDataContract,S2sOverrideContract,TbnPersonContract
public interface IdentifiableThis interface can be used to identify an object which has a unique identifier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()The unique identifier for an object.
-
-
-
Method Detail
-
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
-
-