org.hibernate.test.annotations.referencedcolumnname
Class Luggage

java.lang.Object
  extended by org.hibernate.test.annotations.referencedcolumnname.Luggage
All Implemented Interfaces:
Serializable

@Entity
public class Luggage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Luggage()
           
Luggage(String owner, String type)
           
 
Method Summary
 boolean equals(Object o)
           
 Set<Clothes> getHasInside()
           
 Integer getId()
           
 String getOwner()
           
 String getType()
           
 int hashCode()
           
 void setHasInside(Set<Clothes> hasInside)
           
 void setId(Integer id)
           
 void setOwner(String owner)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Luggage

public Luggage()

Luggage

public Luggage(String owner,
               String type)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getOwner

public String getOwner()

setOwner

public void setOwner(String owner)

getType

public String getType()

setType

public void setType(String type)

getHasInside

public Set<Clothes> getHasInside()

setHasInside

public void setHasInside(Set<Clothes> hasInside)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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