public class Time extends Object implements Serializable
Constructor and Description |
---|
Time() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getBegins()
Returns the value of field 'begins'.
|
String |
getDay()
Returns the value of field 'day'.
|
String |
getEnds()
Returns the value of field 'ends'.
|
String |
getId()
Returns the value of field 'id'.
|
int |
hashCode()
Method hashCode.
|
void |
setBegins(String begins)
Sets the value of field 'begins'.
|
void |
setDay(String day)
Sets the value of field 'day'.
|
void |
setEnds(String ends)
Sets the value of field 'ends'.
|
void |
setId(String id)
Sets the value of field 'id'.
|
public boolean equals(Object obj)
public String getBegins()
public String getDay()
public String getEnds()
public String getId()
public int hashCode()
public void setBegins(String begins)
begins
- the value of field 'begins'.public void setDay(String day)
day
- the value of field 'day'.public void setEnds(String ends)
ends
- the value of field 'ends'.public void setId(String id)
id
- the value of field 'id'.Copyright © 2017. All rights reserved.