Exemplo n.º 1
0
 /* (non-Javadoc)
  * @see org.osaf.cosmo.model.copy.InterfaceCollectionItem#getHue()
  */
 public Long getHue() {
   return MockIntegerAttribute.getValue(this, ATTR_HUE);
 }
Exemplo n.º 2
0
 /* (non-Javadoc)
  * @see org.osaf.cosmo.model.copy.InterfaceCollectionItem#setHue(java.lang.Long)
  */
 public void setHue(Long value) {
   MockIntegerAttribute.setValue(this, ATTR_HUE, value);
 }