org.hibernate.ejb.test.util
Class Umbrella.PK

java.lang.Object
  extended by org.hibernate.ejb.test.util.Umbrella.PK
All Implemented Interfaces:
Serializable
Enclosing class:
Umbrella

public static class Umbrella.PK
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Umbrella.PK()
           
 
Method Summary
 boolean equals(Object o)
           
 String getBrand()
           
 String getModel()
           
 int hashCode()
           
 void setBrand(String brand)
           
 void setModel(String model)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Umbrella.PK

public Umbrella.PK()
Method Detail

getModel

public String getModel()

setModel

public void setModel(String model)

getBrand

public String getBrand()

setBrand

public void setBrand(String brand)

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.