Class Storage
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.dataset.Storage
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
,java.io.Serializable
- Direct Known Subclasses:
MinIoStorage
public class Storage extends java.lang.Object implements java.io.Serializable, groovy.lang.GroovyObject
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHost()
groovy.lang.MetaClass
getMetaClass()
static long
getSerialVersionUID()
java.lang.String
getType()
void
setHost(java.lang.String host)
void
setMetaClass(groovy.lang.MetaClass mc)
void
setType(java.lang.String type)
-
-
-
Method Detail
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
getSerialVersionUID
public static long getSerialVersionUID()
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getHost
public java.lang.String getHost()
-
setHost
public void setHost(java.lang.String host)
-
getMetaClass
@QueryType(NONE) public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
-