org.kuali.student.r1.common.entity
Class Version

java.lang.Object
  extended by org.kuali.student.r1.common.entity.Version

Deprecated.

@Deprecated
@Embeddable
public class Version
extends Object


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

Constructor Detail

Version

public Version()
Deprecated. 
Method Detail

getCurrentVersionStart

public Date getCurrentVersionStart()
Deprecated. 

setCurrentVersionStart

public void setCurrentVersionStart(Date currentVersionStart)
Deprecated. 

getCurrentVersionEnd

public Date getCurrentVersionEnd()
Deprecated. 

setCurrentVersionEnd

public void setCurrentVersionEnd(Date currentVersionEnd)
Deprecated. 

getVersionIndId

public String getVersionIndId()
Deprecated. 

setVersionIndId

public void setVersionIndId(String versionIndId)
Deprecated. 

getSequenceNumber

public Long getSequenceNumber()
Deprecated. 

setSequenceNumber

public void setSequenceNumber(Long sequenceNumber)
Deprecated. 

getVersionComment

public String getVersionComment()
Deprecated. 

setVersionComment

public void setVersionComment(String versionComment)
Deprecated. 

getVersionedFromId

public String getVersionedFromId()
Deprecated. 

setVersionedFromId

public void setVersionedFromId(String versionedFromId)
Deprecated. 


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