public static class MetaInfo.Builder extends Object implements ModelBuilder<MetaInfo>, Meta
| Constructor and Description |
|---|
MetaInfo.Builder() |
MetaInfo.Builder(Meta metaInfo) |
| Modifier and Type | Method and Description |
|---|---|
MetaInfo |
build() |
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.
|
void |
setCreateId(String createId) |
void |
setCreateTime(Date createTime) |
void |
setUpdateId(String updateId) |
void |
setUpdateTime(Date updateTime) |
void |
setVersionInd(String versionInd) |
public MetaInfo.Builder()
public MetaInfo.Builder(Meta metaInfo)
public MetaInfo build()
build in interface ModelBuilder<MetaInfo>public String getVersionInd()
MetagetVersionInd in interface Metapublic Date getCreateTime()
MetagetCreateTime in interface Metapublic String getCreateId()
MetagetCreateId in interface Metapublic Date getUpdateTime()
MetagetUpdateTime in interface Metapublic String getUpdateId()
MetagetUpdateId in interface Metapublic void setVersionInd(String versionInd)
public void setCreateTime(Date createTime)
public void setCreateId(String createId)
public void setUpdateTime(Date updateTime)
public void setUpdateId(String updateId)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.