org.entityfs.cap.entityattrs.impl.metadata
Class ECEntityAttributesDelegate<T extends EntityAttributes>
java.lang.Object
org.entityfs.cap.entityattrs.impl.metadata.ECEntityAttributesDelegate<T>
- Type Parameters:
T
- The attribute type
public class ECEntityAttributesDelegate<T extends EntityAttributes>
- extends Object
Used by implementations of the different entity attributes entity
capabilities.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- In_jar:
- entityfs-entity_attributes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECEntityAttributesDelegate
public ECEntityAttributesDelegate(AttributesEntityDelegate<T> ed)
getAttributesType
public Class<T> getAttributesType()
getAttributes
public T getAttributes()
getAttributesNoAccessControls
public T getAttributesNoAccessControls()
setAttributes
public void setAttributes(T attr)