@Embeddable public class Component extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Component.Nested |
| Constructor and Description |
|---|
Component() |
Component(Integer basicInteger,
Long basicLong,
int basicPrimitiveInt,
String basicString,
Component.Nested nested) |
Component(String basicString,
Integer basicInteger,
Long basicLong,
int basicPrimitiveInt,
Component.Nested nested) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBasicInteger() |
Long |
getBasicLong() |
int |
getBasicPrimitiveInt() |
String |
getBasicString() |
Component.Nested |
getNested() |
void |
setBasicInteger(Integer basicInteger) |
void |
setBasicLong(Long basicLong) |
void |
setBasicPrimitiveInt(int basicPrimitiveInt) |
void |
setBasicString(String basicString) |
void |
setNested(Component.Nested nested) |
public Component()
public Component(String basicString, Integer basicInteger, Long basicLong, int basicPrimitiveInt, Component.Nested nested)
public Component(Integer basicInteger, Long basicLong, int basicPrimitiveInt, String basicString, Component.Nested nested)
public String getBasicString()
public void setBasicString(String basicString)
public Integer getBasicInteger()
public void setBasicInteger(Integer basicInteger)
public Long getBasicLong()
public void setBasicLong(Long basicLong)
public int getBasicPrimitiveInt()
public void setBasicPrimitiveInt(int basicPrimitiveInt)
public Component.Nested getNested()
public void setNested(Component.Nested nested)
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.