org.intuitel.imsld.lvlA
public class LearningDesign extends Object
Modifier and Type | Field and Description |
---|---|
protected Components |
components |
protected String |
identifier |
protected String |
level |
protected Method |
method |
protected String |
title |
protected String |
uri |
Constructor and Description |
---|
LearningDesign() |
Modifier and Type | Method and Description |
---|---|
Components |
getComponents() |
String |
getIdentifier() |
String |
getLevel() |
Method |
getMethod() |
String |
getTitle() |
String |
getUri() |
void |
setComponents(Components value) |
void |
setIdentifier(String value) |
void |
setLevel(String value) |
void |
setMethod(Method value) |
void |
setTitle(String value) |
void |
setUri(String value) |
protected String title
protected Components components
protected Method method
protected String identifier
protected String level
protected String uri
public String getTitle()
public void setTitle(String value)
public Components getComponents()
public void setComponents(Components value)
public Method getMethod()
public void setMethod(Method value)
public String getIdentifier()
public void setIdentifier(String value)
public String getLevel()
public void setLevel(String value)
public String getUri()
public void setUri(String value)
Copyright © 2014. All rights reserved.