com.liferay.portal.upgrade.v4_3_0.util
Class ImageTypeUpgradeColumnImpl

java.lang.Object
  extended by com.liferay.portal.kernel.upgrade.util.BaseUpgradeColumnImpl
      extended by com.liferay.portal.upgrade.v4_3_0.util.ImageTypeUpgradeColumnImpl
All Implemented Interfaces:
com.liferay.portal.kernel.upgrade.util.UpgradeColumn

public class ImageTypeUpgradeColumnImpl
extends com.liferay.portal.kernel.upgrade.util.BaseUpgradeColumnImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ImageTypeUpgradeColumnImpl(ImageTextUpgradeColumnImpl textColumn)
           
 
Method Summary
 java.lang.Object getNewValue(java.lang.Object oldValue)
           
 
Methods inherited from class com.liferay.portal.kernel.upgrade.util.BaseUpgradeColumnImpl
getName, getNewColumnType, getNewValue, getOldColumnType, getOldValue, increment, isApplicable, setNewValue, setOldValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageTypeUpgradeColumnImpl

public ImageTypeUpgradeColumnImpl(ImageTextUpgradeColumnImpl textColumn)
Method Detail

getNewValue

public java.lang.Object getNewValue(java.lang.Object oldValue)
                             throws java.lang.Exception
Throws:
java.lang.Exception