|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.apelon.dts.client.common.CodeAndIDGenerator com.apelon.dts.client.plugins.PromptForCodeAndId
public class PromptForCodeAndId
Concept/term code and ID generator that prompts the user to enter values.
Copyright: Copyright (c) 2003
Company: Apelon, Inc.
Field Summary |
---|
Fields inherited from class com.apelon.dts.client.common.CodeAndIDGenerator |
---|
CODE_AND_ID_GENERATOR_FILE_PATH, CODE_AND_ID_GENERATOR_PACKAGE_PATH, RELATIVE_CODE_AND_ID_GENERATOR_FILE_PATH |
Constructor Summary | |
---|---|
PromptForCodeAndId(ServerConnection sc)
Constructs CodeAndIDGenerator. |
Method Summary | |
---|---|
String |
getCode(DTSObject conceptOrTerm)
Implement to create a code for a new concept or term. |
String |
getDescription()
Implement to describe how a code and ID is assigned to a concept by this class. |
int |
getId(DTSObject conceptOrTerm)
Implement to create an ID for a new concept or term. |
Methods inherited from class com.apelon.dts.client.common.CodeAndIDGenerator |
---|
getCodeAndIDGeneratorFilePath, getDefaultImplClass, getServerConnection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PromptForCodeAndId(ServerConnection sc)
sc
- ServerConnection which may be used to
instantiate any of the DTS query classesMethod Detail |
---|
public String getCode(DTSObject conceptOrTerm)
getCode
in class CodeAndIDGenerator
conceptOrTerm
- new concept or term, will be updated with
entered code
public int getId(DTSObject conceptOrTerm)
getId
in class CodeAndIDGenerator
conceptOrTerm
- new concept or term, will be updated with
entered ID
public String getDescription()
getDescription
in class CodeAndIDGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |