com.funambol.common.pim.model.contact
Class Title

java.lang.Object
  extended by com.funambol.common.pim.model.common.Property
      extended by com.funambol.common.pim.model.common.TypifiedProperty
          extended by com.funambol.common.pim.model.contact.Title

public class Title
extends TypifiedProperty

An object representing a Job Title. This class holds informations about the type title and the Value itself


Field Summary
 
Fields inherited from class com.funambol.common.pim.model.common.TypifiedProperty
propertyType
 
Fields inherited from class com.funambol.common.pim.model.common.Property
altrep, chrset, cn, cutype, delegatedFrom, delegatedTo, dir, encoding, group, language, member, partstat, propertyValue, related, sentby, tag, type, value, xParams
 
Constructor Summary
Title()
          Creates an empty tite
Title(java.lang.String value)
          Creates a Title (Property) with the provided value.
 
Method Summary
 java.lang.String getTitleType()
          Returns the note type for this note
 void setTitleType(java.lang.String titleType)
          Sets the note type for this note
 
Methods inherited from class com.funambol.common.pim.model.common.TypifiedProperty
compare, equals, getPropertyType, hashCode, setPropertyType
 
Methods inherited from class com.funambol.common.pim.model.common.Property
compare, getAltrep, getCharset, getCn, getCutype, getDelegatedFrom, getDelegatedTo, getDir, getEncoding, getGroup, getLanguage, getMember, getPartstat, getPropertyValue, getPropertyValueAsString, getRelated, getSentby, getTag, getType, getValue, getXParams, isEmptyProperty, setAltrep, setCharset, setCn, setCutype, setDelegatedFrom, setDelegatedTo, setDir, setEncoding, setGroup, setLanguage, setMember, setPartstat, setPropertyValue, setRelated, setSentby, setTag, setType, setValue, setXParams, stringFrom, stringFrom
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Title

public Title()
Creates an empty tite


Title

public Title(java.lang.String value)
Creates a Title (Property) with the provided value.

Method Detail

getTitleType

public java.lang.String getTitleType()
Returns the note type for this note

Returns:
the note type for this note

setTitleType

public void setTitleType(java.lang.String titleType)
Sets the note type for this note

Parameters:
the - note type for this note


Copyright © 2001-2009 Funambol.