de.starface.integration.uci.java.v30.types
Class FmcPhone
java.lang.Object
de.starface.integration.uci.java.v30.types.FmcPhone
- All Implemented Interfaces:
- Serializable
@RpcValueObject
public class FmcPhone
- 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 |
FmcPhone
public FmcPhone()
getNumber
public String getNumber()
- Returns:
- Returns the number of the fmc-device
setNumber
public void setNumber(String number)
- Parameters:
number - The number in numerical-only format!
getDelay
public int getDelay()
- Returns:
- Returns the delay in seconds
setDelay
public void setDelay(int delay)
- Parameters:
delay - The delay in seconds to set.
isActive
public boolean isActive()
- Returns:
- Returns true if the fmc setting is active.
setActive
public void setActive(boolean active)
- Parameters:
active - Set to true if the fmc setting shall be active
isConfirm
public boolean isConfirm()
- Returns:
- Returns if the system asks for pressing a key to confirm that the call-picker is not
a cell-phone mailbox
setConfirm
public void setConfirm(boolean confirm)
- Parameters:
confirm - The set to true if the call-picker needs to confirm not being a mailbox by pressing a
key.
getFmcId
public int getFmcId()
- Returns:
- Returns the fmcId. Required for saving. Set to -1 for new settings.
setFmcId
public void setFmcId(int fmcId)
- Parameters:
fmcId - The fmcId to set. Required for saving. Set to -1 for new settings.
getTelephoneId
public int getTelephoneId()
- Returns:
- Returns the telephoneId. Required for saving. Set to -1 for new settings.
setTelephoneId
public void setTelephoneId(int telephoneId)
- Parameters:
telephoneId - The telephoneId to set. Required for saving. Set to -1 for new settings.
getSchedules
public List<FmcScheduleEntry> getSchedules()
- Returns:
- Returns the schedules.
setSchedules
public void setSchedules(List<FmcScheduleEntry> schedules)
- Parameters:
schedules - The schedules to set.
Copyright © 2012 STARFACE GmbH. All rights reserved.