Skip navigation links


oracle.iam.platform.authopss.vo
Class EntityDefinition

java.lang.Object
  extended by oracle.iam.platform.authopss.vo.EntityDefinition

All Implemented Interfaces:
java.io.Serializable

public class EntityDefinition
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
EntityDefinition(java.lang.String uniqueEntityId, java.lang.Class lookupClass)
           

 

Method Summary
 java.lang.Class getLookupClass()
           
 java.lang.String getUniqueEntityId()
           

 

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

 

Constructor Detail

EntityDefinition

public EntityDefinition(java.lang.String uniqueEntityId,
                        java.lang.Class lookupClass)
Parameters:
uniqueEntityId -
lookupClass -

Method Detail

getUniqueEntityId

public final java.lang.String getUniqueEntityId()
Returns:
the uniqueEntityId

getLookupClass

public final java.lang.Class getLookupClass()
Returns:
the lookupClass

Skip navigation links


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