org.alfresco.bm.data
Class Registration
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Registration
public Registration()
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.