public class MaxIfaceProcInfo
extends java.lang.Object
Constructor and Description |
---|
MaxIfaceProcInfo()
Construct the MaxInterfaceInfo
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Return the class name.
|
java.util.Map<java.lang.String,java.util.List<MaxIfaceCondDetailInfo>> |
getConditions()
Return condiotions for the rule.
|
java.lang.String |
getHierarchyPath()
Return the Hierarchy Path.
|
java.lang.String |
getInterface()
Return the name of the service/ channel.
|
java.lang.String |
getMosName()
Return the name of Object Structure.
|
int |
getProcessOrder()
Return the process order.
|
java.lang.String |
getProcMessage()
Return the process message key.
|
java.lang.String |
getProcName()
Return the proc name .
|
java.lang.String |
getProcType()
Return the type of the proc.
|
java.util.Map<java.lang.String,java.util.List<MaxReplaceProcInfo>> |
getReplaceDetails()
Return replace details.
|
java.lang.String |
getTableName()
Return the proc table name .
|
java.util.Map<java.lang.String,java.util.List<MaxTransformProcInfo>> |
getTransformDetails()
Return transform details.
|
boolean |
hasConditions()
Evaluates if rule has conditions.
|
boolean |
isDelete()
Return delete flag
|
boolean |
isEnabled()
Return enables flag
|
boolean |
isInsert()
Return insert flag
|
boolean |
isUpdate()
Return update flag
|
void |
setClassName(java.lang.String t)
Set the name of the message key
|
void |
setConditions(java.util.Map<java.lang.String,java.util.List<MaxIfaceCondDetailInfo>> d)
Set conditions for the rule
|
void |
setEnabled(int e)
Set enabled flag
|
void |
setHierarchyPath(java.lang.String e)
Set the Hierarchy Path
|
void |
setInterface(java.lang.String e)
Set the name of the service/ channel
|
void |
setIsDelete(int e)
Set delete flag
|
void |
setIsInsert(int e)
Set insert flag
|
void |
setIsUpdate(int e)
Set update flag
|
void |
setMosName(java.lang.String e)
Set the name of the Object Structure
|
void |
setProcessOrder(int e)
Set the nprocess order
|
void |
setProcMessage(java.lang.String t)
Set the name of the message key
|
void |
setProcName(java.lang.String t)
Set the name of the rule
|
void |
setProcType(java.lang.String c)
Set the type of the proc
|
void |
setReplaceDetails(java.util.Map<java.lang.String,java.util.List<MaxReplaceProcInfo>> d)
Set replace details
|
void |
setTableName(java.lang.String t)
Set the name of the table
|
void |
setTransformDetails(java.util.Map<java.lang.String,java.util.List<MaxTransformProcInfo>> d)
Set transform details
|
java.lang.String |
toString()
Dump the details of the MaxIfaceProc.
|
public void setProcName(java.lang.String t)
t
- Give rule name.public java.lang.String getProcName()
public java.lang.String getProcType()
public void setProcType(java.lang.String c)
c
- Give proc type.public int getProcessOrder()
public void setProcessOrder(int e)
e
- Give process order.public java.lang.String getHierarchyPath()
public void setHierarchyPath(java.lang.String e)
e
- Give Hierarchy Path.public java.lang.String getInterface()
public void setInterface(java.lang.String e)
e
- Give service/ channel name.public java.lang.String getMosName()
public void setMosName(java.lang.String e)
e
- Give Object Structure name.public void setTableName(java.lang.String t)
t
- Give table name.public java.lang.String getTableName()
public void setProcMessage(java.lang.String t)
t
- Give message key name.public java.lang.String getProcMessage()
public void setClassName(java.lang.String t)
t
- Give class name.public java.lang.String getClassName()
public boolean isEnabled()
public boolean isInsert()
public boolean isUpdate()
public boolean isDelete()
public void setEnabled(int e)
e
- Enabled flagpublic void setIsInsert(int e)
e
- Insert flagpublic void setIsUpdate(int e)
e
- Update flagpublic void setIsDelete(int e)
e
- Delete flagpublic java.util.Map<java.lang.String,java.util.List<MaxIfaceCondDetailInfo>> getConditions()
public boolean hasConditions()
public void setConditions(java.util.Map<java.lang.String,java.util.List<MaxIfaceCondDetailInfo>> d)
d
- Give HashMap of all conditions for a rule.public java.util.Map<java.lang.String,java.util.List<MaxReplaceProcInfo>> getReplaceDetails()
public void setReplaceDetails(java.util.Map<java.lang.String,java.util.List<MaxReplaceProcInfo>> d)
d
- Give HashMap of replace details.public java.util.Map<java.lang.String,java.util.List<MaxTransformProcInfo>> getTransformDetails()
public void setTransformDetails(java.util.Map<java.lang.String,java.util.List<MaxTransformProcInfo>> d)
d
- Give HashMap of transform details.public java.lang.String toString()
toString
in class java.lang.Object