org.kuali.student.contract.model.test.source
Class MetaInfo

java.lang.Object
  extended by org.kuali.student.contract.model.test.source.MetaInfo
All Implemented Interfaces:
Serializable, Meta

public class MetaInfo
extends Object
implements Meta, Serializable

See Also:
Serialized Form

Nested Class Summary
static class MetaInfo.Builder
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersionInd

public String getVersionInd()
Description copied from interface: Meta
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.

Specified by:
getVersionInd in interface Meta

getCreateTime

public Date getCreateTime()
Description copied from interface: Meta
Name: Create Time The date and time the thing being described with this meta information was last updated

Specified by:
getCreateTime in interface Meta

getCreateId

public String getCreateId()
Description copied from interface: Meta
Name: Create Id The principal who created the thing being described with this meta information

Specified by:
getCreateId in interface Meta

getUpdateTime

public Date getUpdateTime()
Description copied from interface: Meta
Name: Update Time The date and time the thing being described with this meta information was last updated

Specified by:
getUpdateTime in interface Meta

getUpdateId

public String getUpdateId()
Description copied from interface: Meta
Name: Update Id The principal who last updated the thing being described with this meta information

Specified by:
getUpdateId in interface Meta


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.