|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
public static final String EL_FW_USER_BLOBATTR
| Method Detail |
public String getUserUUID()
public void setUserUUID(String uuid)
user - UUID.public String getFieldUUID()
public void setFieldUUID(String fieldIID)
fieldIID - a field UUID.public byte[] getAttributeContent()
public void setAttributeContent(byte[] content)
attrValue - the user blob attribute content to be stored.
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||