| Constructor and Description |
|---|
EntityWithLazyManyToOneSelfReference(Integer id,
String name,
EntityWithLazyManyToOneSelfReference other,
Integer someInteger) |
EntityWithLazyManyToOneSelfReference(Integer id,
String name,
Integer someInteger) |
EntityWithLazyManyToOneSelfReference(Integer id,
String name,
Integer someInteger,
EntityWithLazyManyToOneSelfReference other) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
String |
getName() |
EntityWithLazyManyToOneSelfReference |
getOther() |
Integer |
getSomeInteger() |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setOther(EntityWithLazyManyToOneSelfReference other) |
void |
setSomeInteger(Integer someInteger) |
public EntityWithLazyManyToOneSelfReference(Integer id, String name, Integer someInteger)
public EntityWithLazyManyToOneSelfReference(Integer id, String name, Integer someInteger, EntityWithLazyManyToOneSelfReference other)
public EntityWithLazyManyToOneSelfReference(Integer id, String name, EntityWithLazyManyToOneSelfReference other, Integer someInteger)
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public EntityWithLazyManyToOneSelfReference getOther()
public void setOther(EntityWithLazyManyToOneSelfReference other)
public Integer getSomeInteger()
public void setSomeInteger(Integer someInteger)
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.