public class Block extends Dto implements java.io.Serializable
Constructor and Description |
---|
Block() |
Modifier and Type | Method and Description |
---|---|
java.util.List<BlockItem> |
getItems() |
java.lang.String |
getType() |
boolean |
isRecMath() |
java.lang.String |
toString() |
toString, toStringVerbosely
public java.util.List<BlockItem> getItems()
public java.lang.String getType()
public boolean isRecMath()
public java.lang.String toString()
toString
in class java.lang.Object