Skip navigation links


oracle.iam.platform.utils.lookup.vo
Class DependentAttributeVO

java.lang.Object
  extended by oracle.iam.platform.utils.lookup.vo.DependentAttributeVO

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
DependentAttributeVO()
           

 

Method Summary
 java.lang.String getDependentAttrValue()
           
 int getFirstIndex()
           
 int getLastIndex()
           
 java.lang.String getSource()
           
 void setDependentAttrValue(java.lang.String dependentAttrValue)
           
 void setFirstIndex(int firstIndex)
           
 void setLastIndex(int lastIndex)
           
 void setSource(java.lang.String source)
           

 

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

 

Constructor Detail

DependentAttributeVO

public DependentAttributeVO()

Method Detail

getFirstIndex

public int getFirstIndex()

setFirstIndex

public void setFirstIndex(int firstIndex)

getLastIndex

public int getLastIndex()

setLastIndex

public void setLastIndex(int lastIndex)

setDependentAttrValue

public void setDependentAttrValue(java.lang.String dependentAttrValue)

getDependentAttrValue

public java.lang.String getDependentAttrValue()

getSource

public java.lang.String getSource()

setSource

public void setSource(java.lang.String source)

Skip navigation links


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