Class ExtendedPropertyId

java.lang.Object
com.independentsoft.pst.ExtendedPropertyTag
com.independentsoft.pst.ExtendedPropertyId

public class ExtendedPropertyId extends ExtendedPropertyTag
The Class ExtendedPropertyId.
  • 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 id
      guid - the guid
    • ExtendedPropertyId

      public ExtendedPropertyId(int id, byte[] guid, PropertyType type)
      Instantiates a new extended property id.
      Parameters:
      id - the id
      guid - the guid
      type - the type
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public int getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(int id)
      Sets the id.
      Parameters:
      id - the new id