public class RequestProfileEntityAttribute
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RequestProfileEntityAttribute.TYPE
The RequestProfileEntityAttribute's data type
|
Modifier and Type | Field and Description |
---|---|
org.eclipse.persistence.indirection.ValueHolderInterface |
parentEntityAttribute |
Constructor and Description |
---|
RequestProfileEntityAttribute() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getChildAttributes() |
byte[] |
getEntityFieldValueBlob() |
java.lang.Long |
getKey() |
java.lang.String |
getName() |
RequestProfileEntityAttribute |
getParentEntityAttribute() |
RequestProfileEntity |
getProfileEntity() |
java.lang.String |
getType()
Deprecated.
as of 11.1.2.2.0,
replaced by
getTYPE() . |
RequestProfileEntityAttribute.TYPE |
getTYPE() |
java.io.Serializable |
getValue() |
java.lang.Boolean |
hasChild() |
java.lang.Boolean |
isMasked() |
void |
setChildAttributes(java.util.List childAttributes) |
void |
setEntityFieldValueBlob(byte[] entityFieldValueBlob)
Deprecated.
as of 11.1.2.2.0,
replaced by
setValue(Serializable fieldValue) . |
void |
setHasChild(java.lang.Boolean hasChild) |
void |
setMasked(java.lang.Boolean ismasked) |
void |
setName(java.lang.String fieldName) |
void |
setParentEntityAttribute(RequestProfileEntityAttribute parentEntityAttribute) |
void |
setProfileEntity(RequestProfileEntity profileEntity) |
void |
setTYPE(RequestProfileEntityAttribute.TYPE type) |
void |
setType(java.lang.String fieldType)
Deprecated.
as of 11.1.2.2.0,
replaced by
RequestProfileEntityAttribute.setTYPE(TYPE type) . |
void |
setValue(java.io.Serializable fieldValue) |
java.lang.String |
toString() |
public org.eclipse.persistence.indirection.ValueHolderInterface parentEntityAttribute
public java.util.List getChildAttributes()
public byte[] getEntityFieldValueBlob()
public java.lang.String getName()
@Deprecated public java.lang.String getType()
getTYPE()
.public RequestProfileEntityAttribute.TYPE getTYPE()
public java.io.Serializable getValue()
public java.lang.Boolean hasChild()
public java.lang.Boolean isMasked()
public java.lang.Long getKey()
public void setChildAttributes(java.util.List childAttributes)
@Deprecated public void setEntityFieldValueBlob(byte[] entityFieldValueBlob)
setValue(Serializable fieldValue)
.entityFieldValueBlob
- public void setName(java.lang.String fieldName)
@Deprecated public void setType(java.lang.String fieldType)
RequestProfileEntityAttribute.setTYPE(TYPE type)
.fieldType
- public void setTYPE(RequestProfileEntityAttribute.TYPE type)
type
- The Request Profile Entity Attribute typepublic void setValue(java.io.Serializable fieldValue)
public void setHasChild(java.lang.Boolean hasChild)
public void setMasked(java.lang.Boolean ismasked)
public void setProfileEntity(RequestProfileEntity profileEntity)
public RequestProfileEntity getProfileEntity()
public void setParentEntityAttribute(RequestProfileEntityAttribute parentEntityAttribute)
public RequestProfileEntityAttribute getParentEntityAttribute()
public java.lang.String toString()
toString
in class java.lang.Object