org.kuali.student.contract.model.test.source
Class MetaInfo
java.lang.Object
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
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
versionInd
private final String versionInd
createTime
private final Date createTime
createId
private final String createId
updateTime
private final Date updateTime
updateId
private final String updateId
_futureElements
private final List<Element> _futureElements
MetaInfo
private MetaInfo()
MetaInfo
private MetaInfo(Meta builder)
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 © 2007-2012 The Kuali Foundation. All Rights Reserved.