Package oracle.iam.requestprofile.vo
Class RequestProfileEntityAttribute
java.lang.Object
oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
- All Implemented Interfaces:
Serializable
### Generated by EclipseLink Project EclipseLink Workbench Workbench Core Library 1.0.2 - Tue Sep 27 23:14:30 PDT 2011. ###
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The RequestProfileEntityAttribute's data type -
Field Summary
FieldsModifier and TypeFieldDescriptionorg.eclipse.persistence.indirection.ValueHolderInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getKey()
getName()
getType()
Deprecated.getTYPE()
getValue()
hasChild()
isMasked()
void
setChildAttributes
(List<RequestProfileEntityAttribute> childAttributes) void
setEntityFieldValueBlob
(byte[] entityFieldValueBlob) Deprecated.as of 11.1.2.2.0, replaced bysetValue(Serializable fieldValue)
.void
setHasChild
(Boolean hasChild) void
void
void
setParentEntityAttribute
(RequestProfileEntityAttribute parentEntityAttribute) void
setProfileEntity
(RequestProfileEntity profileEntity) void
Deprecated.as of 11.1.2.2.0, replaced byRequestProfileEntityAttribute.setTYPE(TYPE type)
.void
void
setValue
(Serializable fieldValue) toString()
-
Field Details
-
parentEntityAttribute
public org.eclipse.persistence.indirection.ValueHolderInterface parentEntityAttribute
-
-
Constructor Details
-
RequestProfileEntityAttribute
public RequestProfileEntityAttribute()
-
-
Method Details
-
getChildAttributes
-
getEntityFieldValueBlob
public byte[] getEntityFieldValueBlob() -
getName
-
getType
Deprecated.as of 11.1.2.2.0, replaced bygetTYPE()
.- Returns:
-
getTYPE
- Returns:
- The RequestProfileEntityAttribute.TYPE
- Since:
- 11.1.2.2.0
-
getValue
-
hasChild
-
isMasked
-
getKey
-
setChildAttributes
-
setEntityFieldValueBlob
Deprecated.as of 11.1.2.2.0, replaced bysetValue(Serializable fieldValue)
.- Parameters:
entityFieldValueBlob
-
-
setName
-
setType
Deprecated.as of 11.1.2.2.0, replaced byRequestProfileEntityAttribute.setTYPE(TYPE type)
.- Parameters:
fieldType
-
-
setTYPE
- Parameters:
type
- The Request Profile Entity Attribute type- Since:
- 11.1.2.2.0
-
setValue
-
setHasChild
-
setMasked
-
setProfileEntity
-
getProfileEntity
-
setParentEntityAttribute
-
getParentEntityAttribute
-
toString
-
getTYPE()
.