org.hibernate.test.typedmanytoone
Class AddressId

java.lang.Object
  extended by org.hibernate.test.typedmanytoone.AddressId
All Implemented Interfaces:
Serializable

public class AddressId
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AddressId()
           
AddressId(String type, String customerId)
           
 
Method Summary
 boolean equals(Object other)
           
 String getAddressId()
           
 String getType()
           
 int hashCode()
           
 void setAddressId(String customerId)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressId

public AddressId(String type,
                 String customerId)

AddressId

public AddressId()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getAddressId

public String getAddressId()

setAddressId

public void setAddressId(String customerId)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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