ezvcard.property
Interface HasAltId

All Known Implementing Classes:
Address, Anniversary, BinaryProperty, Birthday, Birthplace, CalendarRequestUri, CalendarUri, Categories, DateOrTimeProperty, Deathdate, Deathplace, Email, Expertise, FormattedName, FreeBusyUrl, Geo, Hobby, ImageProperty, Impp, Interest, Key, Language, Logo, Member, Nickname, Note, Organization, OrgDirectory, Photo, Related, Role, Sound, Source, StructuredName, Telephone, Timezone, Title, Url, Xml

public interface HasAltId

Shows that a property class supports the ALTID parameter.

Author:
Michael Angstadt

Method Summary
 String getAltId()
          Gets the property's ALTID parameter.
 void setAltId(String altId)
          Sets the property's ALTID parameter.
 

Method Detail

getAltId

String getAltId()
Gets the property's ALTID parameter.

Supported versions: 4.0

Returns:
the ALTID or null if it doesn't exist
See Also:
VCardParameters.getAltId()

setAltId

void setAltId(String altId)
Sets the property's ALTID parameter.

Supported versions: 4.0

Parameters:
altId - the ALTID or null to remove
See Also:
VCardParameters.setAltId(java.lang.String)


Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.