net.docliff.models.applicationmodel.guimodel.editor
Class XliffEditorWindow.PhrasePosition
java.lang.Object
net.docliff.models.applicationmodel.guimodel.editor.XliffEditorWindow.PhrasePosition
- Enclosing class:
- XliffEditorWindow
public class XliffEditorWindow.PhrasePosition
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XliffEditorWindow.PhrasePosition
public XliffEditorWindow.PhrasePosition(int iStart,
int iEnd)
- Parameters:
position - i -
XliffEditorWindow.PhrasePosition
public XliffEditorWindow.PhrasePosition(PhraseTranslateResult phraseTranslateResult,
int iStart,
int iEnd)
- Parameters:
phraseTranslateResult - position - i -
getIEnd
public int getIEnd()
- Returns:
- the iEnd
getIStart
public int getIStart()
- Returns:
- the iStart
getPhraseTranslateResult
public PhraseTranslateResult getPhraseTranslateResult()
- Returns:
- the phraseTranslateResult
setIEnd
public void setIEnd(int end)
- Parameters:
end - the iEnd to set
setIStart
public void setIStart(int start)
- Parameters:
start - the iStart to set
setPhraseTranslateResult
public void setPhraseTranslateResult(PhraseTranslateResult phraseTranslateResult)
- Parameters:
phraseTranslateResult - the phraseTranslateResult to set