public interface AttributeEntity extends ManagedResource
Modifier and Type | Method and Description |
---|---|
void |
addToChildAttributes(AttributeEntity attributeEntity)
Add to child attributes
|
void |
clearChildAttributes()
Clear child attributes
|
java.util.List<AttributeEntity> |
getChildAttributes()
Get the child attribute list
|
DataProviderEntity |
getDataProvider()
Get the dataprovider details
|
java.lang.String |
getMappedTo()
Get the mappedTo of the AttributeEntity
|
void |
removeFromChildAttributes(AttributeEntity attributeEntity)
Remove from child attributes
|
void |
setChildAttributes(java.util.List<AttributeEntity> childAttrs)
Set the Child Attribute list
|
void |
setDataProvider(DataProviderEntity dataProvider)
Set the dataprovider to the attribute
|
void |
setMappedTo(java.lang.String mappedTo)
Set the mappedTo value of the AttributeEntity
|
getAuthorizedActions, getCreated, getCreator, getDescription, getDocumentRef, getId, getIsInitialized, getIsSecured, getIsSeeded, getModified, getModifier, getName, getNamespace, getPortal, getRootSecurityEntity, getSecurityEntity, getSecurityId, getShortId, getType, getVersionId, inheritsSecurity, lock, setCreated, setCreator, setDescription, setDocumentRef, setIsInitialized, setIsSeeded, setName, setNamespace, setPortal, setSecurityEntity, setSecurityId, setVersionId
@PersistProperty(offset=1, type=STRING) java.lang.String getMappedTo()
void setMappedTo(java.lang.String mappedTo)
mappedTo
-@PersistReference(eager=false, strong=true, export=true) java.util.List<AttributeEntity> getChildAttributes()
void setChildAttributes(java.util.List<AttributeEntity> childAttrs)
childAttrs
-void addToChildAttributes(AttributeEntity attributeEntity)
void removeFromChildAttributes(AttributeEntity attributeEntity)
void clearChildAttributes()
@PersistReference(eager=false, strong=true, export=true) DataProviderEntity getDataProvider()
void setDataProvider(DataProviderEntity dataProvider)
dataProvider
-