java.lang.Object
io.hotmoka.network.updates.ClassTagModel
The model of the class tag of an object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the class of the object.The transaction that installed the jar from where the class has been loaded. -
Constructor Summary
ConstructorsConstructorDescriptionClassTagModel(ClassTag classTag) Builds the model of the class tag of an object. -
Method Summary
Modifier and TypeMethodDescriptiontoBean(StorageReference object) Yields the class tag having this model, assuming that it belongs to the given object.
-
Field Details
-
className
The name of the class of the object. -
jar
The transaction that installed the jar from where the class has been loaded.
-
-
Constructor Details
-
ClassTagModel
Builds the model of the class tag of an object.- Parameters:
classTag- the class tag
-
ClassTagModel
public ClassTagModel()
-
-
Method Details
-
toBean
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
-