public class MicSetInfo
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
MicSetInfo(MosDetailInfo mosDetlInfo)
Deprecated.
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAltKeys()
Deprecated.
Get alternate keys for this object
|
java.util.List |
getChildren()
Deprecated.
Returns a List of MicSetInfo objects which are children to the current
MicSetInfo object
|
java.util.List |
getColumns()
Deprecated.
Get the list of columns
|
java.util.List<IfaceColumnInfo> |
getIfaceTbExclusiveCols()
Deprecated.
Get the integration object name
|
IfaceTbKey |
getIfaceTbKey()
Deprecated.
Get the integration object name
|
java.lang.String |
getIntObjectName()
Deprecated.
Get the integration object name
|
java.util.Map |
getKeyInfoMap()
Deprecated.
Get a Map of key IfaceColumnInfo objects for this object
|
MosDetailInfo |
getMosDetailInfo()
Deprecated.
Get the Maximo Object Structure Detail Inof
|
java.lang.String |
getObjectName()
Deprecated.
Returns object name
|
int |
getObjectOrder()
Deprecated.
Return the object order
|
java.lang.String |
getParentObjName()
* @deprecated
Return parent object name
|
int |
getProcessOrder()
Deprecated.
Get the process order
|
java.lang.String |
getRelation()
Deprecated.
Returns the relationship name
|
boolean |
isAltKey(java.lang.String key)
Deprecated.
Returns whether the given column is part of the alternate key for this
object
|
boolean |
isMerge()
Deprecated.
Return whether this is a merge structure?
|
boolean |
isPrimaryTable()
Deprecated.
Returns whether this is a primary object in the structure
|
boolean |
isSelfReferencing()
Deprecated.
Is this structure a hierarchy
|
public MicSetInfo(MosDetailInfo mosDetlInfo)
mosDetlInfo
- integration object namepublic MosDetailInfo getMosDetailInfo()
public IfaceTbKey getIfaceTbKey()
public java.util.List<IfaceColumnInfo> getIfaceTbExclusiveCols()
public java.lang.String getIntObjectName()
public int getObjectOrder()
public boolean isPrimaryTable()
public java.lang.String getObjectName()
public java.lang.String getRelation()
public java.util.List getChildren()
public java.lang.String getParentObjName()
public int getProcessOrder()
public java.util.List getColumns()
public java.util.Map getKeyInfoMap()
public boolean isAltKey(java.lang.String key)
public java.lang.String[] getAltKeys()
public boolean isSelfReferencing()
public boolean isMerge()