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 Summary
ConstructorsConstructorDescriptionPropertyId(String mpId, String namespace, String name) Create a new property ID. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFqn()getName()inthashCode()static PropertyIdCreate a new property ID from the given parameters.static PropertyIdmk(String mpId, PropertyName fqn) Create a new property ID from the given parameters.toString()
-
Constructor Details
-
PropertyId
Create a new property ID.
-
-
Method Details
-
mk
Create a new property ID from the given parameters. -
mk
Create a new property ID from the given parameters. -
getMediaPackageId
-
getNamespace
-
getName
-
getFqn
-
hashCode
public int hashCode() -
equals
-
toString
-