org.jclouds.gogrid.domain
Class Customer

java.lang.Object
  extended by org.jclouds.gogrid.domain.Customer

public class Customer
extends Object

Author:
Oleksiy Yarmula

Constructor Summary
Customer()
          A no-args constructor is required for deserialization
Customer(long id, String name)
           
 
Method Summary
 boolean equals(Object o)
           
 long getId()
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

public Customer(long id,
                String name)

Customer

public Customer()
A no-args constructor is required for deserialization

Method Detail

getId

public long getId()

getName

public String getName()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.