Package net.plsar.model
Class DataPartial
java.lang.Object
net.plsar.model.DataPartial
public class DataPartial
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DataPartial()DataPartial(java.lang.String entry) -
Method Summary
Modifier and Type Method Description java.util.List<ObjectComponent>getComponents()java.lang.StringgetEntry()java.lang.StringgetField()java.lang.StringgetGuid()java.lang.IntegergetIdx()java.util.List<DataPartial>getSpecPartials()booleangetSpecRequired()booleanhasSpecs()booleanisEndIterable()booleanisEndSpec()booleanisIterable()booleanisSetVar()booleanisSpec()booleanisWithinIterable()booleanisWithinSpec()voidsetComponents(java.util.List<ObjectComponent> components)voidsetEndIterable(boolean endIterable)voidsetEndSpec(boolean endSpec)voidsetEntry(java.lang.String entry)voidsetField(java.lang.String field)voidsetGuid(java.lang.String guid)voidsetIdx(java.lang.Integer idx)voidsetIterable(boolean iterable)voidsetSetVar(boolean setVar)voidsetSpec(boolean spec)voidsetSpecPartials(java.util.List<DataPartial> specPartials)voidsetSpecRequired(boolean specRequired)voidsetWithinIterable(boolean withinIterable)voidsetWithinSpec(boolean withinSpec)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
DataPartial
public DataPartial(java.lang.String entry) -
DataPartial
public DataPartial()
-
-
Method Details
-
getIdx
public java.lang.Integer getIdx() -
setIdx
public void setIdx(java.lang.Integer idx) -
getGuid
public java.lang.String getGuid() -
setGuid
public void setGuid(java.lang.String guid) -
getEntry
public java.lang.String getEntry() -
setEntry
public void setEntry(java.lang.String entry) -
getField
public java.lang.String getField() -
setField
public void setField(java.lang.String field) -
isSpec
public boolean isSpec() -
setSpec
public void setSpec(boolean spec) -
isIterable
public boolean isIterable() -
setIterable
public void setIterable(boolean iterable) -
getSpecRequired
public boolean getSpecRequired() -
setSpecRequired
public void setSpecRequired(boolean specRequired) -
isWithinSpec
public boolean isWithinSpec() -
setWithinSpec
public void setWithinSpec(boolean withinSpec) -
isWithinIterable
public boolean isWithinIterable() -
setWithinIterable
public void setWithinIterable(boolean withinIterable) -
isEndIterable
public boolean isEndIterable() -
setEndIterable
public void setEndIterable(boolean endIterable) -
isEndSpec
public boolean isEndSpec() -
setEndSpec
public void setEndSpec(boolean endSpec) -
isSetVar
public boolean isSetVar() -
setSetVar
public void setSetVar(boolean setVar) -
hasSpecs
public boolean hasSpecs() -
getComponents
-
setComponents
-
getSpecPartials
-
setSpecPartials
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-