Skip navigation links


oracle.iam.policyengine.vo
Class ReturnValue

java.lang.Object
  extended by oracle.iam.platform.entitymgr.vo.AbstractEntity
      extended by oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
          extended by oracle.iam.policyengine.vo.ReturnValue

All Implemented Interfaces:
java.io.Serializable

public class ReturnValue
extends AbstractFixedEntity
See Also:
Serialized Form

Constructor Summary
ReturnValue()
           
ReturnValue(java.lang.String entityId, boolean childEntity)
           

 

Method Summary
 java.lang.String getAttributeName()
           
 java.lang.String getAttributeValue()
           
 java.lang.String getEntityType()
           
 java.lang.String getGroovyExpression()
           
 void setAttributeName(java.lang.String attributeName)
           
 void setAttributeValue(java.lang.String attributeValue)
           
 void setGroovyExpression(java.lang.String groovyExpression)
           

 

Methods inherited from class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
getCreate, getCreateById, getDescription, getName, getOwnerId, getUpdate, getUpdateById, isLocked, setDescription, setName, setOwnerId

 

Methods inherited from class oracle.iam.platform.entitymgr.vo.AbstractEntity
getAttribute, getAttributeNames, getAttributes, getEntityId, isChildEntity, setAttribute, toString

 

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

 

Constructor Detail

ReturnValue

public ReturnValue()

ReturnValue

public ReturnValue(java.lang.String entityId,
                   boolean childEntity)

Method Detail

getEntityType

public java.lang.String getEntityType()
Specified by:
getEntityType in class AbstractEntity

getAttributeName

public java.lang.String getAttributeName()

setAttributeName

public void setAttributeName(java.lang.String attributeName)

getAttributeValue

public java.lang.String getAttributeValue()

setAttributeValue

public void setAttributeValue(java.lang.String attributeValue)

getGroovyExpression

public java.lang.String getGroovyExpression()

setGroovyExpression

public void setGroovyExpression(java.lang.String groovyExpression)

Skip navigation links


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