-
- All Implemented Interfaces:
-
java.io.Serializable
public class SchemaBean implements Serializable
Schema of the defined data point.
-
-
Field Summary
Fields Modifier and Type Field Description public String
id
public String
code
public String
name
public String
mode
public String
type
public Boolean
passive
public String
property
public String
schemaType
public String
iconname
public String
extContent
-
Method Summary
Modifier and Type Method Description String
getId()
void
setId(String id)
String
getCode()
void
setCode(String code)
String
getName()
void
setName(String name)
String
getMode()
void
setMode(String mode)
String
getType()
void
setType(String type)
Boolean
getPassive()
void
setPassive(Boolean passive)
String
getProperty()
void
setProperty(String property)
String
getSchemaType()
void
setSchemaType(String schemaType)
String
getIconname()
void
setIconname(String iconname)
String
getExtContent()
void
setExtContent(String extContent)
-
-
Method Detail
-
getId
String getId()
-
setId
void setId(String id)
-
getCode
String getCode()
-
setCode
void setCode(String code)
-
getName
String getName()
-
setName
void setName(String name)
-
getMode
String getMode()
-
setMode
void setMode(String mode)
-
getType
String getType()
-
setType
void setType(String type)
-
getPassive
Boolean getPassive()
-
setPassive
void setPassive(Boolean passive)
-
getProperty
String getProperty()
-
setProperty
void setProperty(String property)
-
getSchemaType
String getSchemaType()
-
setSchemaType
void setSchemaType(String schemaType)
-
getIconname
String getIconname()
-
setIconname
void setIconname(String iconname)
-
getExtContent
String getExtContent()
-
setExtContent
void setExtContent(String extContent)
-
-
-
-