-
- All Implemented Interfaces:
-
android.os.Parcelable
public class AGpxFile extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private StringfileNameprivate StringrelativePathprivate longmodifiedTimeprivate longfileSizeprivate Stringcolorprivate AGpxFileDetailsdetailspublic final static Parcelable.Creator<AGpxFile>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetFileName()StringgetRelativePath()voidsetRelativePath(String relativePath)longgetModifiedTime()longgetFileSize()StringgetColor()AGpxFileDetailsgetDetails()booleanisActive()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AGpxFile
AGpxFile(String fileName, long modifiedTime, long fileSize, boolean active, String color, AGpxFileDetails details)
-
AGpxFile
AGpxFile(Parcel in)
-
-
Method Detail
-
getFileName
String getFileName()
-
getRelativePath
String getRelativePath()
-
setRelativePath
void setRelativePath(String relativePath)
-
getModifiedTime
long getModifiedTime()
-
getFileSize
long getFileSize()
-
getDetails
AGpxFileDetails getDetails()
-
isActive
boolean isActive()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-