com.dbdeploy.scripts
Class ChangeScript

java.lang.Object
  extended by com.dbdeploy.scripts.ChangeScript
All Implemented Interfaces:
Comparable

public class ChangeScript
extends Object
implements Comparable


Constructor Summary
ChangeScript(long id)
           
ChangeScript(long id, File file, String encoding)
           
ChangeScript(long id, String description)
           
 
Method Summary
 int compareTo(Object o)
           
 String getContent()
           
 String getDescription()
           
 File getFile()
           
 long getId()
           
 String getUndoContent()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangeScript

public ChangeScript(long id)

ChangeScript

public ChangeScript(long id,
                    String description)

ChangeScript

public ChangeScript(long id,
                    File file,
                    String encoding)
Method Detail

getFile

public File getFile()

getId

public long getId()

getDescription

public String getDescription()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

toString

public String toString()
Overrides:
toString in class Object

getContent

public String getContent()

getUndoContent

public String getUndoContent()


Copyright © 2011. All Rights Reserved.