org.fm.addressbook.businessobject
Class Communication
java.lang.Object
org.fm.addressbook.businessobject.BaseRecord
org.fm.addressbook.businessobject.Communication
- All Implemented Interfaces:
- java.io.Serializable
public class Communication
- extends BaseRecord
JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/
Licensed under the terms of any of the following licenses at your choice: -
GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html -
GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html
Communication is a business object class which defines all the properties of
communicatons in JContact. Communications may be phone, email, messages etc.
- Author:
- Tennyson Varghese
Aneesh S
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.Object other)
|
java.lang.String |
getType()
|
java.lang.String |
getValue()
|
void |
setType(java.lang.String type)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Communication
public Communication()
Communication
public Communication(java.lang.String type)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object