org.kuali.student.contract.model.test.source
Interface Version


public interface Version


Method Summary
 Date getCurrentVersionEnd()
          Get ????

Type: Date

The date and time when this version stopped being current.

 Date getCurrentVersionStart()
          Get ????

Type: Date

The date and time this version became current.

 Long getSequenceNumber()
          Get ????

Type: Long

The sequence number of the version

 String getVersionComment()
          Get ????

Type: String

Comments associated with the verison

 String getVersionedFromId()
          Get ????

Type: String

???

 String getVersionIndId()
          Get ????

Type: String

Version independent Id that remains the same across all versions

 

Method Detail

getVersionIndId

String getVersionIndId()
Get ????

Type: String

Version independent Id that remains the same across all versions


getSequenceNumber

Long getSequenceNumber()
Get ????

Type: Long

The sequence number of the version


getCurrentVersionStart

Date getCurrentVersionStart()
Get ????

Type: Date

The date and time this version became current.


getCurrentVersionEnd

Date getCurrentVersionEnd()
Get ????

Type: Date

The date and time when this version stopped being current.


getVersionComment

String getVersionComment()
Get ????

Type: String

Comments associated with the verison


getVersionedFromId

String getVersionedFromId()
Get ????

Type: String

???



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