ca.infoway.messagebuilder.terminology.codeset.domain
Class ValueSetEntry

Package class diagram package ValueSetEntry
java.lang.Object
  extended by ca.infoway.messagebuilder.terminology.codeset.domain.ValueSetEntry

public class ValueSetEntry
extends Object

A mapping representing the set of coded values that populate a vocabulary domain in a particular jurisdiction.

Author:
Intelliware Development

Constructor Summary
ValueSetEntry()
          Instantiates a new value set entry.
 
Method Summary
 int compareTo(Object obj)
          Compare to.
 boolean equals(Object o)
          
 Boolean getActive()
          Gets the active.
 CodedValue getCodedValue()
          Gets the coded value.
 Boolean getCommon()
          Gets the common.
 Long getId()
          Gets the id.
 Integer getSequence()
          Gets the sequence.
 SupportStatus getSupportStatus()
          Gets the support status.
 ValueSet getValueSet()
          Gets the value set.
 int hashCode()
          
 void setActive(Boolean active)
          Sets the active.
 void setCodedValue(CodedValue codedValue)
          Sets the coded value.
 void setCommon(Boolean common)
          Sets the common.
 void setId(Long id)
          Sets the id.
 void setSequence(Integer sequence)
          Sets the sequence.
 void setSupportStatus(SupportStatus supportStatus)
          Sets the support status.
 void setValueSet(ValueSet valueSet)
          Sets the value set.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueSetEntry

public ValueSetEntry()

Instantiates a new value set entry.

Method Detail

getId

public Long getId()

Gets the id.

Returns:
the id

setId

public void setId(Long id)

Sets the id.

Parameters:
id - the new id

getCodedValue

public CodedValue getCodedValue()

Gets the coded value.

Returns:
the coded value

setCodedValue

public void setCodedValue(CodedValue codedValue)

Sets the coded value.

Parameters:
codedValue - the new coded value

getSequence

public Integer getSequence()

Gets the sequence.

Returns:
the sequence

setSequence

public void setSequence(Integer sequence)

Sets the sequence.

Parameters:
sequence - the new sequence

getActive

public Boolean getActive()

Gets the active.

Returns:
the active

setActive

public void setActive(Boolean active)

Sets the active.

Parameters:
active - the new active

getCommon

public Boolean getCommon()

Gets the common.

Returns:
the common

setCommon

public void setCommon(Boolean common)

Sets the common.

Parameters:
common - the new common

getSupportStatus

public SupportStatus getSupportStatus()

Gets the support status.

Returns:
the support status

setSupportStatus

public void setSupportStatus(SupportStatus supportStatus)

Sets the support status.

Parameters:
supportStatus - the new support status

compareTo

public int compareTo(Object obj)

Compare to.

Parameters:
obj - the obj
Returns:
the int

equals

public boolean equals(Object o)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

getValueSet

public ValueSet getValueSet()

Gets the value set.

Returns:
the value set

setValueSet

public void setValueSet(ValueSet valueSet)

Sets the value set.

Parameters:
valueSet - the new value set


Copyright © 2013. All Rights Reserved.