|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.garmin.fit.Mesg
com.garmin.fit.TrainingFileMesg
public class TrainingFileMesg
Field Summary | |
---|---|
static int |
ManufacturerFieldNum
|
static int |
ProductFieldNum
|
static int |
SerialNumberFieldNum
|
static int |
TimeCreatedFieldNum
|
static int |
TimestampFieldNum
|
protected static Mesg |
trainingFileMesg
|
static int |
TypeFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
TrainingFileMesg()
|
|
TrainingFileMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.Integer |
getGarminProduct()
Get garmin_product field |
java.lang.Integer |
getManufacturer()
Get manufacturer field |
java.lang.Integer |
getProduct()
Get product field |
java.lang.Long |
getSerialNumber()
Get serial_number field |
DateTime |
getTimeCreated()
Get time_created field |
DateTime |
getTimestamp()
Get timestamp field |
File |
getType()
Get type field |
void |
setGarminProduct(java.lang.Integer garminProduct)
Set garmin_product field |
void |
setManufacturer(java.lang.Integer manufacturer)
Set manufacturer field |
void |
setProduct(java.lang.Integer product)
Set product field |
void |
setSerialNumber(java.lang.Long serialNumber)
Set serial_number field |
void |
setTimeCreated(DateTime timeCreated)
Set time_created field |
void |
setTimestamp(DateTime timestamp)
Set timestamp field |
void |
setType(File type)
Set type field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TimestampFieldNum
public static final int TypeFieldNum
public static final int ManufacturerFieldNum
public static final int ProductFieldNum
public static final int SerialNumberFieldNum
public static final int TimeCreatedFieldNum
protected static final Mesg trainingFileMesg
Constructor Detail |
---|
public TrainingFileMesg()
public TrainingFileMesg(Mesg mesg)
Method Detail |
---|
public DateTime getTimestamp()
public void setTimestamp(DateTime timestamp)
timestamp
- public File getType()
public void setType(File type)
type
- public java.lang.Integer getManufacturer()
public void setManufacturer(java.lang.Integer manufacturer)
manufacturer
- public java.lang.Integer getProduct()
public void setProduct(java.lang.Integer product)
product
- public java.lang.Integer getGarminProduct()
public void setGarminProduct(java.lang.Integer garminProduct)
garminProduct
- public java.lang.Long getSerialNumber()
public void setSerialNumber(java.lang.Long serialNumber)
serialNumber
- public DateTime getTimeCreated()
public void setTimeCreated(DateTime timeCreated)
timeCreated
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |