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 Summary
ConstructorsConstructorDescriptionPropertyName(String namespace, String name) Create a new full qualified property name. -
Method Summary
-
Constructor Details
-
PropertyName
Create a new full qualified property name.
-
-
Method Details