Package com.logicaldoc.core.metadata
Class AbstractAttributeSet
- java.lang.Object
-
- com.logicaldoc.core.PersistentObject
-
- com.logicaldoc.core.metadata.ExtensibleObject
-
- com.logicaldoc.core.metadata.AbstractAttributeSet
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributeSet,Template
public class AbstractAttributeSet extends ExtensibleObject
A base class for attribute sets and templates- Since:
- 8.8.3
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intTYPE_DEFAULT-
Fields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG
-
-
Constructor Summary
Constructors Constructor Description AbstractAttributeSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()intgetReadonly()intgetType()voidsetDescription(String description)voidsetName(String name)voidsetReadonly(int readonly)voidsetType(int type)-
Methods inherited from class com.logicaldoc.core.metadata.ExtensibleObject
getAttribute, getAttributeAtPosition, getAttributeNames, getAttributeNames, getAttributes, getTemplate, getTemplateId, getTemplateName, getValue, getValueAttributes, getValues, removeAttribute, setAttribute, setAttributes, setTemplate, setTemplateId, setTemplateName, setValue, setValues, setValues
-
Methods inherited from class com.logicaldoc.core.PersistentObject
equals, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, hashCode, setDeleted, setId, setLastModified, setRecordVersion, setTenantId, toString
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getReadonly
public int getReadonly()
-
setReadonly
public void setReadonly(int readonly)
-
getType
public int getType()
-
setType
public void setType(int type)
-
-