org.qi4j.migration.operation
Class RenameProperty

java.lang.Object
  extended by org.qi4j.migration.operation.RenameProperty
All Implemented Interfaces:
EntityMigrationOperation

public class RenameProperty
extends Object
implements EntityMigrationOperation

Rename a property


Constructor Summary
RenameProperty(String fromProperty, String toProperty)
           
 
Method Summary
 boolean downgrade(JSONObject state, StateStore stateStore, Migrator migrator)
           
 String toString()
           
 boolean upgrade(JSONObject state, StateStore stateStore, Migrator migrator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenameProperty

public RenameProperty(String fromProperty,
                      String toProperty)
Method Detail

upgrade

public boolean upgrade(JSONObject state,
                       StateStore stateStore,
                       Migrator migrator)
                throws JSONException
Specified by:
upgrade in interface EntityMigrationOperation
Throws:
JSONException

downgrade

public boolean downgrade(JSONObject state,
                         StateStore stateStore,
                         Migrator migrator)
                  throws JSONException
Specified by:
downgrade in interface EntityMigrationOperation
Throws:
JSONException

toString

public String toString()
Overrides:
toString in class Object