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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyId(String mpId, String namespace, String name)Create a new property ID.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)PropertyNamegetFqn()StringgetMediaPackageId()StringgetName()StringgetNamespace()inthashCode()static PropertyIdmk(String mpId, String namespace, String propertyName)Create a new property ID from the given parameters.static PropertyIdmk(String mpId, PropertyName fqn)Create a new property ID from the given parameters.StringtoString()
-
-
-
Method Detail
-
mk
public static PropertyId mk(String mpId, String namespace, String propertyName)
Create a new property ID from the given parameters.
-
mk
public static PropertyId mk(String mpId, PropertyName fqn)
Create a new property ID from the given parameters.
-
getMediaPackageId
public String getMediaPackageId()
-
getNamespace
public String getNamespace()
-
getName
public String getName()
-
getFqn
public PropertyName getFqn()
-
-