Java Doc for ContactModel.java in » Mail-Clients » columba-1.4 » org » columba » addressbook » model » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Mail Clients
»
columba 1.4
»
org.columba.addressbook.model
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.columba.addressbook.model
.ContactModel
ContactModel
public
class ContactModel implements
IContactModel
(Code)
Contact model POJO.
author:
fdietz
Constructor Summary
public
ContactModel
(
IContactItem
contactItem)
public
ContactModel
()
public
ContactModel
(
String
id)
Method Summary
public
void
addAddress
(
AddressModel
model)
public
void
addEmail
(
IEmailModel
emailAddress)
public
void
addInstantMessaging
(
InstantMessagingModel
instantMessagingModel)
public
void
addPhone
(
PhoneModel
phoneModel)
public
String
getAdditionalNames
()
public
Iterator
getAddressIterator
()
public
Date
getBirthday
()
public
String
getCalendar
()
public
String
getCategory
()
public
String
getDepartment
()
public
Iterator
getEmailIterator
()
public
String
getFamilyName
()
public
String
getFormattedName
()
public
String
getFreeBusy
()
public
String
getFullName
()
public
String
getGivenName
()
public
String
getHomePage
()
public
String
getId
()
public
Iterator
getInstantMessagingIterator
()
public
String
getManager
()
public
String
getNamePrefix
()
public
String
getNameSuffix
()
public
String
getNickName
()
public
String
getNote
()
public
String
getOffice
()
public
String
getOrganisation
()
public
Iterator
getPhoneIterator
()
public
ImageIcon
getPhoto
()
public
String
getPreferredEmail
()
public
String
getPreferredInstantMessaging
()
public
String
getPreferredPhone
()
public
String
getProfession
()
public
String
getSortString
()
public
String
getTitle
()
public
String
getWeblog
()
public
void
setAdditionalNames
(
String
additionalNames)
public
void
setBirthday
(
Date
birthday)
public
void
setCalendar
(
String
calendar)
public
void
setCategory
(
String
category)
public
void
setDepartment
(
String
department)
public
void
setFamilyName
(
String
familyName)
public
void
setFormattedName
(
String
formattedName)
public
void
setFreeBusy
(
String
freeBusy)
public
void
setFullName
(
String
fullName)
public
void
setGivenName
(
String
given)
public
void
setHomePage
(
String
homePage)
public
void
setManager
(
String
manager)
public
void
setNamePrefix
(
String
prefix)
public
void
setNameSuffix
(
String
suffix)
public
void
setNickName
(
String
nickname)
public
void
setNote
(
String
note)
public
void
setOffice
(
String
office)
public
void
setOrganisation
(
String
organisation)
public
void
setPhoto
(
ImageIcon
photo)
public
void
setProfession
(
String
position)
public
void
setSortString
(
String
sortString)
public
void
setTitle
(
String
title)
public
void
setWeblog
(
String
weblog)
Constructor Detail
ContactModel
public
ContactModel(
IContactItem
contactItem)
(Code)
ContactModel
public
ContactModel()
(Code)
ContactModel
public
ContactModel(
String
id)
(Code)
Method Detail
addAddress
public
void addAddress(
AddressModel
model)
(Code)
addEmail
public
void addEmail(
IEmailModel
emailAddress)
(Code)
addInstantMessaging
public
void addInstantMessaging(
InstantMessagingModel
instantMessagingModel)
(Code)
addPhone
public
void addPhone(
PhoneModel
phoneModel)
(Code)
getAdditionalNames
public
String
getAdditionalNames()
(Code)
See Also:
org.columba.addressbook.model.IContactModel.getAdditionalNames
getAddressIterator
public
Iterator
getAddressIterator()
(Code)
getBirthday
public
Date
getBirthday()
(Code)
getCalendar
public
String
getCalendar()
(Code)
getCategory
public
String
getCategory()
(Code)
getDepartment
public
String
getDepartment()
(Code)
See Also:
org.columba.addressbook.model.IContactModel.getDepartment
getEmailIterator
public
Iterator
getEmailIterator()
(Code)
getFamilyName
public
String
getFamilyName()
(Code)
See Also:
org.columba.addressbook.model.IContactModel.getFamilyName
getFormattedName
public
String
getFormattedName()
(Code)
getFreeBusy
public
String
getFreeBusy()
(Code)
getFullName
public
String
getFullName()
(Code)
See Also:
org.columba.addressbook.model.IContactModel.getFullName
getGivenName
public
String
getGivenName()
(Code)
See Also:
org.columba.addressbook.model.IContactModel.getGivenName
getHomePage
public
String
getHomePage()
(Code)
getId
public
String
getId()
(Code)
getInstantMessagingIterator
public
Iterator
getInstantMessagingIterator()
(Code)
getManager
public
String
getManager()
(Code)
getNamePrefix
public
String
getNamePrefix()
(Code)
See Also:
org.columba.addressbook.model.IContactModel.getNamePrefix
getNameSuffix
public
String
getNameSuffix()
(Code)
See Also:
org.columba.addressbook.model.IContactModel.getNameSuffix
getNickName
public
String
getNickName()
(Code)
See Also:
org.columba.addressbook.model.IContactModel.getNickName
getNote
public
String
getNote()
(Code)
getOffice
public
String
getOffice()
(Code)
getOrganisation
public
String
getOrganisation()
(Code)
See Also:
org.columba.addressbook.model.IContactModel.getOrganisation
getPhoneIterator
public
Iterator
getPhoneIterator()
(Code)
getPhoto
public
ImageIcon
getPhoto()
(Code)
getPreferredEmail
public
String
getPreferredEmail()
(Code)
See Also:
org.columba.addressbook.model.IContactModel.getPreferredEmail
getPreferredInstantMessaging
public
String
getPreferredInstantMessaging()
(Code)
getPreferredPhone
public
String
getPreferredPhone()
(Code)
getProfession
public
String
getProfession()
(Code)
See Also:
org.columba.addressbook.model.IContactModel.getProfession
getSortString
public
String
getSortString()
(Code)
getTitle
public
String
getTitle()
(Code)
getWeblog
public
String
getWeblog()
(Code)
setAdditionalNames
public
void setAdditionalNames(
String
additionalNames)
(Code)
Parameters:
additionalNames - The additionalNames to set.
setBirthday
public
void setBirthday(
Date
birthday)
(Code)
Parameters:
birthday - The birthday to set.
setCalendar
public
void setCalendar(
String
calendar)
(Code)
Parameters:
calendar - The calendar to set.
setCategory
public
void setCategory(
String
category)
(Code)
Parameters:
category - The category to set.
setDepartment
public
void setDepartment(
String
department)
(Code)
Parameters:
department - The department to set.
setFamilyName
public
void setFamilyName(
String
familyName)
(Code)
Parameters:
familyName - The familyName to set.
setFormattedName
public
void setFormattedName(
String
formattedName)
(Code)
Parameters:
formattedName - The formattedName to set.
setFreeBusy
public
void setFreeBusy(
String
freeBusy)
(Code)
Parameters:
freeBusy - The freeBusy to set.
setFullName
public
void setFullName(
String
fullName)
(Code)
Parameters:
fullName - The fullName to set.
setGivenName
public
void setGivenName(
String
given)
(Code)
Parameters:
given - The given to set.
setHomePage
public
void setHomePage(
String
homePage)
(Code)
Parameters:
homePage - The homePage to set.
setManager
public
void setManager(
String
manager)
(Code)
setNamePrefix
public
void setNamePrefix(
String
prefix)
(Code)
Parameters:
prefix - The prefix to set.
setNameSuffix
public
void setNameSuffix(
String
suffix)
(Code)
Parameters:
suffix - The suffix to set.
setNickName
public
void setNickName(
String
nickname)
(Code)
Parameters:
nickname - The nickname to set.
setNote
public
void setNote(
String
note)
(Code)
Parameters:
note - The note to set.
setOffice
public
void setOffice(
String
office)
(Code)
Parameters:
office - The office to set.
setOrganisation
public
void setOrganisation(
String
organisation)
(Code)
Parameters:
organisation - The organisation to set.
setPhoto
public
void setPhoto(
ImageIcon
photo)
(Code)
Parameters:
photo - The photo to set.
setProfession
public
void setProfession(
String
position)
(Code)
Parameters:
position - The position to set.
setSortString
public
void setSortString(
String
sortString)
(Code)
Parameters:
sortString - The sortString to set.
setTitle
public
void setTitle(
String
title)
(Code)
Parameters:
title - The title to set.
setWeblog
public
void setWeblog(
String
weblog)
(Code)
Parameters:
weblog - The weblog to set.
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.