public class PropertyId extends ExtendedPropertyPath
| Constructor and Description |
|---|
PropertyId()
Initializes a new instance of the PropertyId class.
|
PropertyId(int id)
Initializes a new instance of the PropertyId class.
|
PropertyId(int id,
StandardPropertySet set)
Initializes a new instance of the PropertyId class.
|
PropertyId(int id,
StandardPropertySet set,
MapiPropertyType type)
Initializes a new instance of the PropertyId class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets the id.
|
StandardPropertySet |
getSet()
Gets the sets the.
|
MapiPropertyType |
getType()
Gets the type.
|
boolean |
isEqual(ExtendedPropertyPath propertyPath)
Checks if is equal.
|
void |
setId(int id)
Sets the id.
|
void |
setSet(StandardPropertySet set)
Sets the sets the.
|
void |
setType(MapiPropertyType type)
Sets the type.
|
java.lang.String |
toString()
Converts the value of the current PropertyId object to its equivalent string representation.
|
public PropertyId()
public PropertyId(int id)
id - the idpublic PropertyId(int id,
StandardPropertySet set)
id - the idset - the setpublic PropertyId(int id,
StandardPropertySet set,
MapiPropertyType type)
id - the idset - the settype - the typepublic boolean isEqual(ExtendedPropertyPath propertyPath)
ExtendedPropertyPathisEqual in class ExtendedPropertyPathpropertyPath - the property pathpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getId()
public void setId(int id)
id - the new idpublic StandardPropertySet getSet()
public void setSet(StandardPropertySet set)
set - the new sets thepublic MapiPropertyType getType()
public void setType(MapiPropertyType type)
type - the new type