org.hibernate.ejb.test.emops
Class Mail

java.lang.Object
  extended by org.hibernate.ejb.test.emops.Mail

@Entity
public class Mail
extends Object


Constructor Summary
Mail()
           
 
Method Summary
 String getFrom()
           
 Long getId()
           
 void setFrom(String from)
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mail

public Mail()
Method Detail

getFrom

public String getFrom()

setFrom

public void setFrom(String from)

getId

public Long getId()

setId

public void setId(Long id)


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