public class MetaInfo extends Object implements Meta, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
MetaInfo.Builder |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getVersionInd()
Meta
getVersionInd
in interface Meta
public Date getCreateTime()
Meta
getCreateTime
in interface Meta
public String getCreateId()
Meta
getCreateId
in interface Meta
public Date getUpdateTime()
Meta
getUpdateTime
in interface Meta
public String getUpdateId()
Meta
getUpdateId
in interface Meta
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.