Class TranscriptionProviderControl
java.lang.Object
org.opencastproject.transcription.persistence.TranscriptionProviderControl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()Returns the provider idReturns the providervoidsetId(long id) Sets the idvoidsetProvider(String provider) Sets the provider
-
Constructor Details
-
TranscriptionProviderControl
-
-
Method Details
-
setId
public void setId(long id) Sets the id- Parameters:
id- the provider id
-
getId
public long getId()Returns the provider id- Returns:
- the id
-
setProvider
Sets the provider- Parameters:
provider- the provider
-
getProvider
Returns the provider- Returns:
- the provider
-