Class EntityLongRangeTransfer

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

See Also:
  • Constructor Details

  • Method Details

    • getEntityAttribute

      Returns the entityAttribute.
      Returns:
      the entityAttribute
    • setEntityAttribute

      public void setEntityAttribute(EntityAttributeTransfer entityAttribute)
      Sets the entityAttribute.
      Parameters:
      entityAttribute - the entityAttribute to set
    • getEntityLongRangeName

      Returns the entityLongRangeName.
      Returns:
      the entityLongRangeName
    • setEntityLongRangeName

      public void setEntityLongRangeName(String entityLongRangeName)
      Sets the entityLongRangeName.
      Parameters:
      entityLongRangeName - the entityLongRangeName to set
    • getMinimumLongValue

      Returns the minimumLongValue.
      Returns:
      the minimumLongValue
    • setMinimumLongValue

      public void setMinimumLongValue(Long minimumLongValue)
      Sets the minimumLongValue.
      Parameters:
      minimumLongValue - the minimumLongValue to set
    • getMaximumLongValue

      Returns the maximumLongValue.
      Returns:
      the maximumLongValue
    • setMaximumLongValue

      public void setMaximumLongValue(Long maximumLongValue)
      Sets the maximumLongValue.
      Parameters:
      maximumLongValue - the maximumLongValue 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