@Entity public static class SampleCashSchemaV3.PersistentCashState extends PersistentState
public PersistentCashState(@Nullable
java.util.Set<net.corda.core.identity.AbstractParty> participants,
@Nullable
AbstractParty owner,
long pennies,
@NotNull
java.lang.String currency,
@Nullable
AbstractParty issuer,
@NotNull
kotlin.Array[] issuerRef)
participants - X500Name of participant partiesowner - X500Name of owner partyissuer - 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@Nullable public AbstractParty getOwner()
X500Name of owner party
public void setOwner(@Nullable
AbstractParty p)
X500Name of owner party
p - X500Name of owner partypublic long getPennies()
public void setPennies(long p)
@NotNull public java.lang.String getCurrency()
public void setCurrency(@NotNull
java.lang.String p)
@Nullable public AbstractParty getIssuer()
X500Name of issuer party
public void setIssuer(@Nullable
AbstractParty p)
X500Name of issuer party
p - X500Name of issuer party@NotNull public kotlin.Array[] getIssuerRef()
public void setIssuerRef(@NotNull
kotlin.Array[] p)