de.starface.integration.uci.java.v30.types
Class FmcPhone

java.lang.Object
  extended by de.starface.integration.uci.java.v30.types.FmcPhone
All Implemented Interfaces:
Serializable

@RpcValueObject
public class FmcPhone
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FmcPhone()
           
 
Method Summary
 int getDelay()
           
 int getFmcId()
           
 String getNumber()
           
 List<FmcScheduleEntry> getSchedules()
           
 int getTelephoneId()
           
 boolean isActive()
           
 boolean isConfirm()
           
 void setActive(boolean active)
           
 void setConfirm(boolean confirm)
           
 void setDelay(int delay)
           
 void setFmcId(int fmcId)
           
 void setNumber(String number)
           
 void setSchedules(List<FmcScheduleEntry> schedules)
           
 void setTelephoneId(int telephoneId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FmcPhone

public FmcPhone()
Method Detail

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.