Class ExtendedPropertyId
java.lang.Object
com.independentsoft.pst.ExtendedPropertyTag
com.independentsoft.pst.ExtendedPropertyId
-
Field Summary
Fields inherited from class com.independentsoft.pst.ExtendedPropertyTag
guid, type -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new extended property id.ExtendedPropertyId(int id, byte[] guid) Instantiates a new extended property id.ExtendedPropertyId(int id, byte[] guid, PropertyType type) Instantiates a new extended property id. -
Method Summary
Methods inherited from class com.independentsoft.pst.ExtendedPropertyTag
getGuid, getType, setGuid, setType
-
Constructor Details
-
ExtendedPropertyId
public ExtendedPropertyId()Instantiates a new extended property id. -
ExtendedPropertyId
public ExtendedPropertyId(int id, byte[] guid) Instantiates a new extended property id.- Parameters:
id- the idguid- the guid
-
ExtendedPropertyId
Instantiates a new extended property id.- Parameters:
id- the idguid- the guidtype- the type
-
-
Method Details
-
toString
-
getId
public int getId()Gets the id.- Returns:
- the id
-
setId
public void setId(int id) Sets the id.- Parameters:
id- the new id
-