public final class IntMappingInfo
extends java.lang.Object
Constructor and Description |
---|
IntMappingInfo(java.lang.String intObjectName,
java.lang.String mapObject,
java.lang.String hierarchyPath,
java.lang.String objectName,
java.lang.String relation,
int isResponse,
int processOrder)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHierarchyPath()
Get hierarachy path
|
java.lang.String |
getMapObject()
Get map object name
|
java.util.List<IntMappingDetailInfo> |
getObjectMappings()
Get details mapping list
|
int |
getProcessOrder()
Get the endpoint name
|
java.lang.String |
getRelation()
Get relation name
|
java.lang.String |
getSourceObject()
Get source object name
|
java.lang.String |
intObjectName()
Get object structure name
|
boolean |
isResponse()
Get request/response indentifier
|
void |
setObjectMappings(java.util.List<IntMappingDetailInfo> map)
Sets details mapping list
|
public IntMappingInfo(java.lang.String intObjectName, java.lang.String mapObject, java.lang.String hierarchyPath, java.lang.String objectName, java.lang.String relation, int isResponse, int processOrder)
intObjectName
- object structure namemapObject
- map object descriptionhierarchyPath
- hierarachy pathobjectName
- object namerelation
- relationisResponse
- request/response indentifierprocessOrder
- process orderpublic java.lang.String getMapObject()
public java.lang.String intObjectName()
public int getProcessOrder()
public java.lang.String getHierarchyPath()
public java.lang.String getSourceObject()
public java.lang.String getRelation()
public boolean isResponse()
public void setObjectMappings(java.util.List<IntMappingDetailInfo> map)
map
- map of all mapping detailspublic java.util.List<IntMappingDetailInfo> getObjectMappings()