org.hibernate.test.annotations.referencedcolumnname
Class Clothes

java.lang.Object
  extended by org.hibernate.test.annotations.referencedcolumnname.Clothes

@Entity
public class Clothes
extends Object


Constructor Summary
Clothes()
           
Clothes(String type, String flavor)
           
 
Method Summary
 boolean equals(Object o)
           
 String getFlavor()
           
 Integer getId()
           
 String getType()
           
 int hashCode()
           
 void setFlavor(String flavor)
           
 void setId(Integer id)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clothes

public Clothes()

Clothes

public Clothes(String type,
               String flavor)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getType

public String getType()

setType

public void setType(String type)

getFlavor

public String getFlavor()

setFlavor

public void setFlavor(String flavor)

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.