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 enum
static 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 TypeMethodDescriptionvoid
addEntityAttribute
(RequestEntityAttribute attribute) getName()
getType()
getValue()
char[]
Byte[]
boolean
hasChild()
boolean
isLengthValid
(int maxLength) boolean
isMasked()
boolean
isMLS()
boolean
boolean
void
removeEntityAttribute
(RequestEntityAttribute attribute) void
void
setChildAttributes
(List<RequestEntityAttribute> entityAttributes) void
setDefaultMLSValue
(String value) void
setHasChild
(boolean hasChild) void
setMasked
(boolean masked) void
setMLS
(boolean mls) void
void
setMultiValued
(boolean multiValued) void
void
void
setType
(RequestEntityAttribute.TYPE attrType) void
setValue
(Serializable attrValue) void
setValues
(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()
-