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

All Known Subinterfaces:
Entity, Exemption, ExemptionRequest, HasAttributesAndMeta, IdEntity, KeyEntity, Lpr, Relationship, TypeTypeRelation
All Known Implementing Classes:
AtpInfo, EntityInfo, EntityInfo.Builder, ExemptionInfo, ExemptionRequestInfo, HasAttributesAndMetaInfo, HasAttributesAndMetaInfo.Builder, IdEntityInfo, IdEntityInfo.Builder, KeyEntityInfo, KeyEntityInfo.Builder, LprInfo, LprInfo.Builder, RelationshipInfo, RelationshipInfo.Builder, TypeTypeRelationInfo, TypeTypeRelationInfo.Builder

public interface HasMeta

Indicates this object holds metadata.

Author:
nwright

Method Summary
 Meta getMeta()
          Create and last update info for the structure.
 

Method Detail

getMeta

Meta getMeta()
Create and last update info for the structure. This is optional and treated as read only since the data is set by the internals of the service during maintenance operations. Contains audit trail information about the creation and last update of this object Also contains the version ind used for optimistic locking. Attempts to set or update should result in a ReadOnlyException being thrown.



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