org.hibernate.test.annotations.referencedcolumnname
Class Clothes
java.lang.Object
org.hibernate.test.annotations.referencedcolumnname.Clothes
@Entity
public class Clothes
- extends Object
Clothes
public Clothes()
Clothes
public Clothes(String type,
String flavor)
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.