FileDocCategorySizeDatePackage
Contact.javaAPI DocJBoss 4.2.12256Fri Jul 13 20:53:06 BST 2007org.jboss.ejb3.test.clusteredentity

Contact

public class Contact extends Object implements Serializable
author
Kabir Khan
version
$Revision$

Fields Summary
Integer
id
String
name
String
tlf
Customer
customer
Constructors Summary
public Contact()

      
   
Methods Summary
public CustomergetCustomer()

      return customer;
   
public java.lang.IntegergetId()

      return id;
   
public java.lang.StringgetName()

      return name;
   
public java.lang.StringgetTlf()

      return tlf;
   
public voidsetCustomer(Customer customer)

      this.customer = customer;
   
public voidsetId(java.lang.Integer id)

      this.id = id;
   
public voidsetName(java.lang.String name)

      this.name = name;
   
public voidsetTlf(java.lang.String tlf)

      this.tlf = tlf;