Skip navigation links


oracle.iam.request.vo
Class RequestEntityAttribute

java.lang.Object
  extended by oracle.iam.request.vo.RequestEntityAttribute

All Implemented Interfaces:
java.io.Serializable

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

Nested Class Summary
static class RequestEntityAttribute.ACTION
           
static class RequestEntityAttribute.TYPE
           

 

Field Summary
static java.lang.String DATE_TYPE
           

 

Constructor Summary
RequestEntityAttribute()
           
RequestEntityAttribute(java.lang.String name, java.io.Serializable value, RequestEntityAttribute.TYPE type)
           
RequestEntityAttribute(java.lang.String name, java.io.Serializable value, RequestEntityAttribute.TYPE type, RequestEntityAttribute.ACTION action, java.lang.String rowKey)
           

 

Method Summary
 void addEntityAttribute(RequestEntityAttribute attribute)
           
 RequestEntityAttribute.ACTION getAction()
           
 java.util.List getChildAttributes()
           
 java.lang.String getDefaultMLSValue()
           
 java.util.Map getMlsMap()
           
 java.lang.String getName()
           
 java.lang.String getRowKey()
           
 RequestEntityAttribute.TYPE getType()
           
 java.lang.String getTypeHolder()
           
 java.io.Serializable getValue()
           
 java.lang.String getValueHolder()
           
 char[] getValueHolderAsCharArray()
           
 java.lang.Byte[] getValueHolderByteArray()
           
 boolean hasChild()
           
 boolean isLengthValid(int maxLength)
           
 boolean isMasked()
           
 boolean isMLS()
           
 boolean isValueValid()
           
 void removeEntityAttribute(RequestEntityAttribute attribute)
           
 void setAction(RequestEntityAttribute.ACTION action)
           
 void setChildAttributes(java.util.List entityAttributes)
           
 void setDefaultMLSValue(java.lang.String value)
           
 void setHasChild(boolean hasChild)
           
 void setMasked(boolean masked)
           
 void setMLS(boolean mls)
           
 void setMlsMap(java.util.Map value)
           
 void setName(java.lang.String attrName)
           
 void setRowKey(java.lang.String rowKey)
           
 void setType(RequestEntityAttribute.TYPE attrType)
           
 void setValue(java.io.Serializable attrValue)
           

 

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

 

Field Detail

DATE_TYPE

public static final java.lang.String DATE_TYPE
See Also:
Constant Field Values

Constructor Detail

RequestEntityAttribute

public RequestEntityAttribute()

RequestEntityAttribute

public RequestEntityAttribute(java.lang.String name,
                              java.io.Serializable value,
                              RequestEntityAttribute.TYPE type)

RequestEntityAttribute

public RequestEntityAttribute(java.lang.String name,
                              java.io.Serializable value,
                              RequestEntityAttribute.TYPE type,
                              RequestEntityAttribute.ACTION action,
                              java.lang.String rowKey)

Method Detail

hasChild

public boolean hasChild()

setHasChild

public void setHasChild(boolean hasChild)

getChildAttributes

public java.util.List getChildAttributes()

setChildAttributes

public void setChildAttributes(java.util.List entityAttributes)

removeEntityAttribute

public void removeEntityAttribute(RequestEntityAttribute attribute)

addEntityAttribute

public void addEntityAttribute(RequestEntityAttribute attribute)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String attrName)

getValue

public java.io.Serializable getValue()

setValue

public void setValue(java.io.Serializable attrValue)

getType

public RequestEntityAttribute.TYPE getType()

setType

public void setType(RequestEntityAttribute.TYPE attrType)

getTypeHolder

public java.lang.String getTypeHolder()

getValueHolder

public java.lang.String getValueHolder()

getValueHolderByteArray

public java.lang.Byte[] getValueHolderByteArray()

getValueHolderAsCharArray

public char[] getValueHolderAsCharArray()

getRowKey

public java.lang.String getRowKey()

setRowKey

public void setRowKey(java.lang.String rowKey)

getAction

public RequestEntityAttribute.ACTION getAction()

setAction

public void setAction(RequestEntityAttribute.ACTION action)

isValueValid

public boolean isValueValid()

isLengthValid

public boolean isLengthValid(int maxLength)

isMasked

public boolean isMasked()

setMasked

public void setMasked(boolean masked)

isMLS

public boolean isMLS()

setMLS

public void setMLS(boolean mls)

getDefaultMLSValue

public java.lang.String getDefaultMLSValue()

setDefaultMLSValue

public void setDefaultMLSValue(java.lang.String value)

getMlsMap

public java.util.Map getMlsMap()

setMlsMap

public void setMlsMap(java.util.Map value)

Skip navigation links


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