public final class CustomFieldValueItem extends Object
| Constructor and Description |
|---|
CustomFieldValueItem(Integer uniqueID)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the description for this item.
|
Integer |
getParent()
Retrieve the parent ID.
|
Integer |
getUniqueID()
Get the unique id for this item.
|
byte[] |
getUnknown()
Get an unknown property for this item.
|
byte[] |
getValue()
Get the value of this item.
|
void |
setDescription(String description)
Set the description for this item.
|
void |
setParent(Integer id)
Set the parent ID.
|
void |
setUnknown(byte[] unknown)
Set an Unknown property for this item.
|
void |
setValue(byte[] value)
Set the value of this item.
|
public CustomFieldValueItem(Integer uniqueID)
uniqueID - item unique IDpublic Integer getUniqueID()
public void setValue(byte[] value)
value - item valuepublic byte[] getValue()
public void setDescription(String description)
description - item descriptionpublic String getDescription()
public void setUnknown(byte[] unknown)
unknown - unknown data blockpublic byte[] getUnknown()
public void setParent(Integer id)
id - parent IDpublic Integer getParent()
Copyright © 2013. All Rights Reserved.