public interface Body extends JObject
Modifier and Type | Method and Description |
---|---|
byte[] |
getImage()
Get the image of this instance, if any.
|
@Min(value=0L) float |
getMass()
Get the mass of this instance in kilograms.
|
@NotNull String |
getName()
Get the name of this instance.
|
void |
setImage(byte[] image) |
void |
setMass(float name) |
void |
setName(String name) |
cascadeCopyIn, cascadeCopyOut, cascadeCopyTo, cascadeCopyTo, copyIn, copyOut, copyTo, delete, exists, findReferring, getJClass, getModelClass, getObjId, getSchemaVersion, getTransaction, isSnapshot, recreate, resetCachedFieldValues, revalidate, upgrade
@JField(indexed=true) @ProvidesProperty(value="$label") @NotNull @NotNull String getName()
void setName(String name)
@JField(indexed=true) @Min(value=0L) @Min(value=0L) float getMass()
void setMass(float name)
byte[] getImage()
void setImage(byte[] image)
Copyright © 2022. All rights reserved.