Class StorageField<T>
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.Imported
-
- com.netgrif.application.engine.petrinet.domain.dataset.Field<T>
-
- com.netgrif.application.engine.petrinet.domain.dataset.StorageField<T>
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
,java.io.Serializable
- Direct Known Subclasses:
FileField
,FileListField
public abstract class StorageField<T> extends Field<T>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class com.netgrif.application.engine.petrinet.domain.dataset.Field
_id, defaultValue, initExpression, parentCaseId, parentTaskId, validations
-
-
Constructor Summary
Constructors Constructor Description StorageField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Storage
getStorage()
java.lang.String
getStorageType()
void
setMetaClass(groovy.lang.MetaClass mc)
void
setStorage(Storage storage)
void
setStorageType(java.lang.String storageType)
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.dataset.Field
addAction, addActions, addValidation, clearValue, clone, clone, get_id, getBehavior, getComponent, getDefaultValue, getDescription, getEncryption, getEvents, getFormat, getInitExpression, getLayout, getLength, getMetaClass, getName, getOrder, getParentCaseId, getParentTaskId, getPlaceholder, getStringId, getTranslatedDescription, getTranslatedName, getTranslatedPlaceholder, getType, getValidations, getValue, hasDefault, isDynamicDefaultValue, isImmediate, minus, multiply, plus, set_id, setBehavior, setComponent, setDefaultValue, setDescription, setEncryption, setEvents, setFormat, setImmediate, setImportId, setInitExpression, setLayout, setLength, setName, setOrder, setParentCaseId, setParentTaskId, setPlaceholder, setValidations, setValue, toString
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.Imported
getImportId, setImportId
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
- Overrides:
setMetaClass
in classField<T>
-
getStorageType
public java.lang.String getStorageType()
-
setStorageType
public void setStorageType(java.lang.String storageType)
-
getStorage
public Storage getStorage()
-
setStorage
public void setStorage(Storage storage)
-
-