org.hibernate.test.annotations.join
Class Cat
java.lang.Object
org.hibernate.test.annotations.join.Cat
- All Implemented Interfaces:
- Serializable
@Entity
public class Cat
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
Cat()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cat
public Cat()
getId
public Integer getId()
getName
public String getName()
setId
public void setId(Integer integer)
setName
public void setName(String string)
getSecondName
public String getSecondName()
setSecondName
public void setSecondName(String secondName)
getStoryPart1
public String getStoryPart1()
getStoryPart2
public String getStoryPart2()
setStoryPart1
public void setStoryPart1(String string)
setStoryPart2
public void setStoryPart2(String string)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.