#include "EffectIdAttribute.h"
int EffectIdAttribute::getId(){
	return this->id;
}
void EffectIdAttribute::setId(int value)
{
	this->id = value;
}