Package com.cosylab.vdct.db
Class DBLinkData
- java.lang.Object
-
- com.cosylab.vdct.db.DBLinkData
-
public class DBLinkData extends Object
This type was created in VisualAge.
-
-
Constructor Summary
Constructors Constructor Description DBLinkData(String fieldName, String targetID)
Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFieldName()
Insert the method's description here.String
getTargetID()
Insert the method's description here.void
setFieldName(String newFieldName)
Insert the method's description here.void
setTargetID(String newTargetID)
Insert the method's description here.
-
-
-
Method Detail
-
getFieldName
public String getFieldName()
Insert the method's description here. Creation date: (23.4.2001 21:12:17)- Returns:
- java.lang.String
-
getTargetID
public String getTargetID()
Insert the method's description here. Creation date: (23.4.2001 21:12:17)- Returns:
- java.lang.String
-
setFieldName
public void setFieldName(String newFieldName)
Insert the method's description here. Creation date: (23.4.2001 21:12:17)- Parameters:
newFieldName
- java.lang.String
-
setTargetID
public void setTargetID(String newTargetID)
Insert the method's description here. Creation date: (23.4.2001 21:12:17)- Parameters:
newTargetID
- java.lang.String
-
-