public class StaticDocumentData extends DocumentData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<DocumentFileVO,StaticDocumentData> |
FILE |
CATEGORIESCAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
StaticDocumentData() |
StaticDocumentData(Property<T,? super StaticDocumentData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DocumentFileVO |
getFile() |
void |
setFile(DocumentFileVO file) |
getCategories, setCategoriesgetConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<DocumentFileVO,StaticDocumentData> FILE
public StaticDocumentData()
public StaticDocumentData(Property<T,? super StaticDocumentData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class DocumentDatapublic DocumentFileVO getFile()
public void setFile(DocumentFileVO file)
public java.lang.String className()
className in class DocumentData