org.alfresco.bm.user
Class CloudSignUpData

java.lang.Object
  extended by org.alfresco.bm.user.CloudSignUpData
All Implemented Interfaces:
Serializable

public class CloudSignUpData
extends Object
implements Serializable

POJO representing a user Cloud signup data.

Since:
1.2
Author:
Derek Hulley
See Also:
Serialized Form

Field Summary
static String FIELD_complete
           
static String FIELD_ID
           
static String FIELD_KEY
           
 
Constructor Summary
CloudSignUpData()
           
 
Method Summary
 String getId()
           
 String getKey()
           
 boolean isComplete()
           
 void setComplete(boolean complete)
           
 void setId(String id)
           
 void setKey(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_ID

public static final String FIELD_ID
See Also:
Constant Field Values

FIELD_KEY

public static final String FIELD_KEY
See Also:
Constant Field Values

FIELD_complete

public static final String FIELD_complete
See Also:
Constant Field Values
Constructor Detail

CloudSignUpData

public CloudSignUpData()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getKey

public String getKey()

setKey

public void setKey(String key)

isComplete

public boolean isComplete()

setComplete

public void setComplete(boolean complete)


Copyright © 2012. All Rights Reserved.