de.starface.integration.uci.java.v30.types
Class FmcScheduleEntry
java.lang.Object
de.starface.integration.uci.java.v30.types.FmcScheduleEntry
- All Implemented Interfaces:
- Serializable
@RpcValueObject
public class FmcScheduleEntry
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FmcScheduleEntry
public FmcScheduleEntry()
isMonday
public boolean isMonday()
- Returns:
- the monday
setMonday
public void setMonday(boolean monday)
- Parameters:
monday - the monday to set
isTuesday
public boolean isTuesday()
- Returns:
- the tuesday
setTuesday
public void setTuesday(boolean tuesday)
- Parameters:
tuesday - the tuesday to set
isWednesday
public boolean isWednesday()
- Returns:
- the wednesday
setWednesday
public void setWednesday(boolean wednesday)
- Parameters:
wednesday - the wednesday to set
isThursday
public boolean isThursday()
- Returns:
- the thursday
setThursday
public void setThursday(boolean thursday)
- Parameters:
thursday - the thursday to set
isFriday
public boolean isFriday()
- Returns:
- the friday
setFriday
public void setFriday(boolean friday)
- Parameters:
friday - the friday to set
isSaturday
public boolean isSaturday()
- Returns:
- the saturday
setSaturday
public void setSaturday(boolean saturday)
- Parameters:
saturday - the saturday to set
isSunday
public boolean isSunday()
- Returns:
- the sunday
setSunday
public void setSunday(boolean sunday)
- Parameters:
sunday - the sunday to set
getTimeBegin
public String getTimeBegin()
- Returns:
- the timeBegin in the following format: 08:15 or 23:55
setTimeBegin
public void setTimeBegin(String timeBegin)
- Parameters:
timeBegin - the timeBegin to set in the following format: 08:15 or 23:55
getTimeEnd
public String getTimeEnd()
- Returns:
- the timeEnd in the following format: 08:15 or 23:55
setTimeEnd
public void setTimeEnd(String timeEnd)
- Parameters:
timeEnd - the timeEnd to set in the following format: 08:15 or 23:55
Copyright © 2012 STARFACE GmbH. All rights reserved.