public class Time extends Object implements Serializable
Constructor and Description |
---|
Time() |
Modifier and Type | Method and Description |
---|---|
void |
deleteHours() |
void |
deleteMinutes() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Integer |
getHours()
Returns the value of field 'hours'.
|
Integer |
getMinutes()
Returns the value of field 'minutes'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasHours()
Method hasHours.
|
boolean |
hasMinutes()
Method hasMinutes.
|
void |
setHours(Integer hours)
Sets the value of field 'hours'.
|
void |
setMinutes(Integer minutes)
Sets the value of field 'minutes'.
|
public void deleteHours()
public void deleteMinutes()
public boolean equals(Object obj)
public Integer getHours()
public Integer getMinutes()
public boolean hasHours()
public boolean hasMinutes()
public int hashCode()
public void setHours(Integer hours)
hours
- the value of field 'hours'.public void setMinutes(Integer minutes)
minutes
- the value of field 'minutes'.Copyright © 2017. All rights reserved.