Documentation

ShopTradeRecord
in package

Table of Contents

Properties

$buyPrice  : int
$byteSize  : int
$itemId  : int
$maxAmount  : int
$sellPrice  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : ShopTradeRecord
Deserializes an instance of `ShopTradeRecord` from the provided `EoReader`.
getBuyPrice()  : int
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getItemId()  : int
getMaxAmount()  : int
getSellPrice()  : int
serialize()  : void
Serializes an instance of `ShopTradeRecord` to the provided `EoWriter`.
setBuyPrice()  : void
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setItemId()  : void
setMaxAmount()  : void
setSellPrice()  : void

Properties

Methods

__toString()

Returns a string representation of the object.

public __toString() : string
Return values
string

getByteSize()

Returns the size of the data that this was deserialized from.

public getByteSize() : int
Return values
int

The size of the data that this was deserialized from.

setBuyPrice()

public setBuyPrice(int $buyPrice) : void
Parameters
$buyPrice : int

setByteSize()

Sets the size of the data that this was deserialized from.

public setByteSize(int $byteSize) : void
Parameters
$byteSize : int

The size of the data that this was deserialized from.

setItemId()

public setItemId(int $itemId) : void
Parameters
$itemId : int

setMaxAmount()

public setMaxAmount(int $maxAmount) : void
Parameters
$maxAmount : int

setSellPrice()

public setSellPrice(int $sellPrice) : void
Parameters
$sellPrice : int

        
On this page

Search results