i3mclient.communication
Class EMailAccountData

java.lang.Object
  |
  +--i3mclient.communication.EMailAccountData
All Implemented Interfaces:
Serializable

public class EMailAccountData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EMailAccountData()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCaption()
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 String getLastMail()
           
 String getPassword()
           
 int getPort()
           
 String getProtocol()
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 String getServer()
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUser()
           
 int hashCode()
           
 boolean isEMailNotification()
           
 void setCaption(String caption)
           
 void setEMailNotification(boolean eMailNotification)
           
 void setLastMail(String lastMail)
           
 void setPassword(String password)
           
 void setPort(int port)
           
 void setProtocol(String protocol)
           
 void setServer(String server)
           
 void setUser(String user)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMailAccountData

public EMailAccountData()
Method Detail

getCaption

public String getCaption()

setCaption

public void setCaption(String caption)

getProtocol

public String getProtocol()

setProtocol

public void setProtocol(String protocol)

getServer

public String getServer()

setServer

public void setServer(String server)

getPort

public int getPort()

setPort

public void setPort(int port)

getUser

public String getUser()

setUser

public void setUser(String user)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

isEMailNotification

public boolean isEMailNotification()

setEMailNotification

public void setEMailNotification(boolean eMailNotification)

getLastMail

public String getLastMail()

setLastMail

public void setLastMail(String lastMail)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer