org.jclouds.cloudsigma.domain
Class ProfileInfo

java.lang.Object
  extended by org.jclouds.cloudsigma.domain.ProfileInfo

public class ProfileInfo
extends Object

Author:
Adrian Cole

Nested Class Summary
static class ProfileInfo.Builder
           
 
Field Summary
protected  String email
           
protected  String firstName
           
protected  String lastName
           
protected  String nickName
           
protected  ProfileType type
           
protected  String uuid
           
 
Constructor Summary
ProfileInfo(String uuid, String email, String firstName, String lastName, String nickName, ProfileType type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getEmail()
          Checks for valid email address
protected  String getFirstName()
           
protected  String getLastName()
           
protected  String getNickName()
          Used in phpBB nick name
protected  ProfileType getType()
           
 String getUuid()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

protected final String uuid

email

protected final String email

firstName

protected final String firstName

lastName

protected final String lastName

nickName

protected final String nickName

type

protected final ProfileType type
Constructor Detail

ProfileInfo

public ProfileInfo(String uuid,
                   String email,
                   String firstName,
                   String lastName,
                   String nickName,
                   ProfileType type)
Method Detail

getUuid

public String getUuid()
Returns:
uuid of the profile.

getEmail

public String getEmail()
Checks for valid email address

Returns:
email of the profile.

getFirstName

protected String getFirstName()
Returns:
firstName of the profile.

getLastName

protected String getLastName()
Returns:
lastName of the profile.

getNickName

protected String getNickName()
Used in phpBB nick name

Returns:
nickName of the profile.

getType

protected ProfileType getType()
Returns:
type of the profile.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.