Class EditorTransfer

java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EditorTransfer
All Implemented Interfaces:
Serializable

public class EditorTransfer extends BaseTransfer
See Also:
  • Constructor Details

  • Method Details

    • getEditorName

      Returns the editorName.
      Returns:
      the editorName
    • setEditorName

      public void setEditorName(String editorName)
      Sets the editorName.
      Parameters:
      editorName - the editorName to set
    • getHasDimensions

      Returns the hasDimensions.
      Returns:
      the hasDimensions
    • setHasDimensions

      public void setHasDimensions(Boolean hasDimensions)
      Sets the hasDimensions.
      Parameters:
      hasDimensions - the hasDimensions to set
    • getMinimumHeight

      Returns the minimumHeight.
      Returns:
      the minimumHeight
    • setMinimumHeight

      public void setMinimumHeight(Integer minimumHeight)
      Sets the minimumHeight.
      Parameters:
      minimumHeight - the minimumHeight to set
    • getMinimumWidth

      Returns the minimumWidth.
      Returns:
      the minimumWidth
    • setMinimumWidth

      public void setMinimumWidth(Integer minimumWidth)
      Sets the minimumWidth.
      Parameters:
      minimumWidth - the minimumWidth to set
    • getMaximumHeight

      Returns the maximumHeight.
      Returns:
      the maximumHeight
    • setMaximumHeight

      public void setMaximumHeight(Integer maximumHeight)
      Sets the maximumHeight.
      Parameters:
      maximumHeight - the maximumHeight to set
    • getMaximumWidth

      Returns the maximumWidth.
      Returns:
      the maximumWidth
    • setMaximumWidth

      public void setMaximumWidth(Integer maximumWidth)
      Sets the maximumWidth.
      Parameters:
      maximumWidth - the maximumWidth to set
    • getDefaultHeight

      Returns the defaultHeight.
      Returns:
      the defaultHeight
    • setDefaultHeight

      public void setDefaultHeight(Integer defaultHeight)
      Sets the defaultHeight.
      Parameters:
      defaultHeight - the defaultHeight to set
    • getDefaultWidth

      Returns the defaultWidth.
      Returns:
      the defaultWidth
    • setDefaultWidth

      public void setDefaultWidth(Integer defaultWidth)
      Sets the defaultWidth.
      Parameters:
      defaultWidth - the defaultWidth to set
    • getIsDefault

      Returns the isDefault.
      Returns:
      the isDefault
    • setIsDefault

      public void setIsDefault(Boolean isDefault)
      Sets the isDefault.
      Parameters:
      isDefault - the isDefault to set
    • getSortOrder

      Returns the sortOrder.
      Returns:
      the sortOrder
    • setSortOrder

      public void setSortOrder(Integer sortOrder)
      Sets the sortOrder.
      Parameters:
      sortOrder - the sortOrder to set
    • getDescription

      Returns the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the description to set