Package net.sf.okapi.filters.xliff.its
Class ITSProvenance
- java.lang.Object
-
- net.sf.okapi.filters.xliff.its.ITSProvenance
-
public class ITSProvenance extends Object
Representation of a <its:provenanceRecord/> element.
-
-
Constructor Summary
Constructors Constructor Description ITSProvenance()
ITSProvenance(String person, String org, String tool, String revPerson, String revOrg, String revTool, String provRef)
ITSProvenance(Iterator<Attribute> attrs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOrg()
String
getPerson()
String
getProvRef()
String
getRevOrg()
String
getRevPerson()
String
getRevTool()
String
getTool()
void
setOrg(String org)
void
setPerson(String person)
void
setProvRef(String provRef)
void
setRevOrg(String revOrg)
void
setRevPerson(String revPerson)
void
setRevTool(String revTool)
void
setTool(String tool)
-
-
-
Method Detail
-
getPerson
public String getPerson()
-
setPerson
public final void setPerson(String person)
-
getOrg
public String getOrg()
-
setOrg
public final void setOrg(String org)
-
getTool
public String getTool()
-
setTool
public final void setTool(String tool)
-
getRevPerson
public String getRevPerson()
-
setRevPerson
public final void setRevPerson(String revPerson)
-
getRevOrg
public String getRevOrg()
-
setRevOrg
public final void setRevOrg(String revOrg)
-
getRevTool
public String getRevTool()
-
setRevTool
public final void setRevTool(String revTool)
-
getProvRef
public String getProvRef()
-
setProvRef
public final void setProvRef(String provRef)
-
-