Class RequestProfileEntity

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

public class RequestProfileEntity extends Object implements Serializable
### Generated by EclipseLink Project EclipseLink Workbench Workbench Core Library 1.0.2 - Tue Sep 27 21:19:34 PDT 2011. ###
See Also:
  • Constructor Details

    • RequestProfileEntity

      public RequestProfileEntity()
  • Method Details

    • getAttributes

      public List<RequestProfileEntityAttribute> getAttributes()
    • getEntityID

      public String getEntityID()
    • getEntityName

      public String getEntityName()
    • getEntityType

      public String getEntityType()
    • getKey

      public Long getKey()
    • getOperation

      public String getOperation()
    • setAttributes

      public void setAttributes(List<RequestProfileEntityAttribute> attributes)
    • setEntityID

      public void setEntityID(String entityID)
    • setEntityName

      public void setEntityName(String entityName)
    • setEntityType

      public void setEntityType(String entityType)
    • setOperation

      public void setOperation(String operation)
    • setRequestProfile

      public void setRequestProfile(RequestProfile requestProfile)
    • getRequestProfile

      public RequestProfile getRequestProfile()
    • toString

      public String toString()
      Overrides:
      toString in class Object