@Embeddable public static class A.AId extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
A.AId.Builder |
Constructor and Description |
---|
AId() |
AId(A.AId.Builder builder) |
AId(String aOne,
String aTwo)
Primary identifier constructor.
|
Modifier and Type | Method and Description |
---|---|
static A.AId.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getAOne()
Returns the value of the attribute 'A one'
|
String |
getATwo()
Returns the value of the attribute 'A two'
|
int |
hashCode() |
void |
setAOne(String aOne)
Sets the value of attribute 'A one'
|
void |
setATwo(String aTwo)
Sets the value of attribute 'A two'
|
String |
toString() |
public AId()
public AId(A.AId.Builder builder)
public String getAOne()
public void setAOne(String aOne)
public String getATwo()
public void setATwo(String aTwo)
public static A.AId.Builder builder()
Copyright © 2012–2022. All rights reserved.