org.hibernate.ejb.test.callbacks
Class Television

java.lang.Object
  extended by org.hibernate.ejb.test.callbacks.CommunicationSystem
      extended by org.hibernate.ejb.test.callbacks.VideoSystem
          extended by org.hibernate.ejb.test.callbacks.Television

@Entity
public class Television
extends VideoSystem


Field Summary
 
Fields inherited from class org.hibernate.ejb.test.callbacks.VideoSystem
counter
 
Fields inherited from class org.hibernate.ejb.test.callbacks.CommunicationSystem
communication, isFirst, isLast
 
Constructor Summary
Television()
           
 
Method Summary
 RemoteControl getControl()
           
 Integer getId()
           
 String getName()
           
 void isLast()
           
 void prepareEntity()
           
 void setControl(RemoteControl control)
           
 void setId(Integer id)
           
 void setName(String name)
           
 
Methods inherited from class org.hibernate.ejb.test.callbacks.VideoSystem
increase
 
Methods inherited from class org.hibernate.ejb.test.callbacks.CommunicationSystem
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Television

public Television()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getControl

public RemoteControl getControl()

setControl

public void setControl(RemoteControl control)

getName

public String getName()

setName

public void setName(String name)

isLast

public void isLast()

prepareEntity

public void prepareEntity()
Overrides:
prepareEntity in class VideoSystem


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.