Package com.cosylab.vdct.rdb
Class RdbDataId
- java.lang.Object
-
- com.cosylab.vdct.rdb.RdbDataId
-
public class RdbDataId extends Object
- Author:
- ssah
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetFileName()StringgetIoc()StringgetVersion()booleanisDefined()voidsetDescription(String description)voidsetFileName(String fileName)voidsetIoc(String ioc)voidsetVersion(String version)
-
-
-
Method Detail
-
isDefined
public boolean isDefined()
- Returns:
- something
-
getFileName
public String getFileName()
- Returns:
- the fileName
-
setFileName
public void setFileName(String fileName)
- Parameters:
fileName- the fileName to set
-
getVersion
public String getVersion()
- Returns:
- the version
-
setVersion
public void setVersion(String version)
- Parameters:
version- the version to set
-
getIoc
public String getIoc()
- Returns:
- the ioc
-
setIoc
public void setIoc(String ioc)
- Parameters:
ioc- the ioc to set
-
getDescription
public String getDescription()
- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Parameters:
description- the description to set
-
-