org.hibernate.test.annotations.target
Class Brand

java.lang.Object
  extended by org.hibernate.test.annotations.target.Brand

@Entity
public class Brand
extends Object


Constructor Summary
Brand()
           
 
Method Summary
 Long getId()
           
 Map<Size,Luggage> getLuggagesBySize()
           
 Map<Luggage,Size> getSizePerLuggage()
           
 void setId(Long id)
           
 void setLuggagesBySize(Map<Size,Luggage> luggagesBySize)
           
 void setSizePerLuggage(Map<Luggage,Size> sizePerLuggage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Brand

public Brand()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getLuggagesBySize

public Map<Size,Luggage> getLuggagesBySize()

setLuggagesBySize

public void setLuggagesBySize(Map<Size,Luggage> luggagesBySize)

getSizePerLuggage

public Map<Luggage,Size> getSizePerLuggage()

setSizePerLuggage

public void setSizePerLuggage(Map<Luggage,Size> sizePerLuggage)


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