Code Duplication    Length = 84-84 lines in 7 locations

src/API/WebRes_getAccountAddresses.php 1 location

@@ 5-88 (lines=84) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getAccountAddresses
6
{
7
8
    /**
9
     * @var int $intGUID
10
     */
11
    protected $intGUID = null;
12
13
    /**
14
     * @var int $intAccNo
15
     */
16
    protected $intAccNo = null;
17
18
    /**
19
     * @var string $strPassWord
20
     */
21
    protected $strPassWord = null;
22
23
    /**
24
     * @param int $intGUID
25
     * @param int $intAccNo
26
     * @param string $strPassWord
27
     */
28
    public function __construct($intGUID, $intAccNo, $strPassWord)
29
    {
30
        $this->intGUID = $intGUID;
31
        $this->intAccNo = $intAccNo;
32
        $this->strPassWord = $strPassWord;
33
    }
34
35
    /**
36
     * @return int
37
     */
38
    public function getIntGUID()
39
    {
40
        return $this->intGUID;
41
    }
42
43
    /**
44
     * @param int $intGUID
45
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountAddresses
46
     */
47
    public function setIntGUID($intGUID)
48
    {
49
        $this->intGUID = $intGUID;
50
        return $this;
51
    }
52
53
    /**
54
     * @return int
55
     */
56
    public function getIntAccNo()
57
    {
58
        return $this->intAccNo;
59
    }
60
61
    /**
62
     * @param int $intAccNo
63
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountAddresses
64
     */
65
    public function setIntAccNo($intAccNo)
66
    {
67
        $this->intAccNo = $intAccNo;
68
        return $this;
69
    }
70
71
    /**
72
     * @return string
73
     */
74
    public function getStrPassWord()
75
    {
76
        return $this->strPassWord;
77
    }
78
79
    /**
80
     * @param string $strPassWord
81
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountAddresses
82
     */
83
    public function setStrPassWord($strPassWord)
84
    {
85
        $this->strPassWord = $strPassWord;
86
        return $this;
87
    }
88
}
89

src/API/WebRes_getAccountBalances.php 1 location

@@ 5-88 (lines=84) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getAccountBalances
6
{
7
8
    /**
9
     * @var int $intGUID
10
     */
11
    protected $intGUID = null;
12
13
    /**
14
     * @var int $intAccNo
15
     */
16
    protected $intAccNo = null;
17
18
    /**
19
     * @var string $strPassword
20
     */
21
    protected $strPassword = null;
22
23
    /**
24
     * @param int $intGUID
25
     * @param int $intAccNo
26
     * @param string $strPassword
27
     */
28
    public function __construct($intGUID, $intAccNo, $strPassword)
29
    {
30
        $this->intGUID = $intGUID;
31
        $this->intAccNo = $intAccNo;
32
        $this->strPassword = $strPassword;
33
    }
34
35
    /**
36
     * @return int
37
     */
38
    public function getIntGUID()
39
    {
40
        return $this->intGUID;
41
    }
42
43
    /**
44
     * @param int $intGUID
45
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountBalances
46
     */
47
    public function setIntGUID($intGUID)
48
    {
49
        $this->intGUID = $intGUID;
50
        return $this;
51
    }
52
53
    /**
54
     * @return int
55
     */
56
    public function getIntAccNo()
57
    {
58
        return $this->intAccNo;
59
    }
60
61
    /**
62
     * @param int $intAccNo
63
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountBalances
64
     */
65
    public function setIntAccNo($intAccNo)
66
    {
67
        $this->intAccNo = $intAccNo;
68
        return $this;
69
    }
70
71
    /**
72
     * @return string
73
     */
74
    public function getStrPassword()
75
    {
76
        return $this->strPassword;
77
    }
78
79
    /**
80
     * @param string $strPassword
81
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountBalances
82
     */
83
    public function setStrPassword($strPassword)
84
    {
85
        $this->strPassword = $strPassword;
86
        return $this;
87
    }
88
}
89

src/API/WebRes_getAccountInfos.php 1 location

@@ 5-88 (lines=84) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getAccountInfos
6
{
7
8
    /**
9
     * @var int $intGUID
10
     */
11
    protected $intGUID = null;
12
13
    /**
14
     * @var int $intAccNo
15
     */
16
    protected $intAccNo = null;
17
18
    /**
19
     * @var string $strPassword
20
     */
21
    protected $strPassword = null;
22
23
    /**
24
     * @param int $intGUID
25
     * @param int $intAccNo
26
     * @param string $strPassword
27
     */
28
    public function __construct($intGUID, $intAccNo, $strPassword)
29
    {
30
        $this->intGUID = $intGUID;
31
        $this->intAccNo = $intAccNo;
32
        $this->strPassword = $strPassword;
33
    }
34
35
    /**
36
     * @return int
37
     */
38
    public function getIntGUID()
39
    {
40
        return $this->intGUID;
41
    }
42
43
    /**
44
     * @param int $intGUID
45
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountInfos
46
     */
47
    public function setIntGUID($intGUID)
48
    {
49
        $this->intGUID = $intGUID;
50
        return $this;
51
    }
52
53
    /**
54
     * @return int
55
     */
56
    public function getIntAccNo()
57
    {
58
        return $this->intAccNo;
59
    }
60
61
    /**
62
     * @param int $intAccNo
63
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountInfos
64
     */
65
    public function setIntAccNo($intAccNo)
66
    {
67
        $this->intAccNo = $intAccNo;
68
        return $this;
69
    }
70
71
    /**
72
     * @return string
73
     */
74
    public function getStrPassword()
75
    {
76
        return $this->strPassword;
77
    }
78
79
    /**
80
     * @param string $strPassword
81
     * @return \Gueststream\PMS\IQWare\API\WebRes_getAccountInfos
82
     */
83
    public function setStrPassword($strPassword)
84
    {
85
        $this->strPassword = $strPassword;
86
        return $this;
87
    }
88
}
89

src/API/WebRes_getGHStats.php 1 location

@@ 5-88 (lines=84) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getGHStats
6
{
7
8
    /**
9
     * @var int $intGUID
10
     */
11
    protected $intGUID = null;
12
13
    /**
14
     * @var int $intAccNo
15
     */
16
    protected $intAccNo = null;
17
18
    /**
19
     * @var string $strPassword
20
     */
21
    protected $strPassword = null;
22
23
    /**
24
     * @param int $intGUID
25
     * @param int $intAccNo
26
     * @param string $strPassword
27
     */
28
    public function __construct($intGUID, $intAccNo, $strPassword)
29
    {
30
        $this->intGUID = $intGUID;
31
        $this->intAccNo = $intAccNo;
32
        $this->strPassword = $strPassword;
33
    }
34
35
    /**
36
     * @return int
37
     */
38
    public function getIntGUID()
39
    {
40
        return $this->intGUID;
41
    }
42
43
    /**
44
     * @param int $intGUID
45
     * @return \Gueststream\PMS\IQWare\API\WebRes_getGHStats
46
     */
47
    public function setIntGUID($intGUID)
48
    {
49
        $this->intGUID = $intGUID;
50
        return $this;
51
    }
52
53
    /**
54
     * @return int
55
     */
56
    public function getIntAccNo()
57
    {
58
        return $this->intAccNo;
59
    }
60
61
    /**
62
     * @param int $intAccNo
63
     * @return \Gueststream\PMS\IQWare\API\WebRes_getGHStats
64
     */
65
    public function setIntAccNo($intAccNo)
66
    {
67
        $this->intAccNo = $intAccNo;
68
        return $this;
69
    }
70
71
    /**
72
     * @return string
73
     */
74
    public function getStrPassword()
75
    {
76
        return $this->strPassword;
77
    }
78
79
    /**
80
     * @param string $strPassword
81
     * @return \Gueststream\PMS\IQWare\API\WebRes_getGHStats
82
     */
83
    public function setStrPassword($strPassword)
84
    {
85
        $this->strPassword = $strPassword;
86
        return $this;
87
    }
88
}
89

src/API/WebRes_getMemInfos.php 1 location

@@ 5-88 (lines=84) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getMemInfos
6
{
7
8
    /**
9
     * @var int $intGUID
10
     */
11
    protected $intGUID = null;
12
13
    /**
14
     * @var int $intAccNo
15
     */
16
    protected $intAccNo = null;
17
18
    /**
19
     * @var string $strPassword
20
     */
21
    protected $strPassword = null;
22
23
    /**
24
     * @param int $intGUID
25
     * @param int $intAccNo
26
     * @param string $strPassword
27
     */
28
    public function __construct($intGUID, $intAccNo, $strPassword)
29
    {
30
        $this->intGUID = $intGUID;
31
        $this->intAccNo = $intAccNo;
32
        $this->strPassword = $strPassword;
33
    }
34
35
    /**
36
     * @return int
37
     */
38
    public function getIntGUID()
39
    {
40
        return $this->intGUID;
41
    }
42
43
    /**
44
     * @param int $intGUID
45
     * @return \Gueststream\PMS\IQWare\API\WebRes_getMemInfos
46
     */
47
    public function setIntGUID($intGUID)
48
    {
49
        $this->intGUID = $intGUID;
50
        return $this;
51
    }
52
53
    /**
54
     * @return int
55
     */
56
    public function getIntAccNo()
57
    {
58
        return $this->intAccNo;
59
    }
60
61
    /**
62
     * @param int $intAccNo
63
     * @return \Gueststream\PMS\IQWare\API\WebRes_getMemInfos
64
     */
65
    public function setIntAccNo($intAccNo)
66
    {
67
        $this->intAccNo = $intAccNo;
68
        return $this;
69
    }
70
71
    /**
72
     * @return string
73
     */
74
    public function getStrPassword()
75
    {
76
        return $this->strPassword;
77
    }
78
79
    /**
80
     * @param string $strPassword
81
     * @return \Gueststream\PMS\IQWare\API\WebRes_getMemInfos
82
     */
83
    public function setStrPassword($strPassword)
84
    {
85
        $this->strPassword = $strPassword;
86
        return $this;
87
    }
88
}
89

src/API/WebRes_getResaList.php 1 location

@@ 5-88 (lines=84) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_getResaList
6
{
7
8
    /**
9
     * @var int $intGUID
10
     */
11
    protected $intGUID = null;
12
13
    /**
14
     * @var int $intAccNo
15
     */
16
    protected $intAccNo = null;
17
18
    /**
19
     * @var string $strPassword
20
     */
21
    protected $strPassword = null;
22
23
    /**
24
     * @param int $intGUID
25
     * @param int $intAccNo
26
     * @param string $strPassword
27
     */
28
    public function __construct($intGUID, $intAccNo, $strPassword)
29
    {
30
        $this->intGUID = $intGUID;
31
        $this->intAccNo = $intAccNo;
32
        $this->strPassword = $strPassword;
33
    }
34
35
    /**
36
     * @return int
37
     */
38
    public function getIntGUID()
39
    {
40
        return $this->intGUID;
41
    }
42
43
    /**
44
     * @param int $intGUID
45
     * @return \Gueststream\PMS\IQWare\API\WebRes_getResaList
46
     */
47
    public function setIntGUID($intGUID)
48
    {
49
        $this->intGUID = $intGUID;
50
        return $this;
51
    }
52
53
    /**
54
     * @return int
55
     */
56
    public function getIntAccNo()
57
    {
58
        return $this->intAccNo;
59
    }
60
61
    /**
62
     * @param int $intAccNo
63
     * @return \Gueststream\PMS\IQWare\API\WebRes_getResaList
64
     */
65
    public function setIntAccNo($intAccNo)
66
    {
67
        $this->intAccNo = $intAccNo;
68
        return $this;
69
    }
70
71
    /**
72
     * @return string
73
     */
74
    public function getStrPassword()
75
    {
76
        return $this->strPassword;
77
    }
78
79
    /**
80
     * @param string $strPassword
81
     * @return \Gueststream\PMS\IQWare\API\WebRes_getResaList
82
     */
83
    public function setStrPassword($strPassword)
84
    {
85
        $this->strPassword = $strPassword;
86
        return $this;
87
    }
88
}
89

src/API/WebRes_isAccPWValid.php 1 location

@@ 5-88 (lines=84) @@
2
3
namespace Gueststream\PMS\IQWare\API;
4
5
class WebRes_isAccPWValid
6
{
7
8
    /**
9
     * @var int $intGUID
10
     */
11
    protected $intGUID = null;
12
13
    /**
14
     * @var int $intAccNo
15
     */
16
    protected $intAccNo = null;
17
18
    /**
19
     * @var string $strPassWord
20
     */
21
    protected $strPassWord = null;
22
23
    /**
24
     * @param int $intGUID
25
     * @param int $intAccNo
26
     * @param string $strPassWord
27
     */
28
    public function __construct($intGUID, $intAccNo, $strPassWord)
29
    {
30
        $this->intGUID = $intGUID;
31
        $this->intAccNo = $intAccNo;
32
        $this->strPassWord = $strPassWord;
33
    }
34
35
    /**
36
     * @return int
37
     */
38
    public function getIntGUID()
39
    {
40
        return $this->intGUID;
41
    }
42
43
    /**
44
     * @param int $intGUID
45
     * @return \Gueststream\PMS\IQWare\API\WebRes_isAccPWValid
46
     */
47
    public function setIntGUID($intGUID)
48
    {
49
        $this->intGUID = $intGUID;
50
        return $this;
51
    }
52
53
    /**
54
     * @return int
55
     */
56
    public function getIntAccNo()
57
    {
58
        return $this->intAccNo;
59
    }
60
61
    /**
62
     * @param int $intAccNo
63
     * @return \Gueststream\PMS\IQWare\API\WebRes_isAccPWValid
64
     */
65
    public function setIntAccNo($intAccNo)
66
    {
67
        $this->intAccNo = $intAccNo;
68
        return $this;
69
    }
70
71
    /**
72
     * @return string
73
     */
74
    public function getStrPassWord()
75
    {
76
        return $this->strPassWord;
77
    }
78
79
    /**
80
     * @param string $strPassWord
81
     * @return \Gueststream\PMS\IQWare\API\WebRes_isAccPWValid
82
     */
83
    public function setStrPassWord($strPassWord)
84
    {
85
        $this->strPassWord = $strPassWord;
86
        return $this;
87
    }
88
}
89