org.hibernate.test.annotations.manytomany
Class Company

java.lang.Object
  extended by org.hibernate.test.annotations.manytomany.Company
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BuildingCompany

@MappedSuperclass
public class Company
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Company()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Company

public Company()
Method Detail

getName

public String getName()

setName

public void setName(String name)


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