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 Summary
Fields inherited from class com.logicaldoc.core.metadata.AbstractAttributeSet
TYPE_DEFAULT
Fields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setTemplateAttributes
(Map<String, TemplateAttribute> templateAttributes) Methods inherited from class com.logicaldoc.core.metadata.AbstractAttributeSet
equals, 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, setValues
Methods inherited from class com.logicaldoc.core.PersistentObject
getCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId, toString
-
Constructor Details
-
AttributeSet
public AttributeSet()
-
-
Method Details
-
getTemplateAttributes
- Specified by:
getTemplateAttributes
in classAbstractAttributeSet
-
setTemplateAttributes
- Specified by:
setTemplateAttributes
in classAbstractAttributeSet
-