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

All Superinterfaces:
HasPrimaryKey
All Known Subinterfaces:
KeyEntity, State, Type, TypeTypeRelation
All Known Implementing Classes:
AtpInfo, KeyEntityInfo, KeyEntityInfo.Builder, StateInfo, StateInfo.Builder, TypeInfo, TypeInfo.Builder, TypeTypeRelationInfo, TypeTypeRelationInfo.Builder

public interface HasKey
extends HasPrimaryKey

Author:
nwright

Method Summary
 String getKey()
          Unique key to this object.
 

Method Detail

getKey

String getKey()
Unique key to this object. Unlike an Id this key can be explicitly set by the application and is intended to be "somewhat" readable by a human. A Key:



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