getOnlineFlag()
:
boolean
Returns the online status flag of the price book.
getOnlineFrom()
:
Date
Returns the date from which the price book is online or valid.
getOnlineTo()
:
Date
Returns the date until which the price book is online or valid.
isOnline()
:
boolean
Returns the online status of the price book.
getCurrencyCode
Returns the currency code of the price book.
Returns:
Currency code of the price book
getDescription
Returns the description of the price book.
Returns:
Currency code of the price book
getDisplayName
Returns the display name of the price book.
Returns:
Display name of the price book
getID
Returns the ID of the price book.
Returns:
ID of the price book
getOnlineFlag
getOnlineFlag()
:
boolean
Returns the online status flag of the price book.
Returns:
the online status flag of the price book.
getOnlineFrom
Returns the date from which the price book is online or valid.
Returns:
the date from which the price book is online or valid.
getOnlineTo
Returns the date until which the price book is online or valid.
Returns:
the date until which the price book is online or valid.
getParentPriceBook
Returns the parent price book.
Returns:
Parent price book
isOnline
isOnline()
:
boolean
Returns the online status of the price book. The online status
is calculated from the online status flag and the onlineFrom
onlineTo dates defined for the price book.
Returns:
The online status of the price book.