BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Attributes | List of all members
com.offsetnull.bt.timer.TimerData Class Reference
Inheritance diagram for com.offsetnull.bt.timer.TimerData:
Inheritance graph
[legend]
Collaboration diagram for com.offsetnull.bt.timer.TimerData:
Collaboration graph
[legend]

Public Member Functions

 TimerData ()
 
void reset ()
 
TimerData copy ()
 
boolean equals (Object o)
 
 TimerData (Parcel in)
 
void readFromParcel (Parcel in)
 
int describeContents ()
 
void writeToParcel (Parcel o, int flags)
 
void setName (String name)
 
String getName ()
 
void setOrdinal (Integer ordinal)
 
Integer getOrdinal ()
 
void setSeconds (Integer seconds)
 
Integer getSeconds ()
 
void setRepeat (boolean repeat)
 
boolean isRepeat ()
 
void setResponders (List< TriggerResponder > responders)
 
List< TriggerRespondergetResponders ()
 
void setPlaying (boolean playing)
 
boolean isPlaying ()
 
long getStartTime ()
 
void setStartTime (long startTime)
 
int getRemainingTime ()
 
void setRemainingTime (int remainingTime)
 

Static Public Attributes

static final
Parcelable.Creator< TimerData
CREATOR
 

Constructor & Destructor Documentation

com.offsetnull.bt.timer.TimerData.TimerData ( )

Here is the caller graph for this function:

com.offsetnull.bt.timer.TimerData.TimerData ( Parcel  in)

Here is the call graph for this function:

Member Function Documentation

TimerData com.offsetnull.bt.timer.TimerData.copy ( )

Here is the call graph for this function:

Here is the caller graph for this function:

int com.offsetnull.bt.timer.TimerData.describeContents ( )
boolean com.offsetnull.bt.timer.TimerData.equals ( Object  o)

Here is the call graph for this function:

String com.offsetnull.bt.timer.TimerData.getName ( )

Here is the caller graph for this function:

Integer com.offsetnull.bt.timer.TimerData.getOrdinal ( )

Here is the caller graph for this function:

int com.offsetnull.bt.timer.TimerData.getRemainingTime ( )

Here is the caller graph for this function:

List<TriggerResponder> com.offsetnull.bt.timer.TimerData.getResponders ( )

Here is the caller graph for this function:

Integer com.offsetnull.bt.timer.TimerData.getSeconds ( )

Here is the caller graph for this function:

long com.offsetnull.bt.timer.TimerData.getStartTime ( )
boolean com.offsetnull.bt.timer.TimerData.isPlaying ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.timer.TimerData.isRepeat ( )

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerData.readFromParcel ( Parcel  in)

Here is the call graph for this function:

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerData.reset ( )
void com.offsetnull.bt.timer.TimerData.setName ( String  name)

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerData.setOrdinal ( Integer  ordinal)

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerData.setPlaying ( boolean  playing)

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerData.setRemainingTime ( int  remainingTime)

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerData.setRepeat ( boolean  repeat)

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerData.setResponders ( List< TriggerResponder responders)

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerData.setSeconds ( Integer  seconds)

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerData.setStartTime ( long  startTime)

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerData.writeToParcel ( Parcel  o,
int  flags 
)

Member Data Documentation

final Parcelable.Creator<TimerData> com.offsetnull.bt.timer.TimerData.CREATOR
static
Initial value:
= new Parcelable.Creator<TimerData>() {
public TimerData createFromParcel(Parcel arg0) {
return new TimerData(arg0);
}
public TimerData[] newArray(int arg0) {
return new TimerData[arg0];
}
}

The documentation for this class was generated from the following file: