Class PropertyId

java.lang.Object
org.opencastproject.assetmanager.api.PropertyId
All Implemented Interfaces:
Serializable

@Immutable @ParametersAreNonnullByDefault public final class PropertyId extends Object implements Serializable
See Also:
  • Constructor Details

    • PropertyId

      public PropertyId(String mpId, String namespace, String name)
      Create a new property ID.
  • Method Details