Class Comet3EntityData

    • Constructor Detail

      • Comet3EntityData

        public Comet3EntityData()
        Instantiates a new Comet 3 entity data.
    • Method Detail

      • getAttributes

        public abstract Comet3Attribute[] getAttributes()
        Get attributes comet 3 attribute [ ].
        Returns:
        the comet 3 attribute [ ]
      • getContent

        public abstract java.lang.String getContent()
        Gets content.
        Returns:
        the content
      • setContent

        public abstract void setContent​(java.lang.String content)
        Sets content.
        Parameters:
        content - the content
      • set

        public void set​(Comet3Attribute attr,
                        java.lang.String value)
        Set.
        Parameters:
        attr - the attr
        value - the value
      • get

        public java.lang.String get​(Comet3Attribute attr)
        Get string.
        Parameters:
        attr - the attr
        Returns:
        the string
      • getAsObject

        public java.lang.Object getAsObject​(Comet3Attribute attr)
        Gets as object.
        Parameters:
        attr - the attr
        Returns:
        the as object
      • setAsObject

        public void setAsObject​(Comet3Attribute attr,
                                java.lang.Object value)
        Sets as object.
        Parameters:
        attr - the attr
        value - the value
      • toStringList

        public java.util.List<java.lang.String> toStringList()
        To string list list.
        Returns:
        the list