context.apps.Tour
Class DemoInterest
java.lang.Object
|
+--context.apps.Tour.DemoInterest
- public class DemoInterest
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DEMO_NAME
public static final java.lang.String DEMO_NAME
INTEREST_LEVEL
public static final java.lang.String INTEREST_LEVEL
DEMO_INTEREST
public static final java.lang.String DEMO_INTEREST
DemoInterest
public DemoInterest(java.lang.String demo,
java.lang.String interest)
- Basic constructor that creates a DemoInterest object.
DemoInterest
public DemoInterest(AttributeNameValues atts)
getInterest
public java.lang.String getInterest()
getDemo
public java.lang.String getDemo()
setInterest
public void setInterest(java.lang.String interest)
setDemo
public void setDemo(java.lang.String demo)
toAttributeNameValues
public AttributeNameValues toAttributeNameValues()