public class CustomField extends Object implements Comparable<CustomField>
Constructor and Description |
---|
CustomField(FieldType field,
CustomFieldContainer parent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CustomField f) |
String |
getAlias()
Retrieve the alias for this field.
|
FieldType |
getFieldType()
Retrieve the field type represented by this instance.
|
GraphicalIndicator |
getGraphicalIndicator()
Retrieve the graphical indicator configuration for this field.
|
CustomFieldLookupTable |
getLookupTable()
Retrieve the value lookup table associated with this field.
|
List<CustomFieldValueMask> |
getMasks()
Retrieve the mask definitions for this field.
|
Integer |
getUniqueID()
Retrieve the Unique ID for this field.
|
CustomField |
setAlias(String alias)
Set the alias for this field.
|
CustomField |
setUniqueID(Integer uniqueID)
Set the Unique ID for this field.
|
String |
toString() |
public CustomField(FieldType field, CustomFieldContainer parent)
field
- fieldparent
- parent containerpublic FieldType getFieldType()
public CustomFieldLookupTable getLookupTable()
public GraphicalIndicator getGraphicalIndicator()
public String getAlias()
public CustomField setAlias(String alias)
alias
- field aliaspublic Integer getUniqueID()
public CustomField setUniqueID(Integer uniqueID)
uniqueID
- Unique IDpublic List<CustomFieldValueMask> getMasks()
public int compareTo(CustomField f)
compareTo
in interface Comparable<CustomField>
Copyright © 2000–2024 Packwood Software. All rights reserved.