Skip navigation links
B C F G H N P R S T W 

B

build() - Method in class com.banking.Customer.Builder
 

C

clearAge() - Method in class com.banking.Customer.Builder
Clears the value of the 'age' field.
clearAutomatedEmail() - Method in class com.banking.Customer.Builder
Clears the value of the 'automated_email' field.
clearFirstName() - Method in class com.banking.Customer.Builder
Clears the value of the 'first_name' field.
clearHeight() - Method in class com.banking.Customer.Builder
Clears the value of the 'height' field.
clearLastName() - Method in class com.banking.Customer.Builder
Clears the value of the 'last_name' field.
clearWeight() - Method in class com.banking.Customer.Builder
Clears the value of the 'weight' field.
com.banking - package com.banking
 
createDecoder(SchemaStore) - Static method in class com.banking.Customer
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
Customer - Class in com.banking
 
Customer() - Constructor for class com.banking.Customer
Default constructor.
Customer(String, String, Integer, Float, Float, Boolean) - Constructor for class com.banking.Customer
All-args constructor.
Customer.Builder - Class in com.banking
RecordBuilder for Customer instances.

F

fromByteBuffer(ByteBuffer) - Static method in class com.banking.Customer
Deserializes a Customer from a ByteBuffer.

G

get(int) - Method in class com.banking.Customer
 
getAge() - Method in class com.banking.Customer.Builder
Gets the value of the 'age' field.
getAge() - Method in class com.banking.Customer
Gets the value of the 'age' field.
getAutomatedEmail() - Method in class com.banking.Customer.Builder
Gets the value of the 'automated_email' field.
getAutomatedEmail() - Method in class com.banking.Customer
Gets the value of the 'automated_email' field.
getClassSchema() - Static method in class com.banking.Customer
 
getDecoder() - Static method in class com.banking.Customer
Return the BinaryMessageDecoder instance used by this class.
getFirstName() - Method in class com.banking.Customer.Builder
Gets the value of the 'first_name' field.
getFirstName() - Method in class com.banking.Customer
Gets the value of the 'first_name' field.
getHeight() - Method in class com.banking.Customer.Builder
Gets the value of the 'height' field.
getHeight() - Method in class com.banking.Customer
Gets the value of the 'height' field.
getLastName() - Method in class com.banking.Customer.Builder
Gets the value of the 'last_name' field.
getLastName() - Method in class com.banking.Customer
Gets the value of the 'last_name' field.
getSchema() - Method in class com.banking.Customer
 
getWeight() - Method in class com.banking.Customer.Builder
Gets the value of the 'weight' field.
getWeight() - Method in class com.banking.Customer
Gets the value of the 'weight' field.

H

hasAge() - Method in class com.banking.Customer.Builder
Checks whether the 'age' field has been set.
hasAutomatedEmail() - Method in class com.banking.Customer.Builder
Checks whether the 'automated_email' field has been set.
hasFirstName() - Method in class com.banking.Customer.Builder
Checks whether the 'first_name' field has been set.
hasHeight() - Method in class com.banking.Customer.Builder
Checks whether the 'height' field has been set.
hasLastName() - Method in class com.banking.Customer.Builder
Checks whether the 'last_name' field has been set.
hasWeight() - Method in class com.banking.Customer.Builder
Checks whether the 'weight' field has been set.

N

newBuilder() - Static method in class com.banking.Customer
Creates a new Customer RecordBuilder.
newBuilder(Customer.Builder) - Static method in class com.banking.Customer
Creates a new Customer RecordBuilder by copying an existing Builder.
newBuilder(Customer) - Static method in class com.banking.Customer
Creates a new Customer RecordBuilder by copying an existing Customer instance.

P

put(int, Object) - Method in class com.banking.Customer
 

R

readExternal(ObjectInput) - Method in class com.banking.Customer
 

S

SCHEMA$ - Static variable in class com.banking.Customer
 
setAge(int) - Method in class com.banking.Customer.Builder
Sets the value of the 'age' field.
setAutomatedEmail(boolean) - Method in class com.banking.Customer.Builder
Sets the value of the 'automated_email' field.
setFirstName(String) - Method in class com.banking.Customer.Builder
Sets the value of the 'first_name' field.
setHeight(float) - Method in class com.banking.Customer.Builder
Sets the value of the 'height' field.
setLastName(String) - Method in class com.banking.Customer.Builder
Sets the value of the 'last_name' field.
setWeight(float) - Method in class com.banking.Customer.Builder
Sets the value of the 'weight' field.

T

toByteBuffer() - Method in class com.banking.Customer
Serializes this Customer to a ByteBuffer.

W

writeExternal(ObjectOutput) - Method in class com.banking.Customer
 
B C F G H N P R S T W 
Skip navigation links

Copyright © 2020. All rights reserved.