|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.common.dto.MetaInfo
public class MetaInfo
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.
Field Summary | |
---|---|
private String |
createId
|
private Date |
createTime
|
private static long |
serialVersionUID
|
private String |
updateId
|
private Date |
updateTime
|
private String |
versionInd
|
Constructor Summary | |
---|---|
MetaInfo()
|
Method Summary | |
---|---|
String |
getCreateId()
The principal who created the thing being described with this meta information |
Date |
getCreateTime()
The date and time the thing being described with this meta information was last updated |
String |
getUpdateId()
The principal who last updated the thing being described with this meta information |
Date |
getUpdateTime()
The date and time the thing being described with this meta information was last updated |
String |
getVersionInd()
An indicator of the version of the thing being described with this meta information. |
void |
setCreateId(String createId)
|
void |
setCreateTime(Date createTime)
|
void |
setUpdateId(String updateId)
|
void |
setUpdateTime(Date updateTime)
|
void |
setVersionInd(String versionInd)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String versionInd
private Date createTime
private String createId
private Date updateTime
private String updateId
Constructor Detail |
---|
public MetaInfo()
Method Detail |
---|
public String getVersionInd()
public void setVersionInd(String versionInd)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public String getCreateId()
public void setCreateId(String createId)
public Date getUpdateTime()
public void setUpdateTime(Date updateTime)
public String getUpdateId()
public void setUpdateId(String updateId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |