setObject("Owner", description);
}
protected void setupObjectList() {
appendToObjectList(new ObjectNumberHashMap(ObjectNumberHashMap.TEXT_ENCODING, 1));
appendToObjectList(new ObjectStringNullTerminated("Price String"));
appendToObjectList(new ObjectStringDate("Valid Until"));
appendToObjectList(new ObjectStringNullTerminated("Contact URL"));
appendToObjectList(new ObjectNumberHashMap(ObjectNumberHashMap.RECIEVED_AS, 1));
appendToObjectList(new ObjectStringNullTerminated("Name Of Seller"));
appendToObjectList(new ObjectStringNullTerminated("Description"));
appendToObjectList(new ObjectStringNullTerminated("Picture MIME Type"));
appendToObjectList(new ObjectByteArraySizeTerminated("Seller Logo"));
}