Class TranslationStatusInformation
java.lang.Object
com.idmedia.translationstudio.api.database.model.TranslationStatusInformation
- All Implemented Interfaces:
ITranslationStatusInformation
- Author:
- I-D Media AG
-
Constructor Summary
ConstructorsConstructorDescriptionTranslationStatusInformation(long lOwnerId, long lProjectId, String nTranslationState, long lDate, String sSourceLanguage, String sTargetLanguage, String nFirstSpiritStore) -
Method Summary
Modifier and TypeMethodDescriptionlongDate of either: registration, in translation since, or translated since@NotNull StringGet Store 1 = Pagestore 2 = GlobalStore 3 = Content2longEither content2 id or page id@NotNull StringTranslation Source Language@NotNull StringTranslations Target Language@NotNull StringGet the state of translation
-
Constructor Details
-
TranslationStatusInformation
public TranslationStatusInformation(long lOwnerId, long lProjectId, String nTranslationState, long lDate, String sSourceLanguage, String sTargetLanguage, String nFirstSpiritStore) - Parameters:
lOwnerId-lProjectId-nTranslationState-lDate-sSourceLanguage-sTargetLanguage-nFirstSpiritStore-
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceITranslationStatusInformation
-
getDateOfLastUpdate
public long getDateOfLastUpdate()Date of either: registration, in translation since, or translated since- Specified by:
getDateOfLastUpdatein interfaceITranslationStatusInformation- Returns:
-
getSourceLanguage
Translation Source Language- Specified by:
getSourceLanguagein interfaceITranslationStatusInformation- Returns:
-
getTargetLanguage
Translations Target Language- Specified by:
getTargetLanguagein interfaceITranslationStatusInformation- Returns:
-
getOwnerId
public long getOwnerId()Either content2 id or page id- Specified by:
getOwnerIdin interfaceITranslationStatusInformation- Returns:
-
getTranslationState
Get the state of translation- Specified by:
getTranslationStatein interfaceITranslationStatusInformation- Returns:
-
getFirstSpiritStore
Get Store 1 = Pagestore 2 = GlobalStore 3 = Content2- Specified by:
getFirstSpiritStorein interfaceITranslationStatusInformation- Returns:
-