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 String
getDescription()
String
getFileName()
String
getIoc()
String
getVersion()
boolean
isDefined()
void
setDescription(String description)
void
setFileName(String fileName)
void
setIoc(String ioc)
void
setVersion(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
-
-