com.xensource.xenapi
Class User.Record

java.lang.Object
  extended by com.xensource.xenapi.User.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
User

public static class User.Record
extends Object
implements Types.Record

Represents all the fields in a User


Field Summary
 String fullname
          full name
 String shortName
          short name (e.g.
 String uuid
          unique identifier/object reference
 
Constructor Summary
User.Record()
           
 
Method Summary
 Map<String,Object> toMap()
          Convert a user.Record to a Map
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid
unique identifier/object reference


shortName

public String shortName
short name (e.g. userid)


fullname

public String fullname
full name

Constructor Detail

User.Record

public User.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

public Map<String,Object> toMap()
Convert a user.Record to a Map

Specified by:
toMap in interface Types.Record