org.hibernate.test.idclass
Class CustomerId
java.lang.Object
org.hibernate.test.idclass.CustomerId
- All Implemented Interfaces:
- Serializable
public class CustomerId
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerId
public CustomerId()
CustomerId
public CustomerId(String orgName,
String custName)
getCustomerName
public String getCustomerName()
setCustomerName
public void setCustomerName(String customerName)
getOrgName
public String getOrgName()
setOrgName
public void setOrgName(String orgName)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.