Class AbstractNonChangeableAttributeAccess

java.lang.Object
de.hybris.platform.jalo.type.AbstractNonChangeableAttributeAccess
All Implemented Interfaces:
AttributeAccess
Direct Known Subclasses:
ConstantAttributeAccess

public abstract class AbstractNonChangeableAttributeAccess extends Object implements AttributeAccess
Base class for read-only attributes. Any call to setValue will throw an JaloInvalidParameterException which indicates that the attribute is not changeable.

Subclasses only need to implement setValue yet.