se.cambio.cds.gdl.model
Class TranslationDetails

Package class diagram package TranslationDetails
java.lang.Object
  extended by 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

Constructor Summary
TranslationDetails()
           
 
Method Summary
 boolean equals(Object obj)
           
 Map<String,String> getAuthor()
           
 String getId()
           
 org.openehr.rm.datatypes.text.CodePhrase getLanguage()
           
 int hashCode()
           
 void setAuthor(Map<String,String> author)
           
 void setId(String id)
           
 void setLanguage(org.openehr.rm.datatypes.text.CodePhrase language)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslationDetails

public TranslationDetails()
Method Detail

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.