Package oracle.iam.request.vo
Class RequestBeneficiaryEntityAttribute
java.lang.Object
oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRequestBeneficiaryEntityAttribute
(String name, Serializable value, RequestBeneficiaryEntityAttribute.TYPE type) RequestBeneficiaryEntityAttribute
(String name, Serializable value, RequestBeneficiaryEntityAttribute.TYPE type, RequestBeneficiaryEntityAttribute.ACTION action, String rowKey) -
Method Summary
Modifier and TypeMethodDescriptionvoid
getName()
getType()
getValue()
boolean
hasChild()
boolean
isLengthValid
(int maxLength) boolean
isMasked()
boolean
isMLS()
boolean
void
void
void
setChildAttributes
(List<RequestBeneficiaryEntityAttribute> entityAttributes) void
setDefaultMLSValue
(String value) void
setHasChild
(boolean hasChild) void
setMasked
(boolean masked) void
setMLS
(boolean mls) void
void
void
void
void
setValue
(Serializable attrValue)
-
Field Details
-
DATE_TYPE
- See Also:
-
-
Constructor Details
-
RequestBeneficiaryEntityAttribute
public RequestBeneficiaryEntityAttribute() -
RequestBeneficiaryEntityAttribute
public RequestBeneficiaryEntityAttribute(String name, Serializable value, RequestBeneficiaryEntityAttribute.TYPE type) -
RequestBeneficiaryEntityAttribute
public RequestBeneficiaryEntityAttribute(String name, Serializable value, RequestBeneficiaryEntityAttribute.TYPE type, RequestBeneficiaryEntityAttribute.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
-
getValueHolder
-
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
-