ch.tatool.core.data
Class Misc

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

public class Misc
extends Object

Helper Class with getter and setter methods for general miscellaneous properties.

Author:
Michael Ruflin

Field Summary
static String PROPERTY_DESCRIPTION
          Property name used to set a description value.
static String PROPERTY_OUTCOME
           
 
Constructor Summary
Misc()
           
 
Method Summary
static StringProperty getDescriptionProperty()
          Gets the descriptionProperty as a StringProperty.
static StringProperty getOutcomeProperty()
           
static void setDescriptionProperty(StringProperty descriptionProperty)
          Sets the descriptionProperty as a StringProperty
static void setOutcomeProperty(StringProperty outcomeProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Misc

public Misc()
Method Detail

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.