Class CustomObject


public class CustomObject extends BusinessObject
This class provides some beans control methods related to custom objects such as publish and rating etc.
  • Constructor Details

    • CustomObject

      public CustomObject()
  • Method Details

    • getPublish

      public String getPublish()
      Returns the custom object publish value.
      Returns:
      publish String
    • setPublish

      public void setPublish(String publish)
      Sets the published value to the custom object as specified.
      Parameters:
      publish - String
    • getRating

      public double getRating()
      Returns the custom object rating value.
      Returns:
      rating double
    • setRating

      public void setRating(double rating)
      Sets the rating value to the custom object as specified.
      Parameters:
      rating - double
    • getDataValueScore

      public String getDataValueScore()
      Returns the custom object rating value.
      Returns:
      dataValueScore String
    • setDataValueScore

      public void setDataValueScore(String dataValueScore)
      Sets the rating value to the custom object as specified.
      Parameters:
      dataValueScore - String
    • toString

      public String toString()
      Overrides:
      toString in class BusinessObject