Package oracle.iam.request.vo
Class RequestEntityAttribute
java.lang.Object
oracle.iam.request.vo.RequestEntityAttribute
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRequestEntityAttribute(String name, Serializable value, RequestEntityAttribute.TYPE type) RequestEntityAttribute(String name, Serializable value, RequestEntityAttribute.TYPE type, RequestEntityAttribute.ACTION action, String rowKey) RequestEntityAttribute(String name, List<Serializable> values, RequestEntityAttribute.TYPE type, RequestEntityAttribute.ACTION action) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntityAttribute(RequestEntityAttribute attribute) getName()getType()getValue()char[]Byte[]booleanhasChild()booleanisLengthValid(int maxLength) booleanisMasked()booleanisMLS()booleanbooleanvoidremoveEntityAttribute(RequestEntityAttribute attribute) voidvoidsetChildAttributes(List<RequestEntityAttribute> entityAttributes) voidsetDefaultMLSValue(String value) voidsetHasChild(boolean hasChild) voidsetMasked(boolean masked) voidsetMLS(boolean mls) voidvoidsetMultiValued(boolean multiValued) voidvoidvoidsetType(RequestEntityAttribute.TYPE attrType) voidsetValue(Serializable attrValue) voidsetValues(List<Serializable> values)
-
Field Details
-
DATE_TYPE
- See Also:
-
-
Constructor Details
-
RequestEntityAttribute
public RequestEntityAttribute() -
RequestEntityAttribute
-
RequestEntityAttribute
public RequestEntityAttribute(String name, List<Serializable> values, RequestEntityAttribute.TYPE type, RequestEntityAttribute.ACTION action) -
RequestEntityAttribute
public RequestEntityAttribute(String name, Serializable value, RequestEntityAttribute.TYPE type, RequestEntityAttribute.ACTION action, String rowKey)
-
-
Method Details
-
hasChild
public boolean hasChild() -
setHasChild
public void setHasChild(boolean hasChild) -
getChildAttributes
-
setChildAttributes
-
removeEntityAttribute
-
addEntityAttribute
-
getName
-
setName
-
getValue
-
setValue
-
getType
-
setType
-
getTypeHolder
-
getValueHolder
-
getValueHolderByteArray
-
getValueHolderAsCharArray
public char[] getValueHolderAsCharArray() -
getRowKey
-
setRowKey
-
getAction
-
setAction
-
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
-
setDefaultMLSValue
-
getMlsMap
-
setMlsMap
-
setValues
-
getValues
-
setMultiValued
public void setMultiValued(boolean multiValued) -
isMultiValued
public boolean isMultiValued()
-