Class PropertyName

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

@Immutable @ParametersAreNonnullByDefault public final class PropertyName extends Object implements Serializable
A full qualified property name.
See Also:
  • Constructor Details

    • PropertyName

      public PropertyName(String namespace, String name)
      Create a new full qualified property name.
  • Method Details

    • mk

      public static PropertyName mk(String namespace, String name)
      Create a new full qualified property name.
    • getNamespace

      public String getNamespace()
      Return the namespace.
    • getName

      public String getName()
      Return the namespace local name.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object