se.cambio.cds.gdl.model
Class ResourceDescriptionItem

Package class diagram package ResourceDescriptionItem
java.lang.Object
  extended by se.cambio.cds.gdl.model.ResourceDescriptionItem

public class ResourceDescriptionItem
extends Object

ResourceDescriptionItem

Author:
rong.chen

Constructor Summary
ResourceDescriptionItem()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCopyright()
           
 String getId()
           
 List<String> getKeywords()
           
 org.openehr.rm.datatypes.text.CodePhrase getLanguage()
           
 String getMisuse()
           
 String getPurpose()
           
 String getUse()
           
 int hashCode()
           
 void setCopyright(String copyright)
           
 void setId(String id)
           
 void setKeywords(List<String> keywords)
           
 void setLanguage(org.openehr.rm.datatypes.text.CodePhrase language)
           
 void setMisuse(String misuse)
           
 void setPurpose(String purpose)
           
 void setUse(String use)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDescriptionItem

public ResourceDescriptionItem()
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

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.