se.cambio.cds.gdl.model
Class ResourceDescriptionItem
java.lang.Object
se.cambio.cds.gdl.model.ResourceDescriptionItem
public class ResourceDescriptionItem
- extends Object
ResourceDescriptionItem
- Author:
- rong.chen
ResourceDescriptionItem
public ResourceDescriptionItem()
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
getPurpose
public String getPurpose()
- Returns:
- the purpose
setPurpose
public void setPurpose(String purpose)
- Parameters:
purpose
- the purpose to set
getKeywords
public List<String> getKeywords()
- Returns:
- the keywords
setKeywords
public void setKeywords(List<String> keywords)
- Parameters:
keywords
- the keywords to set
getUse
public String getUse()
- Returns:
- the use
setUse
public void setUse(String use)
- Parameters:
use
- the use to set
getMisuse
public String getMisuse()
- Returns:
- the misuse
setMisuse
public void setMisuse(String misuse)
- Parameters:
misuse
- the misuse to set
getCopyright
public String getCopyright()
- Returns:
- the copyright
setCopyright
public void setCopyright(String copyright)
- Parameters:
copyright
- the copyright 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.