Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

oracle.apps.fnd.applcp.srs.view.backing.output
Class FaxDestination

java.lang.Object
  extended by oracle.apps.fnd.applcp.srs.view.backing.output.FaxDestination
All Implemented Interfaces:
IOutputDestination, IFaxDestination

public class FaxDestination
extends java.lang.Object
implements IFaxDestination


Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.apps.fnd.applcp.srs.model.util.interfaces.IOutputDestination
IOutputDestination.DESTINATION_TYPE
 
Constructor Summary
FaxDestination()
           
FaxDestination(int id, java.util.List<javax.faces.model.SelectItem> a_serverNames)
           
 
Method Summary
 boolean equals(IOutputDestination destination)
           
 java.lang.String getFaxNumber()
           
 java.lang.String getFaxServerName()
           
 java.util.List<javax.faces.model.SelectItem> getFaxServerNames()
           
 java.lang.String getOutputFMG()
           
 IOutputDestination.DESTINATION_TYPE getType()
           
 java.lang.String getTypeAsString()
           
 int getUniqueId()
           
 void setFaxNumber(java.lang.String m_faxNumber)
           
 void setFaxServerName(java.lang.String m_faxServerName)
           
 void setOutputFMG(java.lang.String a_outputFMG)
           
 void setUniqueId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaxDestination

public FaxDestination()

FaxDestination

public FaxDestination(int id,
                      java.util.List<javax.faces.model.SelectItem> a_serverNames)
Method Detail

equals

public boolean equals(IOutputDestination destination)
Specified by:
equals in interface IOutputDestination

getType

public IOutputDestination.DESTINATION_TYPE getType()
Specified by:
getType in interface IOutputDestination

getTypeAsString

public java.lang.String getTypeAsString()
Specified by:
getTypeAsString in interface IOutputDestination

setFaxServerName

public void setFaxServerName(java.lang.String m_faxServerName)

getFaxServerName

public java.lang.String getFaxServerName()
Specified by:
getFaxServerName in interface IFaxDestination

setFaxNumber

public void setFaxNumber(java.lang.String m_faxNumber)

getFaxNumber

public java.lang.String getFaxNumber()
Specified by:
getFaxNumber in interface IFaxDestination

setUniqueId

public void setUniqueId(int id)
Specified by:
setUniqueId in interface IOutputDestination

getUniqueId

public int getUniqueId()
Specified by:
getUniqueId in interface IOutputDestination

getFaxServerNames

public java.util.List<javax.faces.model.SelectItem> getFaxServerNames()

setOutputFMG

public void setOutputFMG(java.lang.String a_outputFMG)
Specified by:
setOutputFMG in interface IOutputDestination

getOutputFMG

public java.lang.String getOutputFMG()
Specified by:
getOutputFMG in interface IOutputDestination

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.