Class RequestProfileEntityAttribute

java.lang.Object
oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
All Implemented Interfaces:
Serializable

public class RequestProfileEntityAttribute extends Object implements Serializable
### Generated by EclipseLink Project EclipseLink Workbench Workbench Core Library 1.0.2 - Tue Sep 27 23:14:30 PDT 2011. ###
See Also:
  • Field Details

    • parentEntityAttribute

      public org.eclipse.persistence.indirection.ValueHolderInterface parentEntityAttribute
  • Constructor Details

    • RequestProfileEntityAttribute

      public RequestProfileEntityAttribute()
  • Method Details

    • getChildAttributes

      public List<RequestProfileEntityAttribute> getChildAttributes()
    • getEntityFieldValueBlob

      public byte[] getEntityFieldValueBlob()
    • getName

      public String getName()
    • getType

      @Deprecated public String getType()
      Deprecated.
      as of 11.1.2.2.0, replaced by getTYPE().
      Returns:
    • getTYPE

      Returns:
      The RequestProfileEntityAttribute.TYPE
      Since:
      11.1.2.2.0
    • getValue

      public Serializable getValue()
    • hasChild

      public Boolean hasChild()
    • isMasked

      public Boolean isMasked()
    • getKey

      public Long getKey()
    • setChildAttributes

      public void setChildAttributes(List<RequestProfileEntityAttribute> childAttributes)
    • setEntityFieldValueBlob

      @Deprecated public void setEntityFieldValueBlob(byte[] entityFieldValueBlob)
      Deprecated.
      as of 11.1.2.2.0, replaced by setValue(Serializable fieldValue).
      Parameters:
      entityFieldValueBlob -
    • setName

      public void setName(String fieldName)
    • setType

      @Deprecated public void setType(String fieldType)
      Deprecated.
      as of 11.1.2.2.0, replaced by RequestProfileEntityAttribute.setTYPE(TYPE type).
      Parameters:
      fieldType -
    • setTYPE

      public void setTYPE(RequestProfileEntityAttribute.TYPE type)
      Parameters:
      type - The Request Profile Entity Attribute type
      Since:
      11.1.2.2.0
    • setValue

      public void setValue(Serializable fieldValue)
    • setHasChild

      public void setHasChild(Boolean hasChild)
    • setMasked

      public void setMasked(Boolean ismasked)
    • setProfileEntity

      public void setProfileEntity(RequestProfileEntity profileEntity)
    • getProfileEntity

      public RequestProfileEntity getProfileEntity()
    • setParentEntityAttribute

      public void setParentEntityAttribute(RequestProfileEntityAttribute parentEntityAttribute)
    • getParentEntityAttribute

      public RequestProfileEntityAttribute getParentEntityAttribute()
    • toString

      public String toString()
      Overrides:
      toString in class Object