public class TimeValue extends Object
Constructor and Description |
---|
TimeValue(String hours,
String minutes,
String seconds) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getHours() |
String |
getMinutes() |
String |
getSeconds() |
String |
getSecondsFraction() |
int |
hashCode() |
boolean |
hasSecondsFraction() |
void |
setSecondsFraction(String secondsFraction) |
String |
toString() |
public String getHours()
public String getMinutes()
public String getSeconds()
public boolean hasSecondsFraction()
public void setSecondsFraction(String secondsFraction)
public String getSecondsFraction()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.