public class Field extends Object implements BasicModel
| Constructor and Description |
|---|
Field(String name,
String label,
String modelId,
FieldType type) |
Field(String name,
String label,
String modelId,
List<String> componentType,
FieldType type) |
Field(String name,
String label,
String modelId,
List<String> componentType,
List<String> referenceType,
FieldType type,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
get_version() |
List<String> |
getComponentType() |
Date |
getCreated() |
String |
getCreatedBy() |
String |
getDefaultValue() |
String |
getDescription() |
Boolean |
getGlobal() |
Boolean |
getGlobalref() |
String |
getId() |
String |
getLabel() |
Date |
getLastUpdated() |
String |
getModel() |
String |
getName() |
List<String> |
getReferenceType() |
FieldType |
getType() |
int |
hashCode() |
void |
set_version(Integer _version) |
void |
setComponentType(List<String> componentType) |
void |
setCreated(Date created) |
void |
setCreatedBy(String createdBy) |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setGlobal(Boolean global) |
void |
setGlobalref(Boolean globalref) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setLastUpdated(Date lastUpdated) |
void |
setModel(String model) |
void |
setName(String name) |
void |
setReferenceType(List<String> referenceType) |
void |
setType(FieldType type) |
String |
toString() |
public Field(String name, String label, String modelId, List<String> componentType, FieldType type)
public String getId()
getId in interface BasicModelpublic void setId(String id)
public String getName()
public void setName(String name)
public Date getCreated()
getCreated in interface BasicModelpublic void setCreated(Date created)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public Date getLastUpdated()
getLastUpdated in interface BasicModelpublic void setLastUpdated(Date lastUpdated)
public Integer get_version()
get_version in interface BasicModelpublic void set_version(Integer _version)
public String getModel()
public void setModel(String model)
public FieldType getType()
public void setType(FieldType type)
public String getLabel()
public void setLabel(String label)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getDescription()
public void setDescription(String description)
public Boolean getGlobal()
public void setGlobal(Boolean global)
public Boolean getGlobalref()
public void setGlobalref(Boolean globalref)
Copyright © 2018. All rights reserved.