@Immutable
public class ScalarContractEntry
extends java.lang.Object
| Constructor and Description |
|---|
ScalarContractEntry(ContractEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
com.scalar.db.io.TextValue |
getBinaryNameValue()
Returns a
TextValue consisting of the binary name of the ContractEntry. |
com.scalar.db.io.BlobValue |
getByteCodeValue()
Returns a
BlobValue consisting of the bytecode of the contract contained in the ContractEntry. |
com.scalar.db.io.TextValue |
getEntityIdValue()
Returns a
TextValue consisting of the entity id of the ContractEntry. |
com.scalar.db.io.TextValue |
getIdValue()
Returns a
TextValue consisting of the id of the ContractEntry. |
com.scalar.db.io.IntValue |
getKeyVersionValue()
Returns a
TextValue consisting of the certificate version of the ContractEntry. |
com.scalar.db.io.TextValue |
getPropertiesValue()
Returns a
TextValue consisting of the properties (possibly null) of the ContractEntry. |
com.scalar.db.io.BigIntValue |
getRegisteredAtValue()
Returns a
BigIntValue consisting of the registered at time of the ContractEntry. |
com.scalar.db.io.BlobValue |
getSignatureValue()
Returns a
BlobValue consisting of the signature of the ContractEntry. |
public ScalarContractEntry(ContractEntry entry)
public com.scalar.db.io.TextValue getIdValue()
TextValue consisting of the id of the ContractEntry.TextValue consisting of the id of the ContractEntrypublic com.scalar.db.io.TextValue getBinaryNameValue()
TextValue consisting of the binary name of the ContractEntry.TextValue consisting of the binary name of the ContractEntrypublic com.scalar.db.io.TextValue getEntityIdValue()
TextValue consisting of the entity id of the ContractEntry.TextValue consisting of the entity id of the ContractEntrypublic com.scalar.db.io.IntValue getKeyVersionValue()
TextValue consisting of the certificate version of the ContractEntry.TextValue consisting of the certificate version of the ContractEntrypublic com.scalar.db.io.BlobValue getByteCodeValue()
BlobValue consisting of the bytecode of the contract contained in the ContractEntry.BlobValue consisting of the bytecode of the contract contained in the ContractEntrypublic com.scalar.db.io.TextValue getPropertiesValue()
TextValue consisting of the properties (possibly null) of the ContractEntry.BlobValue consisting of the properties (possibly null) of the ContractEntrypublic com.scalar.db.io.BigIntValue getRegisteredAtValue()
BigIntValue consisting of the registered at time of the ContractEntry.BigIntValue consisting of the registered at time of the ContractEntrypublic com.scalar.db.io.BlobValue getSignatureValue()
BlobValue consisting of the signature of the ContractEntry.BlobValue consisting of the signature of the ContractEntry