ch.hsr.bieridee.config
Class NodeProperty.Beer

java.lang.Object
  extended by ch.hsr.bieridee.config.NodeProperty.Beer
Enclosing class:
NodeProperty

public static final class NodeProperty.Beer
extends java.lang.Object

Beer Node specific properties.


Field Summary
static java.lang.String AVERAGE_RATING
           
static java.lang.String BRAND
           
static java.lang.String IMAGE
           
static java.lang.String NAME
           
 
Constructor Summary
NodeProperty.Beer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

BRAND

public static final java.lang.String BRAND
See Also:
Constant Field Values

IMAGE

public static final java.lang.String IMAGE
See Also:
Constant Field Values

AVERAGE_RATING

public static final java.lang.String AVERAGE_RATING
See Also:
Constant Field Values
Constructor Detail

NodeProperty.Beer

public NodeProperty.Beer()