Novell exteNd
Director 5.2 API

com.sssw.fw.usermgr.api
Interface EbiUserExtInfo

All Superinterfaces:
Cloneable, EbiElement, EbiFrameworkElement, Serializable

public interface EbiUserExtInfo
extends EbiFrameworkElement

This provides an interface to the User Info object which contains user information from user registration (mainly for Internet users).


Field Summary
static String EL_FW_USEREXT
          User element type
 
Method Summary
 String getFieldUUID()
          Gets Field UUID.
 String getFieldValue()
          Gets the user extended attribute value.
 String getUserUUID()
          Gets User UUID.
 void setFieldUUID(String fieldIID)
          Sets a field UUID.
 void setFieldValue(String attrValue)
          Sets user extended attribute value.
 void setUserUUID(String uuid)
          Set User UUID.
 
Methods implemented from interface com.sssw.fw.api.EbiFrameworkElement
getElementUUID, getLastModified, getLastModifiedBy, isEqualTo, isReadOnly, resetReadOnly, setLastModified, setLastModifiedBy, setReadOnly
 
Methods implemented from interface com.sssw.fw.api.EbiElement
getType
 

Field Detail

EL_FW_USEREXT

public static final String EL_FW_USEREXT
User element type
Method Detail

getUserUUID

public String getUserUUID()
Gets User UUID.
Returns:
the user UUID.

setUserUUID

public void setUserUUID(String uuid)
Set User UUID.
Parameters:
user - UUID.

getFieldUUID

public String getFieldUUID()
Gets Field UUID.
Returns:
a Field UUID String.

setFieldUUID

public void setFieldUUID(String fieldIID)
Sets a field UUID.
Parameters:
fieldIID - a field UUID.

getFieldValue

public String getFieldValue()
Gets the user extended attribute value.
Returns:
the user extended attribute value.

setFieldValue

public void setFieldValue(String attrValue)
Sets user extended attribute value.
Parameters:
attrValue - the user extended attribute value to be stored.

Novell exteNd
Director 5.2 API