public final class BackOfficeCustomField extends Object
Constructor and Description |
---|
BackOfficeCustomField(int id,
String name,
String dataType,
String defaultValue,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDataType()
Currently not being used by the platform.
|
String |
getDefaultValue()
The default value.
|
String |
getDescription()
Field description, also unused in the platform.
|
int |
getId()
Internal id.
|
String |
getName()
Name of the custom field.
|
int |
hashCode() |
String |
toString() |
public int getId()
public String getName()
public String getDataType()
public String getDefaultValue()
public String getDescription()
Copyright © 2023 Cense Data Inc.. All rights reserved.