@MappedSuperclass public static class CommonSchemaV1.FungibleState extends PersistentState
public FungibleState(@Nullable
java.util.Set<net.corda.core.identity.AbstractParty> participants,
@NotNull
AbstractParty owner,
long quantity,
@NotNull
AbstractParty issuer,
@NotNull
kotlin.Array[] issuerRef)
participants - X500Name of participant partiesowner - X500Name of owner partyquantity - Amount attributesissuer - X500Name of issuer party@Nullable public java.util.Set<net.corda.core.identity.AbstractParty> getParticipants()
X500Name of participant parties
public void setParticipants(@Nullable
java.util.Set<net.corda.core.identity.AbstractParty> p)
X500Name of participant parties
p - X500Name of participant parties@NotNull public AbstractParty getOwner()
X500Name of owner party
public void setOwner(@NotNull
AbstractParty p)
X500Name of owner party
p - X500Name of owner partypublic long getQuantity()
Amount attributes
public void setQuantity(long p)
Amount attributes
p - Amount attributes@NotNull public AbstractParty getIssuer()
X500Name of issuer party
public void setIssuer(@NotNull
AbstractParty p)
X500Name of issuer party
p - X500Name of issuer party@NotNull public kotlin.Array[] getIssuerRef()
public void setIssuerRef(@NotNull
kotlin.Array[] p)