triploa
Class FeedBack
java.lang.Object
triploa.FeedBack
public class FeedBack
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FEEDBACK_TAG
public static final java.lang.String FEEDBACK_TAG
- See Also:
- Constant Field Values
ID_TAG
public static final java.lang.String ID_TAG
- See Also:
- Constant Field Values
GUIDATORE_TAG
public static final java.lang.String GUIDATORE_TAG
- See Also:
- Constant Field Values
PASSEGGERO_TAG
public static final java.lang.String PASSEGGERO_TAG
- See Also:
- Constant Field Values
create
public static FeedBack create(org.kxml2.io.KXmlParser p)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
- call for getting a new instance of this class from xml
- Parameters:
p
- Parser
- Returns:
- a new instance of FeedBack
- Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException
update
public void update(org.kxml2.io.KXmlParser p)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
- Update this object class from xml parser
- Parameters:
p
- Parser
- Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException
getTotale
public float getTotale()
setTotale
public void setTotale(float totale)
getGuidatore
public float getGuidatore()
setGuidatore
public void setGuidatore(float guidatore)
getPasseggero
public float getPasseggero()
setPasseggero
public void setPasseggero(float passeggero)