Package oracle.iam.requestprofile.vo
Class RequestProfileEntity
java.lang.Object
oracle.iam.requestprofile.vo.RequestProfileEntity
- All Implemented Interfaces:
Serializable
### Generated by EclipseLink Project EclipseLink Workbench Workbench Core Library 1.0.2 - Tue Sep 27 21:19:34 PDT 2011. ###
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
void
setAttributes
(List<RequestProfileEntityAttribute> attributes) void
setEntityID
(String entityID) void
setEntityName
(String entityName) void
setEntityType
(String entityType) void
setOperation
(String operation) void
setRequestProfile
(RequestProfile requestProfile) toString()
-
Constructor Details
-
RequestProfileEntity
public RequestProfileEntity()
-
-
Method Details