Class RDInfo
- java.lang.Object
-
- fi.tut.mei.resdescapi.rescatapi.model.DescriptionInfo
-
- fi.tut.mei.resdescapi.rescatapi.model.DescriptionInfoWithCategories
-
- fi.tut.mei.resdescapi.rescatapi.model.CommonInfoContainer
-
- fi.tut.mei.resdescapi.rescatapi.model.RDInfo
-
- All Implemented Interfaces:
Cloneable
public class RDInfo extends CommonInfoContainer
Data container for descriptive information about a Resource Description (RD)- Author:
- Niko Siltala
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<InterfaceStdInfo>
interfaceStdList
Collection of InterfaceStandards-
Fields inherited from class fi.tut.mei.resdescapi.rescatapi.model.CommonInfoContainer
capabilitiesList, interfaceRefList, propertiesList
-
Fields inherited from class fi.tut.mei.resdescapi.rescatapi.model.DescriptionInfoWithCategories
categoriesList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addInterfaceStdInfo(InterfaceStdInfo interfaceStdInfo)
Adds new interfaceStdInfo to this container's collectionObject
clone()
String
getFileName()
Set<InterfaceStdInfo>
getInterfaceStdList()
void
setFileName(String fileName)
void
setInterfaceStdList(Set<InterfaceStdInfo> interfaceStdList)
String
toString()
-
Methods inherited from class fi.tut.mei.resdescapi.rescatapi.model.CommonInfoContainer
addCapabilityInfo, addInterfaceRefInfo, addPropertyInfo, equals, getCapabilitiesList, getInterfaceRefList, getPropertiesList, hashCode, setCapabilitiesList, setInterfaceRefList, setPropertiesList
-
Methods inherited from class fi.tut.mei.resdescapi.rescatapi.model.DescriptionInfoWithCategories
addCategoryInfo, getCategoriesList, setCategoriesList
-
Methods inherited from class fi.tut.mei.resdescapi.rescatapi.model.DescriptionInfo
getDescription, getGuid, getId, getName, setDescription, setGuid, setId, setName
-
-
-
-
Field Detail
-
interfaceStdList
protected Set<InterfaceStdInfo> interfaceStdList
Collection of InterfaceStandards
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clone
in classCommonInfoContainer
- Throws:
CloneNotSupportedException
-
getFileName
public String getFileName()
- Returns:
- the fileName
-
setFileName
public void setFileName(String fileName)
- Parameters:
fileName
- the fileName to set
-
getInterfaceStdList
public Set<InterfaceStdInfo> getInterfaceStdList()
- Returns:
- the interfaceStdList
-
setInterfaceStdList
public void setInterfaceStdList(Set<InterfaceStdInfo> interfaceStdList)
- Parameters:
interfaceStdList
- the interfaceStdList to set
-
addInterfaceStdInfo
public boolean addInterfaceStdInfo(InterfaceStdInfo interfaceStdInfo)
Adds new interfaceStdInfo to this container's collection- Parameters:
interfaceStdInfo
- information about this category- Returns:
- true if it was added, false if not (e.g. it was existing there already).
-
toString
public String toString()
- Overrides:
toString
in classDescriptionInfo
-
-