BrightSide Workbench Full Report + Source Code
ComplexNameStub.java
Go to the documentation of this file.
1
/*
2
* TurrĂ³ i Cutiller Foundation. License notice.
3
* Copyright (C) 2022 Lluis TurrĂ³ Cutiller <http://www.turro.org/>
4
*
5
* This program is free software: you can redistribute it and/or modify
6
* it under the terms of the GNU Affero General Public License as published by
7
* the Free Software Foundation, either version 3 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU Affero General Public License for more details.
14
*
15
* You should have received a copy of the GNU Affero General Public License
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
package
org.turro.jpa.embeddables;
20
21
import
org.turro.reflection.stub.DefaultStub;
22
27
public
class
ComplexNameStub
extends
DefaultStub {
28
29
private
String informal, formal, full;
30
31
public
ComplexNameStub
(
ComplexName
complexName) {
32
silentlyInitializeValues(complexName);
33
}
34
35
public
String
getInformal
() {
36
return
informal;
37
}
38
39
public
void
setInformal
(String informal) {
40
this.informal = informal;
41
}
42
43
public
String
getFormal
() {
44
return
formal;
45
}
46
47
public
void
setFormal
(String formal) {
48
this.formal = formal;
49
}
50
51
public
String
getFull
() {
52
return
full;
53
}
54
55
public
void
setFull
(String full) {
56
this.full = full;
57
}
58
59
}
org.turro.jpa.embeddables.ComplexNameStub
Definition:
ComplexNameStub.java:27
org.turro.jpa.embeddables.ComplexNameStub.ComplexNameStub
ComplexNameStub(ComplexName complexName)
Definition:
ComplexNameStub.java:31
org.turro.jpa.embeddables.ComplexNameStub.getFull
String getFull()
Definition:
ComplexNameStub.java:51
org.turro.jpa.embeddables.ComplexNameStub.setFormal
void setFormal(String formal)
Definition:
ComplexNameStub.java:47
org.turro.jpa.embeddables.ComplexNameStub.setFull
void setFull(String full)
Definition:
ComplexNameStub.java:55
org.turro.jpa.embeddables.ComplexNameStub.getFormal
String getFormal()
Definition:
ComplexNameStub.java:43
org.turro.jpa.embeddables.ComplexNameStub.getInformal
String getInformal()
Definition:
ComplexNameStub.java:35
org.turro.jpa.embeddables.ComplexNameStub.setInformal
void setInformal(String informal)
Definition:
ComplexNameStub.java:39
org.turro.jpa.embeddables.ComplexName
Definition:
ComplexName.java:33
TurroProjects
Public
Elephant
elephant-jpa
src
main
java
org
turro
jpa
embeddables
ComplexNameStub.java
Generated on Tue Mar 12 2024 07:01:18 for BrightSide by
1.9.1