net.sf.mpxj.mpp
Class CustomFieldValueItem

java.lang.Object
  extended by net.sf.mpxj.mpp.CustomFieldValueItem

public final class CustomFieldValueItem
extends Object

Instances of this type represent a possible value for a custom field that is using value lists.


Constructor Summary
CustomFieldValueItem(Integer uniqueID)
          Constructor.
 
Method Summary
 String getDescription()
          Get the description for this item.
 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 setUnknown(byte[] unknown)
          Set an Unknown property for this item.
 void setValue(byte[] value)
          Set the value of this item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldValueItem

public CustomFieldValueItem(Integer uniqueID)
Constructor.

Parameters:
uniqueID - item unique ID
Method Detail

getUniqueID

public Integer getUniqueID()
Get the unique id for this item.

Returns:
item unique ID

setValue

public void setValue(byte[] value)
Set the value of this item.

Parameters:
value - item value

getValue

public byte[] getValue()
Get the value of this item.

Returns:
item value

setDescription

public void setDescription(String description)
Set the description for this item.

Parameters:
description - item description

getDescription

public String getDescription()
Get the description for this item.

Returns:
item description

setUnknown

public void setUnknown(byte[] unknown)
Set an Unknown property for this item.

Parameters:
unknown - unknown data block

getUnknown

public byte[] getUnknown()
Get an unknown property for this item.

Returns:
unknown data block


Copyright © 2012. All Rights Reserved.