Class ProductIdentifier

All Implemented Interfaces:
VProperty<String>, VChild, VElement, VParent

public class ProductIdentifier extends VPropertyBase<String,ProductIdentifier> implements VElement
PRODID Product Identifier RFC 5545, 3.7.3, page 78 This property specifies the identifier for the product that created the iCalendar object. The vendor of the implementation SHOULD assure that this is a globally unique identifier; using some technique such as an FPI value, as defined in [ISO.9070.1991] Example: PRODID:-//ABC Corporation//NONSGML My Product//EN
See Also:
  • Constructor Details

    • ProductIdentifier

      public ProductIdentifier(ProductIdentifier source)
    • ProductIdentifier

      public ProductIdentifier(String productIdentifier)
    • ProductIdentifier

      public ProductIdentifier()
  • Method Details