Package com.logicaldoc.core.metadata
Class TemplateAttribute
java.lang.Object
com.logicaldoc.core.metadata.Attribute
com.logicaldoc.core.metadata.TemplateAttribute
- All Implemented Interfaces:
Serializable
,Comparable<Attribute>
- See Also:
-
Field Summary
Fields inherited from class com.logicaldoc.core.metadata.Attribute
EDITOR_DEFAULT, EDITOR_LISTBOX, TYPE_BOOLEAN, TYPE_DATE, TYPE_DOCUMENT, TYPE_DOUBLE, TYPE_FOLDER, TYPE_INT, TYPE_SECTION, TYPE_STRING, TYPE_USER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setInitialization
(String initialization) void
setValidation
(String validation) Methods inherited from class com.logicaldoc.core.metadata.Attribute
compareTo, equals, getBooleanValue, getDateValue, getDependsOn, getDisplayValue, getDoubleValue, getEditor, getHidden, getIntValue, getLabel, getMandatory, getMultiple, getName, getParent, getPosition, getReadonly, getSetId, getStringValue, getStringValues, getType, getValue, hashCode, isSection, setBooleanValue, setDateValue, setDependsOn, setDoubleValue, setEditor, setHidden, setIntValue, setLabel, setMandatory, setMultiple, setName, setParent, setPosition, setReadonly, setSetId, setStringValue, setStringValues, setType, setValue
-
Constructor Details
-
TemplateAttribute
public TemplateAttribute() -
TemplateAttribute
-
-
Method Details
-
getValidation
-
setValidation
-
getInitialization
-
setInitialization
-