Skip to content

/AWS1/CL_GMSGAMESUMMARY

The summary of the properties of a game.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/GMSGAMENAME /AWS1/GMSGAMENAME

The name of the game.

iv_description TYPE /AWS1/GMSGAMEDESCRIPTION /AWS1/GMSGAMEDESCRIPTION

The description of the game.

iv_state TYPE /AWS1/GMSGAMESTATE /AWS1/GMSGAMESTATE

The state of the game.

it_tags TYPE /AWS1/CL_GMSTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags associated with the game.


Queryable Attributes

Name

The name of the game.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Description

The description of the game.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

State

The state of the game.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

Tags

The tags associated with the game.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_GAMESUMMARYLIST

TYPES TT_GAMESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GMSGAMESUMMARY WITH DEFAULT KEY
.