org.alfresco.bm.data
Class Registration

java.lang.Object
  extended by org.alfresco.bm.data.Registration
All Implemented Interfaces:
Serializable

public class Registration
extends Object
implements Serializable

POJO representing a user invite (registration).

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

Constructor Summary
Registration()
           
 
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
 

Constructor Detail

Registration

public Registration()
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.