BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
Model used to hold api entries. More...
Public Member Functions | |
SavedApi (File file, String fileName, long date, String fullPath) | |
String | getName () |
String | getDate () |
String | getAuthor () |
File | getFile () |
Private Member Functions | |
String | formatDate (long time) |
Private Attributes | |
final File | file |
final String | date |
String | name |
String | author |
Model used to hold api entries.
Created by anupam on 29/2/16.
org.buildmlearn.toolkit.model.SavedApi.SavedApi | ( | File | file, |
String | fileName, | ||
long | date, | ||
String | fullPath | ||
) |
|
private |
String org.buildmlearn.toolkit.model.SavedApi.getAuthor | ( | ) |
String org.buildmlearn.toolkit.model.SavedApi.getDate | ( | ) |
File org.buildmlearn.toolkit.model.SavedApi.getFile | ( | ) |
String org.buildmlearn.toolkit.model.SavedApi.getName | ( | ) |
|
private |
|
private |
|
private |
|
private |