ch.tatool.core.data
Class Rating

java.lang.Object
  extended by ch.tatool.core.data.Rating

public class Rating
extends Object

Helper Class with getter and setter methods for properties concerning ratings.

Author:
Andre Locher

Field Summary
static String PROPERTY_RATING_VALUE
          Property name used to set a ratings value.
 
Constructor Summary
Rating()
           
 
Method Summary
static IntegerProperty getRatingValueProperty()
           
static void setRatingValueProperty(IntegerProperty ratingValueProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_RATING_VALUE

public static final String PROPERTY_RATING_VALUE
Property name used to set a ratings value.

See Also:
Constant Field Values
Constructor Detail

Rating

public Rating()
Method Detail

getRatingValueProperty

public static IntegerProperty getRatingValueProperty()

setRatingValueProperty

public static void setRatingValueProperty(IntegerProperty ratingValueProperty)


Copyright © 2012. All Rights Reserved.