java.lang.Object | |
↳ | com.sap.cloud.mobile.fiori.formcell.Duration |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final Creator<Duration> | CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Duration(int hour, int minute) | |||||||||||
Duration(int hour, int minute, String durationTextFormat) |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Duration(Parcel in) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | describeContents() | ||||||||||
boolean | equals(Object obj) | ||||||||||
String | getDurationTextFormat() | ||||||||||
int |
getHour()
Get the hour of the TimePickerTime model
| ||||||||||
int |
getMinute()
Get the minute of the TimePickerTime model
| ||||||||||
int | hashCode() | ||||||||||
void | setDurationTextFormat(String durationTextFormat) | ||||||||||
void |
setHour(int hour)
Set the hour of the TimePickerTime model
| ||||||||||
void |
setMinute(int minute)
Set the minute of the TimePickerTime model
| ||||||||||
String | toString() | ||||||||||
void | writeToParcel(Parcel dest, int flags) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Get the hour of the TimePickerTime model
Get the minute of the TimePickerTime model
Set the hour of the TimePickerTime model
hour | hour |
---|
Set the minute of the TimePickerTime model
minute | int |
---|