Class SingleDciConfig


  • public class SingleDciConfig
    extends Object
    DCI information for map line
    • Constructor Detail

      • SingleDciConfig

        public SingleDciConfig()
        Default constructor
      • SingleDciConfig

        public SingleDciConfig​(SingleDciConfig src)
        Copy constructor
        Parameters:
        src - source object
      • SingleDciConfig

        public SingleDciConfig​(DciValue dci)
        Create DCI info from DciValue object
        Parameters:
        dci -
    • Method Detail

      • fillMessage

        public void fillMessage​(org.netxms.base.NXCPMessage msg,
                                long base)
        Fill NXCPMessage with object data
        Parameters:
        msg -
        base -
      • getName

        public String getName()
        Get DCI name. Always returns non-empty string.
        Returns:
        DCI name
      • getFormatString

        public String getFormatString()
        Returns:
        the formatString
      • setFormatString

        public void setFormatString​(String formatString)
        Parameters:
        formatString - the formatString to set
      • getInstance

        public String getInstance()
        Returns:
        the instance
      • setInstance

        public void setInstance​(String instance)
        Parameters:
        instance - the instance to set
      • getColumn

        public String getColumn()
        Returns:
        the column
      • setColumn

        public void setColumn​(String column)
        Parameters:
        column - the column to set
      • getNodeId

        public long getNodeId()
        Returns:
        the nodeId
      • setNodeId

        public void setNodeId​(long nodeId)
        Parameters:
        nodeId - the nodeId to set
      • getDciId

        public long getDciId()
        Returns:
        the dciId
      • setDciId

        public void setDciId​(long dciId)
        Parameters:
        dciId - the dciId to set
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getType

        public int getType()
        Returns:
        the type
      • setType

        public void setType​(int type)
        Parameters:
        type - the type to set