public final class CustomFieldValueItem extends Object
Constructor and Description |
---|
CustomFieldValueItem(Integer uniqueID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getCollapsed()
Retrieve the collapsed flag.
|
String |
getDescription()
Get the description for this item.
|
UUID |
getGUID()
Retrieve the GUID for this value.
|
Integer |
getParentUniqueID()
Retrieve the parent unique ID.
|
CustomFieldValueDataType |
getType()
Retrieve the value type.
|
Integer |
getUniqueID()
Get the unique id for this item.
|
byte[] |
getUnknown()
Get an unknown property for this item.
|
Object |
getValue()
Get the value of this item.
|
void |
setCollapsed(boolean collapsed)
Set the collapsed flag.
|
void |
setDescription(String description)
Set the description for this item.
|
void |
setGUID(UUID guid)
Set the GUID for this value.
|
void |
setParentUniqueID(Integer id)
Set the parent unique ID.
|
void |
setType(CustomFieldValueDataType type)
Set the value type.
|
void |
setUnknown(byte[] unknown)
Set an Unknown property for this item.
|
void |
setValue(Object value)
Set the value of this item.
|
String |
toString() |
public CustomFieldValueItem(Integer uniqueID)
uniqueID
- item unique IDpublic Integer getUniqueID()
public void setValue(Object value)
value
- item valuepublic Object getValue()
public void setDescription(String description)
description
- item descriptionpublic String getDescription()
public void setUnknown(byte[] unknown)
unknown
- unknown data blockpublic byte[] getUnknown()
public void setParentUniqueID(Integer id)
id
- parent IDpublic Integer getParentUniqueID()
public UUID getGUID()
public void setGUID(UUID guid)
guid
- value GUIDpublic CustomFieldValueDataType getType()
public void setType(CustomFieldValueDataType type)
type
- value typepublic boolean getCollapsed()
public void setCollapsed(boolean collapsed)
collapsed
- collapsed flagCopyright © 2000–2024 Packwood Software. All rights reserved.