Class ClassTagModel


  • public class ClassTagModel
    extends Object
    The model of the class tag of an object.
    • Field Detail

      • className

        public String className
        The name of the class of the object.
    • Constructor Detail

      • ClassTagModel

        public ClassTagModel​(ClassTag classTag)
        Builds the model of the class tag of an object.
        Parameters:
        classTag - the class tag
      • ClassTagModel

        public ClassTagModel()
    • Method Detail

      • toBean

        public ClassTag toBean​(StorageReference object)
        Yields the class tag having this model, assuming that it belongs to the given object.
        Parameters:
        object - the object whose class tag is referred
        Returns:
        the class tag