org.jclouds.cloudsigma.domain
Class ProfileInfo
java.lang.Object
org.jclouds.cloudsigma.domain.ProfileInfo
public class ProfileInfo
- extends Object
- Author:
- Adrian Cole
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
ProfileInfo
public ProfileInfo(String uuid,
String email,
String firstName,
String lastName,
String nickName,
ProfileType type)
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-2011 jclouds. All Rights Reserved.