ch.tatool.core.data
Class Misc
java.lang.Object
ch.tatool.core.data.Misc
public class Misc
- extends Object
Helper Class with getter and setter methods for general miscellaneous properties.
- Author:
- Michael Ruflin
|
Constructor Summary |
Misc()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
- Property name used to set a description value.
- See Also:
- Constant Field Values
PROPERTY_OUTCOME
public static final String PROPERTY_OUTCOME
- See Also:
- Constant Field Values
Misc
public Misc()
getOutcomeProperty
public static StringProperty getOutcomeProperty()
setOutcomeProperty
public static void setOutcomeProperty(StringProperty outcomeProperty)
getDescriptionProperty
public static StringProperty getDescriptionProperty()
- Gets the descriptionProperty as a StringProperty.
- Returns:
- descriptionProperty
setDescriptionProperty
public static void setDescriptionProperty(StringProperty descriptionProperty)
- Sets the descriptionProperty as a StringProperty
- Parameters:
descriptionProperty - the StringProperty that will be set
Copyright © 2012. All Rights Reserved.