org.kuali.student.contract.model.test.source
Interface HasId

All Superinterfaces:
HasPrimaryKey
All Known Subinterfaces:
Exemption, ExemptionRequest, IdEntity, Lpr, Relationship
All Known Implementing Classes:
ExemptionInfo, ExemptionRequestInfo, IdEntityInfo, IdEntityInfo.Builder, LprInfo, LprInfo.Builder, RelationshipInfo, RelationshipInfo.Builder

public interface HasId
extends HasPrimaryKey

Author:
nwright

Method Summary
 String getId()
          The system assigned unique id to identify this Object.
 

Method Detail

getId

String getId()
The system assigned unique id to identify this Object. Could be implemented as as sequence number or as a UUID. Attempts to set this value on creates should result in a ReadOnlyException being thrown An Id:



Copyright © 2004–2014 The Kuali Foundation. All rights reserved.