@Embeddable public static class B.BId extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
B.BId.Builder |
Constructor and Description |
---|
BId() |
BId(B.BId.Builder builder) |
BId(String bTwo,
String bOne)
Primary identifier constructor.
|
Modifier and Type | Method and Description |
---|---|
static B.BId.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getBOne()
Returns the value of the attribute 'B one'
|
String |
getBTwo()
Returns the value of the attribute 'B two'
|
int |
hashCode() |
void |
setBOne(String bOne)
Sets the value of attribute 'B one'
|
void |
setBTwo(String bTwo)
Sets the value of attribute 'B two'
|
String |
toString() |
public BId()
public BId(B.BId.Builder builder)
public String getBTwo()
public void setBTwo(String bTwo)
public String getBOne()
public void setBOne(String bOne)
public static B.BId.Builder builder()
Copyright © 2012–2022. All rights reserved.