Class ExtendedPropertyName

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

public class ExtendedPropertyName extends ExtendedPropertyTag
The Class ExtendedPropertyName.
  • Constructor Details

    • ExtendedPropertyName

      public ExtendedPropertyName()
      Instantiates a new extended property name.
    • ExtendedPropertyName

      public ExtendedPropertyName(String name, byte[] guid)
      Instantiates a new extended property name.
      Parameters:
      name - the name
      guid - the guid
    • ExtendedPropertyName

      public ExtendedPropertyName(String name, byte[] guid, PropertyType type)
      Instantiates a new extended property name.
      Parameters:
      name - the name
      guid - the guid
      type - the type
  • Method Details

    • toString

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

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name