Class Property
- java.lang.Object
-
- org.opencastproject.assetmanager.api.Property
-
@ParametersAreNonnullByDefault public class Property extends Object
A property of a media package. Properties can be defined and associated to a media package's version history.
-
-
Constructor Summary
Constructors Constructor Description Property(PropertyId id, Value value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)PropertyIdgetId()ValuegetValue()inthashCode()static Propertymk(PropertyId id, Value value)StringtoString()
-
-
-
Constructor Detail
-
Property
public Property(PropertyId id, Value value)
-
-
Method Detail
-
mk
public static Property mk(PropertyId id, Value value)
-
getId
public PropertyId getId()
-
getValue
public Value getValue()
-
-