Class InterfaceRefInfo
- java.lang.Object
-
- fi.tut.mei.resdescapi.rescatapi.model.InterfaceRefInfo
-
public class InterfaceRefInfo extends Object
Data container for an Interface (Standard) Reference information element- Author:
- Niko Siltala
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInterfaceRefInfo.EInterfaceCategoryEnumeration for interface categories.static classInterfaceRefInfo.EInterfaceGenderEnumeration for interface gender.
-
Constructor Summary
Constructors Constructor Description InterfaceRefInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()booleanequals(Object obj)StringgetAbstractInterfacePortRef()StringgetDescription()InterfaceRefInfo.EInterfaceGendergetGender()StringgetId()InterfaceRefInfo.EInterfaceCategorygetInterfaceCategory()InterfaceStdInfogetInterfaceStdRef()StringgetInterfaceStdRefId()inthashCode()voidsetAbstractInterfacePortRef(String abstractInterfacePortRef)voidsetDescription(String description)voidsetGender(InterfaceRefInfo.EInterfaceGender gender)voidsetId(String id)voidsetInterfaceCategory(InterfaceRefInfo.EInterfaceCategory interfaceCategory)voidsetInterfaceStdRef(InterfaceStdInfo interfaceStdRef)voidsetInterfaceStdRefId(String interfaceStdRefId)StringtoString()
-
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getId
public String getId()
- Returns:
- the id
-
setId
public void setId(String id)
- Parameters:
id- the id to set
-
getInterfaceCategory
public InterfaceRefInfo.EInterfaceCategory getInterfaceCategory()
- Returns:
- the interfaceCategory
-
setInterfaceCategory
public void setInterfaceCategory(InterfaceRefInfo.EInterfaceCategory interfaceCategory)
- Parameters:
interfaceCategory- the interfaceCategory to set
-
getInterfaceStdRef
public InterfaceStdInfo getInterfaceStdRef()
- Returns:
- the interfaceStdRef
-
setInterfaceStdRef
public void setInterfaceStdRef(InterfaceStdInfo interfaceStdRef)
- Parameters:
interfaceStdRef- the interfaceStdRef to set
-
getInterfaceStdRefId
public String getInterfaceStdRefId()
- Returns:
- the interfaceStdRefId
-
setInterfaceStdRefId
public void setInterfaceStdRefId(String interfaceStdRefId)
- Parameters:
interfaceStdRefId- the interfaceStdRefId to set
-
getGender
public InterfaceRefInfo.EInterfaceGender getGender()
- Returns:
- the gender
-
setGender
public void setGender(InterfaceRefInfo.EInterfaceGender gender)
- Parameters:
gender- the gender to set
-
getAbstractInterfacePortRef
public String getAbstractInterfacePortRef()
- Returns:
- the abstractInterfacePortRef
-
setAbstractInterfacePortRef
public void setAbstractInterfacePortRef(String abstractInterfacePortRef)
- Parameters:
abstractInterfacePortRef- the abstractInterfacePortRef to set
-
getDescription
public String getDescription()
- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Parameters:
description- the description to set
-
-