org.hibernate.test.annotations.join
Class Cat

java.lang.Object
  extended by 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()
           
 
Method Summary
 Integer getId()
           
 String getName()
           
 String getSecondName()
           
 String getStoryPart1()
           
 String getStoryPart2()
           
 void setId(Integer integer)
           
 void setName(String string)
           
 void setSecondName(String secondName)
           
 void setStoryPart1(String string)
           
 void setStoryPart2(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cat

public Cat()
Method Detail

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.