|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.common.pim.model.common.Property
com.funambol.common.pim.model.common.TypifiedProperty
com.funambol.common.pim.model.contact.WebPage
public class WebPage
An object representing a phone number. This class holds informations about the type of the telephone number (businness, home etc.) and the number 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 | |
---|---|
WebPage()
Creates an empty web page |
|
WebPage(java.lang.String value)
Creates a WebPage (property) without parameters but with the specified value |
Method Summary | |
---|---|
java.lang.String |
getWebPageType()
Returns the web page type for this web page |
void |
setWebPageType(java.lang.String webPageType)
Sets the web page type for this web page |
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 |
---|
public WebPage()
public WebPage(java.lang.String value)
Method Detail |
---|
public java.lang.String getWebPageType()
public void setWebPageType(java.lang.String webPageType)
the
- web page type for this web page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |