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

All Known Implementing Classes:
MetaInfo, MetaInfo.Builder

public interface Meta

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.

Author:
nwright

Method Summary
 String getCreateId()
          Name: Create Id The principal who created the thing being described with this meta information
 Date getCreateTime()
          Name: Create Time The date and time the thing being described with this meta information was last updated
 String getUpdateId()
          Name: Update Id The principal who last updated the thing being described with this meta information
 Date getUpdateTime()
          Name: Update Time The date and time the thing being described with this meta information was last updated
 String getVersionInd()
          Name: Version Indicator This is the field used for optimistic locking.
 

Method Detail

getVersionInd

String getVersionInd()
Name: Version Indicator This is the field used for optimistic locking. An indicator of the version of the thing being described with this meta information. This is set by the service implementation and will be used to determine conflicts in updates.


getCreateTime

Date getCreateTime()
Name: Create Time The date and time the thing being described with this meta information was last updated


getCreateId

String getCreateId()
Name: Create Id The principal who created the thing being described with this meta information


getUpdateTime

Date getUpdateTime()
Name: Update Time The date and time the thing being described with this meta information was last updated


getUpdateId

String getUpdateId()
Name: Update Id The principal who last updated the thing being described with this meta information



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