@Entity public class Cat extends Object
| Modifier and Type | Method and Description |
|---|---|
Cat |
getFather() |
Integer |
getId() |
Set<Cat> |
getKittens() |
Cat |
getMother() |
String |
getName() |
void |
setFather(Cat father) |
void |
setId(Integer id) |
void |
setKittens(Set<Cat> kittens) |
void |
setMother(Cat mother) |
void |
setName(String name) |
public Cat()
public Cat(String name)
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public Cat getFather()
public void setFather(Cat father)
public Cat getMother()
public void setMother(Cat mother)
Copyright © 2014–2018 Blazebit. All rights reserved.