public class

VDARTourPrior

extends VDARPrior
java.lang.Object
   ↳ com.vidinoti.android.vdarsdk.VDARPrior
     ↳ com.vidinoti.android.vdarsdk.VDARTourPrior

Class Overview

Represent a tour prior. Models belonging to a tour will be downloaded within a sync request.

Summary

Public Constructors
VDARTourPrior()
Construct a new prior with an invalid tour ID.
VDARTourPrior(long tourID)
Construct a new prior with the given tour ID
Public Methods
boolean equals(Object o)
long getTourID()
Returns the tour ID
int hashCode()
void setTourID(long tourID)
Sets the tour ID
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VDARTourPrior ()

Construct a new prior with an invalid tour ID. You must set a valid tour ID before using this prior.

public VDARTourPrior (long tourID)

Construct a new prior with the given tour ID

Parameters
tourID The tour ID

Public Methods

public boolean equals (Object o)

Since: API Level

public long getTourID ()

Returns the tour ID

Returns
  • the tour ID

public int hashCode ()

Since: API Level

public void setTourID (long tourID)

Sets the tour ID

Parameters
tourID tour ID

public String toString ()

Since: API Level