org.entityfs.cap.entityattrs.impl.metadata
Class ECEntityAttributesDelegate<T extends EntityAttributes>

java.lang.Object
  extended by 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

Constructor Summary
ECEntityAttributesDelegate(AttributesEntityDelegate<T> ed)
           
 
Method Summary
 T getAttributes()
           
 T getAttributesNoAccessControls()
           
 Class<T> getAttributesType()
           
 void setAttributes(T attr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECEntityAttributesDelegate

public ECEntityAttributesDelegate(AttributesEntityDelegate<T> ed)
Method Detail

getAttributesType

public Class<T> getAttributesType()

getAttributes

public T getAttributes()

getAttributesNoAccessControls

public T getAttributesNoAccessControls()

setAttributes

public void setAttributes(T attr)