org.openmrs
Class ConceptSetDerived
java.lang.Object
  
org.openmrs.BaseOpenmrsObject
      
org.openmrs.ConceptSetDerived
- All Implemented Interfaces: 
 - java.io.Serializable, OpenmrsObject
 
public class ConceptSetDerived
- extends BaseOpenmrsObject
- implements java.io.Serializable
  
ConceptSetDerived
- See Also:
 - Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
 
serialVersionUID
public static final long serialVersionUID
- See Also:
 - Constant Field Values
 
ConceptSetDerived
public ConceptSetDerived()
- default constructor
 
ConceptSetDerived
public ConceptSetDerived(Concept set,
                         Concept concept,
                         java.lang.Double weight)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equals in class java.lang.Object
 
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class java.lang.Object
 
 
getConcept
public Concept getConcept()
 
 
setConcept
public void setConcept(Concept concept)
 
 
getConceptSet
public Concept getConceptSet()
 
 
setConceptSet
public void setConceptSet(Concept set)
 
 
getSortWeight
public java.lang.Double getSortWeight()
 
- Returns:
 - Returns the sortWeight.
 
 
setSortWeight
public void setSortWeight(java.lang.Double sortWeight)
 
- Parameters:
 sortWeight - The sortWeight to set.
 
getId
public java.lang.Integer getId()
- Specified by:
 getId in interface OpenmrsObject
 
- Returns:
 - id - The unique Identifier for the object
 - Since:
 
  - 1.5
 
- See Also:
 OpenmrsObject.getId()
 
setId
public void setId(java.lang.Integer id)
- Specified by:
 setId in interface OpenmrsObject
 
- Parameters:
 id - - The unique Identifier for the object- Since:
 
  - 1.5
 
- See Also:
 OpenmrsObject.setId(java.lang.Integer)
 
Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change