public class FieldModel extends Base
Constructor and Description |
---|
FieldModel() |
Modifier and Type | Method and Description |
---|---|
void |
addModifiers(String modifier,
String... moreModifiers) |
List<io.sphere.sdk.annotations.processors.AnnotationModel> |
getAnnotations() |
List<String> |
getModifiers() |
String |
getName() |
String |
getType() |
void |
setAnnotations(List<io.sphere.sdk.annotations.processors.AnnotationModel> annotations) |
void |
setModifiers(List<String> modifiers) |
void |
setName(String name) |
void |
setType(String type) |
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public List<io.sphere.sdk.annotations.processors.AnnotationModel> getAnnotations()
public void setAnnotations(List<io.sphere.sdk.annotations.processors.AnnotationModel> annotations)