|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.survivor.SystemFieldListMap.SystemKey
The SystemKey class is an inner class representing a system code and local ID pair mapped to a corresponding list of system fields in an instance of SystemFieldListMap.
| Constructor Summary | |
SystemFieldListMap.SystemKey(java.lang.String code,
java.lang.String id)
Creates a new instance of the SystemKey class. |
|
| Method Summary | |
java.lang.String |
getLid()
Retrieves the local ID from an instance of SystemKey. |
java.lang.String |
getSystemCode()
Retrieves the system code from an instance of SystemKey. |
java.lang.String |
toString()
Retrieves a string representation of a SystemKey object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SystemFieldListMap.SystemKey(java.lang.String code,
java.lang.String id)
code - The system code of the system key.id - The local ID of the system key.
| Method Detail |
public java.lang.String getLid()
String - A local ID.
public java.lang.String getSystemCode()
String - A system code.
public java.lang.String toString()
String - A string representation of the system key.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.