Skip navigation links


oracle.iam.requestprofile.vo
Class RequestProfileEntityAttribute

java.lang.Object
  extended by oracle.iam.requestprofile.vo.RequestProfileEntityAttribute

All Implemented Interfaces:
java.io.Serializable

public class RequestProfileEntityAttribute
extends java.lang.Object
implements java.io.Serializable

### Generated by EclipseLink Project EclipseLink Workbench Workbench Core Library 1.0.2 - Tue Sep 27 23:14:30 PDT 2011. ###

See Also:
Serialized Form

Field Summary
 ValueHolderInterface parentEntityAttribute
           

 

Constructor Summary
RequestProfileEntityAttribute()
           

 

Method Summary
 java.util.List getChildAttributes()
           
 byte[] getEntityFieldValueBlob()
           
 java.lang.Long getKey()
           
 java.lang.String getName()
           
 RequestProfileEntityAttribute getParentEntityAttribute()
           
 RequestProfileEntity getProfileEntity()
           
 java.lang.String getType()
           
 java.io.Serializable getValue()
           
 java.lang.Boolean hasChild()
           
 java.lang.Boolean isMasked()
           
 void setChildAttributes(java.util.List childAttributes)
           
 void setEntityFieldValueBlob(byte[] entityFieldValueBlob)
           
 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(java.lang.String fieldType)
           
 void setValue(java.io.Serializable fieldValue)
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

parentEntityAttribute

public ValueHolderInterface parentEntityAttribute

Constructor Detail

RequestProfileEntityAttribute

public RequestProfileEntityAttribute()

Method Detail

getChildAttributes

public java.util.List getChildAttributes()

getEntityFieldValueBlob

public byte[] getEntityFieldValueBlob()

getName

public java.lang.String getName()

getType

public java.lang.String getType()

getValue

public java.io.Serializable getValue()

hasChild

public java.lang.Boolean hasChild()

isMasked

public java.lang.Boolean isMasked()

getKey

public java.lang.Long getKey()

setChildAttributes

public void setChildAttributes(java.util.List childAttributes)

setEntityFieldValueBlob

public void setEntityFieldValueBlob(byte[] entityFieldValueBlob)

setName

public void setName(java.lang.String fieldName)

setType

public void setType(java.lang.String fieldType)

setValue

public void setValue(java.io.Serializable fieldValue)

setHasChild

public void setHasChild(java.lang.Boolean hasChild)

setMasked

public void setMasked(java.lang.Boolean ismasked)

setProfileEntity

public void setProfileEntity(RequestProfileEntity profileEntity)

getProfileEntity

public RequestProfileEntity getProfileEntity()

setParentEntityAttribute

public void setParentEntityAttribute(RequestProfileEntityAttribute parentEntityAttribute)

getParentEntityAttribute

public RequestProfileEntityAttribute getParentEntityAttribute()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.