org.hibernate.ejb.test.callbacks
Class CommunicationSystem

java.lang.Object
  extended by org.hibernate.ejb.test.callbacks.CommunicationSystem
Direct Known Subclasses:
VideoSystem

@MappedSuperclass
public class CommunicationSystem
extends Object


Field Summary
 int communication
           
 boolean isFirst
           
 boolean isLast
           
 
Constructor Summary
CommunicationSystem()
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

communication

public int communication

isFirst

public boolean isFirst

isLast

public boolean isLast
Constructor Detail

CommunicationSystem

public CommunicationSystem()
Method Detail

init

public void init()


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