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 © 2006–2025 MyBatis.org. All rights reserved.