public class MyTime extends Object
Constructor and Description |
---|
MyTime() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object arg0) |
int |
getHours() |
int |
getMinutes() |
int |
getSeconds() |
int |
hashCode() |
void |
setHours(int hours) |
void |
setMinutes(int minutes) |
void |
setSeconds(int seconds) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.