org.riverock.dbrevision.manager
Class RevisionBean

java.lang.Object
  extended by org.riverock.dbrevision.manager.RevisionBean

public class RevisionBean
extends Object

User: SergeMaslyukov Date: 29.07.2007 Time: 13:11:08


Constructor Summary
RevisionBean()
           
 
Method Summary
 String getCurrentVerson()
           
 String getLastPatch()
           
 String getModuleName()
           
 void setCurrentVerson(String currentVerson)
           
 void setLastPatch(String lastPatch)
           
 void setModuleName(String moduleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevisionBean

public RevisionBean()
Method Detail

getModuleName

public String getModuleName()

setModuleName

public void setModuleName(String moduleName)

getCurrentVerson

public String getCurrentVerson()

setCurrentVerson

public void setCurrentVerson(String currentVerson)

getLastPatch

public String getLastPatch()

setLastPatch

public void setLastPatch(String lastPatch)


Copyright © 2008 Riverock community. All Rights Reserved.