Package classes
Class Object_Venue.Object_DeliveryMethod
- java.lang.Object
-
- classes.Object_BaseObject
-
- classes.Object_Venue.Object_DeliveryMethod
-
- All Implemented Interfaces:
android.os.Parcelable
- Enclosing class:
- Object_Venue
public static class Object_Venue.Object_DeliveryMethod extends Object_BaseObject
Indicates that aObject_Venueprovides a specified delivery method (Object_Venue.Other_ShippingType).
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<Object_Venue.Object_DeliveryMethod>CREATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCountry()java.lang.StringgetShippingCostNote()java.lang.StringgetShippingSpeedNote()Object_Venue.Other_ShippingTypegetShippingType()java.lang.StringgetStateAbbreviation()java.lang.StringgetStateDisplayName()voidwriteToParcel(android.os.Parcel dest, int flags)-
Methods inherited from class classes.Object_BaseObject
describeContents, equals, filter, getId, hashCode, setId
-
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<Object_Venue.Object_DeliveryMethod> CREATOR
-
-
Method Detail
-
getShippingType
public Object_Venue.Other_ShippingType getShippingType()
-
getStateAbbreviation
public java.lang.String getStateAbbreviation()
-
getStateDisplayName
public java.lang.String getStateDisplayName()
-
getCountry
public java.lang.String getCountry()
-
getShippingCostNote
public java.lang.String getShippingCostNote()
-
getShippingSpeedNote
public java.lang.String getShippingSpeedNote()
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable- Overrides:
writeToParcelin classObject_BaseObject
-
-