org.kuali.student.common.dto
Class MetaInfo

java.lang.Object
  extended by org.kuali.student.common.dto.MetaInfo
All Implemented Interfaces:
Serializable

public class MetaInfo
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

versionInd

private String versionInd

createTime

private Date createTime

createId

private String createId

updateTime

private Date updateTime

updateId

private String updateId
Constructor Detail

MetaInfo

public MetaInfo()
Method Detail

getVersionInd

public String getVersionInd()
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.


setVersionInd

public void setVersionInd(String versionInd)

getCreateTime

public Date getCreateTime()
The date and time the thing being described with this meta information was last updated


setCreateTime

public void setCreateTime(Date createTime)

getCreateId

public String getCreateId()
The principal who created the thing being described with this meta information


setCreateId

public void setCreateId(String createId)

getUpdateTime

public Date getUpdateTime()
The date and time the thing being described with this meta information was last updated


setUpdateTime

public void setUpdateTime(Date updateTime)

getUpdateId

public String getUpdateId()
The principal who last updated the thing being described with this meta information


setUpdateId

public void setUpdateId(String updateId)


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