public class MappedListField extends ModelField
MappedList annotated Field in the Blueprint that is mapped
to a List comprised of Models with a registered .| Constructor and Description |
|---|
MappedListField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getSize()
Size of List to create
|
Class |
getTargetList() |
int |
hashCode() |
void |
setSize(int size) |
void |
setTargetList(Class targetList) |
getFieldClass, getName, getTarget, getValue, setFieldClass, setName, setTarget, setValuepublic int getSize()
public void setSize(int size)
public Class getTargetList()
public void setTargetList(Class targetList)
public int hashCode()
hashCode in class ModelFieldpublic boolean equals(Object obj)
equals in class ModelFieldCopyright © 2012. All Rights Reserved.