Class Xref
- java.lang.Object
-
- com.snowbound.contenthandler.rest.model.Xref
-
public class Xref extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Xref()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.List<Xref>
fromJson(org.json.simple.JSONArray xrefData)
java.lang.Integer
getIndex()
java.lang.String
getName()
void
setIndex(java.lang.Integer index)
void
setName(java.lang.String name)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getIndex
public java.lang.Integer getIndex()
-
setIndex
public void setIndex(java.lang.Integer index)
-
fromJson
public static java.util.List<Xref> fromJson(org.json.simple.JSONArray xrefData)
-
-