public class EnhancedLocation
extends java.lang.Object
| Constructor and Description |
|---|
EnhancedLocation()
Initializes a new instance of the EnhancedLocation class.
|
EnhancedLocation(java.lang.String displayName)
Initializes a new instance of the EnhancedLocation class by using the supplied display name.
|
EnhancedLocation(java.lang.String displayName,
java.lang.String annotation)
Initializes a new instance of the EnhancedLocation class by using the supplied display name and calendar item note.
|
EnhancedLocation(java.lang.String displayName,
java.lang.String annotation,
PersonaPostalAddress postalAddress)
Initializes a new instance of the EnhancedLocation class by using the supplied display name, calendar item note, and persona postal address.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnnotation()
Gets the note associated with a calendar item.
|
java.lang.String |
getDisplayName()
Gets the display name associated with the calendar item.
|
PersonaPostalAddress |
getPostalAddress()
Gets the postal address for the associated persona.
|
void |
setAnnotation(java.lang.String annotation)
Sets the note associated with a calendar item.
|
void |
setDisplayName(java.lang.String displayName)
Sets the display name associated with the calendar item.
|
void |
setPostalAddress(PersonaPostalAddress postalAddress)
Sets the postal address for the associated persona.
|
public EnhancedLocation()
public EnhancedLocation(java.lang.String displayName)
displayName - The location display name.public EnhancedLocation(java.lang.String displayName,
java.lang.String annotation)
displayName - The location display name.annotation - The annotation on the location.public EnhancedLocation(java.lang.String displayName,
java.lang.String annotation,
PersonaPostalAddress postalAddress)
displayName - The location display name.annotation - The annotation on the location.postalAddress - The persona postal address.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - the new display namepublic java.lang.String getAnnotation()
public void setAnnotation(java.lang.String annotation)
annotation - the new annotationpublic PersonaPostalAddress getPostalAddress()
public void setPostalAddress(PersonaPostalAddress postalAddress)
postalAddress - the new postal address