se.cambio.cds.gdl.model
Class TranslationDetails
java.lang.Object
se.cambio.cds.gdl.model.TranslationDetails
public class TranslationDetails
- extends Object
Class providing details of a natural language translation
- Version:
- 1.0
- Author:
- rong.chen
TranslationDetails
public TranslationDetails()
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id
- the id to set
getLanguage
public org.openehr.rm.datatypes.text.CodePhrase getLanguage()
- Returns:
- the language
setLanguage
public void setLanguage(org.openehr.rm.datatypes.text.CodePhrase language)
- Parameters:
language
- the language to set
getAuthor
public Map<String,String> getAuthor()
- Returns:
- the author
setAuthor
public void setAuthor(Map<String,String> author)
- Parameters:
author
- the author to set
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2013 Cambio. All Rights Reserved.