triploa
Class Locazione
java.lang.Object
triploa.Locazione
public class Locazione
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCATION_TAG
public static final java.lang.String LOCATION_TAG
- See Also:
- Constant Field Values
LAT_TAG
public static final java.lang.String LAT_TAG
- See Also:
- Constant Field Values
LONG_TAG
public static final java.lang.String LONG_TAG
- See Also:
- Constant Field Values
ADDRESS_TAG
public static final java.lang.String ADDRESS_TAG
- See Also:
- Constant Field Values
DESCRIPTION_TAG
public static final java.lang.String DESCRIPTION_TAG
- See Also:
- Constant Field Values
GETTING_IN_TAG
public static final java.lang.String GETTING_IN_TAG
- See Also:
- Constant Field Values
GETTING_OFF_TAG
public static final java.lang.String GETTING_OFF_TAG
- See Also:
- Constant Field Values
create
public static Locazione 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
getLat
public float getLat()
setLat
public void setLat(float lat)
getLng
public float getLng()
setLng
public void setLng(float lng)
getAddress
public java.lang.String getAddress()
setAddress
public void setAddress(java.lang.String address)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getGettingInUser
public java.lang.String getGettingInUser()
setGettingInUser
public void setGettingInUser(java.lang.String gettingInUser)
getGettingOffUsers
public java.lang.String getGettingOffUsers()
setGettingOffUsers
public void setGettingOffUsers(java.lang.String gettingOffUsers)