Novell exteNd
Director 5.2 API

com.sssw.fw.usermgr.api
Interface EbiUserBlobAttrInfo

All Superinterfaces:
Cloneable, EbiElement, EbiFrameworkElement, Serializable

public interface EbiUserBlobAttrInfo
extends EbiFrameworkElement

This provides an interface to the EbiUserBlobAttrInfo object which contains user custom blob attribute information for a specified user.


Field Summary
static String EL_FW_USER_BLOBATTR
          User Blob Attribute Info element type
 
Method Summary
 byte[] getAttributeContent()
          Gets the content for the user blob attribute.
 String getFieldUUID()
          Gets Field UUID for the specified user blob attribute.
 String getUserUUID()
          Gets User UUID.
 void setAttributeContent(byte[] content)
          Sets user blob attribute content.
 void setFieldUUID(String fieldIID)
          Sets a field UUID.
 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_USER_BLOBATTR

public static final String EL_FW_USER_BLOBATTR
User Blob Attribute Info 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 for the specified user blob attribute.
Returns:
a Field UUID String.

setFieldUUID

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

getAttributeContent

public byte[] getAttributeContent()
Gets the content for the user blob attribute.
Returns:
the content for the user blob attribute.

setAttributeContent

public void setAttributeContent(byte[] content)
Sets user blob attribute content.
Parameters:
attrValue - the user blob attribute content to be stored.

Novell exteNd
Director 5.2 API