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