Package org.sunbird.telemetry.dto
Class Target
- java.lang.Object
-
- org.sunbird.telemetry.dto.Target
-
public class Target extends Object
- Author:
- mahesh
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()StringgetId()StringgetName()ParentgetParent()StringgetSubtype()StringgetType()StringgetVer()voidsetCode(String code)voidsetId(String id)voidsetName(String name)voidsetParent(Parent parent)voidsetSubtype(String subtype)voidsetType(String type)voidsetVer(String ver)
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
setId
public void setId(String id)
- Parameters:
id- the id to set
-
getType
public String getType()
- Returns:
- the type
-
setType
public void setType(String type)
- Parameters:
type- the type to set
-
getVer
public String getVer()
- Returns:
- the ver
-
setVer
public void setVer(String ver)
- Parameters:
ver- the ver to set
-
getSubtype
public String getSubtype()
- Returns:
- the subtype
-
setSubtype
public void setSubtype(String subtype)
- Parameters:
subtype- the subtype to set
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getCode
public String getCode()
- Returns:
- the code
-
setCode
public void setCode(String code)
- Parameters:
code- the code to set
-
getParent
public Parent getParent()
- Returns:
- the parent
-
setParent
public void setParent(Parent parent)
- Parameters:
parent- the parent to set
-
-