org.kuali.student.core.entity
Class Version

java.lang.Object
  extended by org.kuali.student.core.entity.Version

public class Version
extends Object


Field Summary
private  Date currentVersionEnd
           
private  Date currentVersionStart
           
private  Long sequenceNumber
           
private  String versionComment
           
private  String versionedFromId
           
private  String versionIndId
           
 
Constructor Summary
Version()
           
 
Method Summary
 Date getCurrentVersionEnd()
           
 Date getCurrentVersionStart()
           
 Long getSequenceNumber()
           
 String getVersionComment()
           
 String getVersionedFromId()
           
 String getVersionIndId()
           
 void setCurrentVersionEnd(Date currentVersionEnd)
           
 void setCurrentVersionStart(Date currentVersionStart)
           
 void setSequenceNumber(Long sequenceNumber)
           
 void setVersionComment(String versionComment)
           
 void setVersionedFromId(String versionedFromId)
           
 void setVersionIndId(String versionIndId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionIndId

private String versionIndId

sequenceNumber

private Long sequenceNumber

currentVersionStart

private Date currentVersionStart

currentVersionEnd

private Date currentVersionEnd

versionedFromId

private String versionedFromId

versionComment

private String versionComment
Constructor Detail

Version

public Version()
Method Detail

getCurrentVersionStart

public Date getCurrentVersionStart()

setCurrentVersionStart

public void setCurrentVersionStart(Date currentVersionStart)

getCurrentVersionEnd

public Date getCurrentVersionEnd()

setCurrentVersionEnd

public void setCurrentVersionEnd(Date currentVersionEnd)

getVersionIndId

public String getVersionIndId()

setVersionIndId

public void setVersionIndId(String versionIndId)

getSequenceNumber

public Long getSequenceNumber()

setSequenceNumber

public void setSequenceNumber(Long sequenceNumber)

getVersionComment

public String getVersionComment()

setVersionComment

public void setVersionComment(String versionComment)

getVersionedFromId

public String getVersionedFromId()

setVersionedFromId

public void setVersionedFromId(String versionedFromId)


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