|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.request.vo.RequestBeneficiaryEntity
public class RequestBeneficiaryEntity
value object to store entity name and its data
| Constructor Summary | |
|---|---|
RequestBeneficiaryEntity() |
|
| Method Summary | |
|---|---|
java.util.List |
getEntityData()Gets the entity attributes. |
java.lang.String |
getEntityKey() |
java.lang.String |
getEntitySubType()Gets the entity sub type of the request entity. |
java.lang.String |
getEntityType()Gets the entity type of this entity |
void |
setEntityData(java.util.List param)Sets the entity attributes. |
void |
setEntityKey(java.lang.String entityKey)Sets the key of the entity. |
void |
setEntitySubType(java.lang.String entitySubType)Sets the entity sub type of the request entity. |
void |
setEntityType(java.lang.String type)Set the type of the request entity. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestBeneficiaryEntity()
| Method Detail |
|---|
public void setEntityType(java.lang.String type)
type - of the request entity.public java.lang.String getEntityType()
public void setEntityData(java.util.List param)
public java.util.List getEntityData()
public java.lang.String getEntitySubType()
public void setEntitySubType(java.lang.String entitySubType)
entityName -public java.lang.String getEntityKey()
public void setEntityKey(java.lang.String entityKey)
entityKey -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||