Class DbCardProperty

All Implemented Interfaces:
Serializable, Comparable<DbCardProperty>, org.bedework.util.logging.Logged

public class DbCardProperty extends UnversionedDbentity<DbCardProperty>
A representation of a vcard property for database persistance in cardDAV. Allows us to index the values for searching
Author:
douglm
See Also:
  • Constructor Details

    • DbCardProperty

      public DbCardProperty()
      Null constructor
    • DbCardProperty

      public DbCardProperty(String name, String value, DbCardParam... params)
      Create DbCardProperty
      Parameters:
      name -
      value -
      card -
      params -
  • Method Details