Package com.logicaldoc.core.metadata
Class AttributeSet
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.metadata.ExtensibleObject
com.logicaldoc.core.metadata.AbstractAttributeSet
com.logicaldoc.core.metadata.AttributeSet
- All Implemented Interfaces:
- Extensible,- Serializable
Represents a set of attributes
- Since:
- 7.5
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Field SummaryFields inherited from class com.logicaldoc.core.metadata.AbstractAttributeSetTYPE_DEFAULTFields inherited from class com.logicaldoc.core.PersistentObjectDELETED_CODE_DEFAULT, DELETED_CODE_STRONG, id
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetTemplateAttributes(Map<String, Attribute> templateAttributes) Methods inherited from class com.logicaldoc.core.metadata.AbstractAttributeSetequals, getAttribute, getAttributeAtPosition, getAttributeNames, getAttributeNames, getAttributes, getDescription, getLabel, getName, getReadonly, getTemplate, getTemplateAttribute, getTemplateId, getTemplateName, getType, getValue, getValueAttributes, getValues, hashCode, removeAttribute, setAttribute, setAttributes, setDescription, setLabel, setName, setReadonly, setTemplate, setTemplateId, setTemplateName, setType, setValue, setValuesMethods inherited from class com.logicaldoc.core.PersistentObjectgetCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId, toString
- 
Constructor Details- 
AttributeSetpublic AttributeSet()
 
- 
- 
Method Details- 
getTemplateAttributes- Specified by:
- getTemplateAttributesin class- AbstractAttributeSet
 
- 
setTemplateAttributes- Specified by:
- setTemplateAttributesin class- AbstractAttributeSet
 
 
-